The Hacker Playbook 3
A famous hacking book from Peter Kim
Awesome book with hacking tools and tips from Peter Kim. You can find THP3 book at amazon with "look inside" feature. This is the 3rd edition focused on Red Teaming. If you are a beginner, it's better to choose 2nd edition, it's more suitable for learning. What I don't like about this book is a typography. Here is a list of tools and notes (in progress).
1.Install Basic Tools
PTF - pentester framework
Install scripts for your pentest tools on debian/arch linux systems
git clone https://github.com/trustedsec/ptfPowerShell Empire
post-exploitation framework that includes pure powershell2.0 windows agent and python 2.7 linux/OSX agent
git clone https://EmpireProject/Empirednscat2
encrypted communication C2 channel over dns
git clone https://github.com/iagox86/dnscat2P0wned Shell
powershell in C# which does not use powershell.exe
git clone https://github.com/Cn33liz/p0wnedshellPuppyshell
git clone https://github.com/n1nj4sec/pupyNishang
framework and collection of powershell scripts with some C2C lightweight scripts
git clone https://github.com/samratashok/nishangPoshC2
a proxy aware C2 framework written in powershell
git clone https://github.com/nettitude/PoshC22. Red Team - Recon
SSL/TLS cert recon, subdomain enumeration, code repository enumeration and more
SSLScrape
gather hostnames from certificates
git clone https://cheetz/sslSrapeDiscover
combines kali recon tools - passiv ARIN, dnsrecon, goofile, goog-mail, goohost, theHarvester, metasploit, URLCrazy, Whois,multiple websites and recon-ng.
git clone https://github.com/leebaird/discover3
./update.sh
./discover.shKnockpy
Simple domain enumeration upon a wordlist
python knockpy.py domain -w wordlist.txtSublist3r
Benefits from search engines
git clone https://github.com/PlazmazLast updated
Was this helpful?