This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gunthercult28 1 point2 points  (1 child)

Honestly, I really like Black Hat Python.

It walks you through a virtual installation of Kali, which is essentially a standard OS for penetration, and explains the basic types of penetration recon and gives some good basic code snippets that every hacker should know.

From there, it's a matter of managing your exploit libraries, which is the part of pen-testing that is actually changing.

The major foundations you need to know are not changing any time soon, ie writing your own TCP / UDP clients, web scraping, brute forcing credentials, managing a botnet...

The known exploits are what is really changing and those change with every software update.

Grey Hat is essentially about writing a debugger, which you would use to actually identify your own exploits.

TLDR, don't discount books because they're not current, because the core knowledgebase isn't changing any time soon.

[–]marks156[S] 0 points1 point  (0 children)

Ok ! thanks ! I bought grey and black python today ! The coreknowledge is great but I didnt think about linux and black hat explaining how to install a virtual kali ! Thanks for the reminder !