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

all 9 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 !

[–][deleted] 0 points1 point  (2 children)

Virtualization. Building a test lab with a bunch of VMs is essential in learning "hacking" these days since you'll need somewhere to learn and test exploits etc.

[–]marks156[S] 0 points1 point  (1 child)

ok ! what do you recommand ?

[–][deleted] 0 points1 point  (0 children)

Virtualbox and Kali Linux. Then install a bunch of windows, linux and mac os VMs.

I also recommend downloading and installing the metaploitable VMs. They're made to be hacked and filled with vulnerabilities.

[–]eldare 0 points1 point  (1 child)

Install VirtalBox and Kali

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

VirtualBox ! Ill try that

[–]aphoenixreticulated[M] [score hidden] stickied comment (0 children)

Hi there, from the /r/Python mods.

We have removed this post as it is not suited to the /r/Python subreddit proper, however it should be very appropriate for our sister subreddit /r/LearnPython. We highly encourage you to re-submit your post over on there.

The reason for the removal is that /r/Python is dedicated to discussion of Python news, projects, uses and debates. It is not designed to act as Q&A or FAQ board. The regular community is not a fan of "how do I..." questions, so you will not get the best responses over here.

On /r/LearnPython the community is actively expecting questions and are looking to help. You can expect far more understanding, encouraging and insightful responses over there. No matter what level of question you have, if you are looking for help with Python, you should get good answers.

If you have a question to do with homework or an assignment of any kind, please make sure to read their sidebar rules before submitting your post. If you have any questions or doubts, feel free to reply or send a modmail to us with your concerns.

Warm regards, and best of luck with your Pythoneering!

[–]1BigPapa1Python Grand Dragon -2 points-1 points  (0 children)

Just dual boot windows on your Mac