refabr1k / GeorgiaWeidmanBook-Pentesting

penetration testing hands on introduction to hacking
45 stars 13 forks source link

Trying to follow Georgia Weidman's book The Penetration Testing: Hands-on Introduction to Hacking?

As many of the tools/programs in used in the examples are outdated, you may find the information below useful when setting up all the required VM. I wasn't able to download the pre-configured VMs provided in the URL @ https://nostarch.com/pentesting :sob: No one was seeding in torrent! After some googling and managed to find something - sharing them below.

Good news! Check out Georgia Weidman's tweet for instructions on how to get the files! I dropped her an email and she shared a repo link to download all the files required

https://twitter.com/georgiaweidman/status/1037030600048291841

But if you just can't wait (like me) see below:

Download links

ming32

https://github.com/r00t-3xp10it/venom/issues/1

Hyperion

wget https://github.com/nullsecuritynet/tools/raw/master/binary/hyperion/release/Hyperion-1.2.zip
unzip Hyperion-1.2.zip
i586-mingw32msvc-c++ Hyperion-1.2/Src/Crypter/*.cpp -o hyperion.exe

To compile 64bit version, try i686-w64-mingw32-c++ Hyperion-1.2/Src/Crypter/*.cpp -o hyperion.exe