CTF Tools
- CyberChef: https://gchq.github.io/CyberChef/
- Md5Decrypt: https://md5decrypt.net/en/
- Md5Decrypt: https://md5decrypt.net/en/HashFinder
- HashCat: https://hashcat.net/wiki/doku.php?id=example_hashes
- EXIF Data: https://exifdata.com/
- Shodan (search engine): https://www.shodan.io/
- Spiderfoot: https://www.spiderfoot.net/hx/
- Exploit DB: https://www.exploit-db.com/google-hacking-database
- Urlscan: https://urlscan.io/
- Grabify (Pentesting): https://grabify.link/
- CTF-Katana: https://github.com/JohnHammond/ctf-katana
- Awesome-CTF: https://apsdehal.in/awesome-ctf/
- Kali Linux Cheatsheet: https://kennyvn.com/cheatsheet-useful-bash-commands-linux/
- Password Cracker Tools:
- HashCat: https://hashcat.net/hashcat/
- Hydra: https://github.com/vanhauser-thc/thc-hydra
- John the Ripper: https://www.openwall.com/john/
- Metasploit Framework: https://www.metasploit.com/
- NMAP: https://nmap.org/
- OWASP ZAP: https://www.zaproxy.org/
- Wireshark: https://www.wireshark.org/ (best in-class packet sniffer)
Proxy Chaining:
$ locate proxychains (look for /etc/proxychains.conf)
$ proxychains firefox WEBSITE_NAME
$ proxychains nmap -sT -p 80,443 IP_ADDRESS
$ nmap -Pn IP (avoid ping the host)
Lits of proxies: https://spys.one/en/
All-in-one Guide: https://docs.google.com/spreadsheets/d/12bT8APhWsL-P8mBtWCYu4MLftwG1cPmIL25AEBtXDno/edit