K0B4LT Posted August 16, 2014 Posted August 16, 2014 Hello, it is normal for a beginner hacker not understand the whole procedure of such exploits, or wifi hacking and stuff and only know the basics, or even a beginner needs to know every detail? Well, I mean what a beginner hacker must know and understand? Someone recommended me ebooks, websites, or videos or something? Quote
cooper Posted August 16, 2014 Posted August 16, 2014 Here's 6 forum pages full of ways to get started. Quote
Guest spazi Posted August 17, 2014 Posted August 17, 2014 (edited) Hell, I didn't know half of what I was doing when I was starting out. Just following tutorials I guess.Understanding how exploits work can seem daunting at first, but as you progress, you kinda understand how everything works.At first you hear fancy words that you don't understand, eventually, you will understand these words and things right away.One of the first exploits I really started to understand was the famous ms08-067.It was a one trick pony that worked on most Windows XP computers, and I still run into computers that are vulnerable to that exploit! But I never understood how it worked.Eventually I found a paper explaining the exploit in detail, and it's amazing how simple that exploit works.You can even write it in python if you want! My advice is, don't think too much right now about understanding everything, just read, learn and listen to everything.Eventually, you will catch on and understand how everything works. Just work for it. Books I can recommend:Python for DummiesViolent Python The Hacker PlaybookPenetration Testing, A hands on introduction to hacking More advanced: Grey Hat PythonThe Art of Assembly LanguagePractical Reverse Engineering Edited August 17, 2014 by spazi Quote
badbass Posted August 17, 2014 Posted August 17, 2014 Understanding networking and tcp/ip. Look for a free online books about cisco. They are out there. Learning what is information is in a packet. Lots of fun can be had if you have wireshark. More about cisco or routing for that matter lots of routing protocols require authentication. A computer can mimic a router and send fake updates. On you tube there is stuff, wifi stuff, arp spoof, dns spoof, and more. The idea is to become a better IT person. Learning to block an IP address or port, being able to determine if you have a lecher on your wifi. Troubleshoot problems. Learning about linux and windows helps too. Lots of live cd distro's to play with. Even play with trix box or free switch asterix" voip distro's". Put an fxo port on a router "regular phone port" voip stuff. To play around with in your lab. Take an old computer put something on it linux or whatever and get going. Quote
Guest spazi Posted August 18, 2014 Posted August 18, 2014 Forgot two books:Hacking Secret Ciphers with pythonA great book to get you started with Python and encryption. It covers out-dated encryption methods, but it's still good.And it's free online here! Practical Packet AnalysisA fun little book to solve common problems, understanding how networks work, and an introduction to using Wireshark :)I also like his explanations, very user friendly book. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.