title: tools.md
categories: [cheatsheets]
tags: [security]
Offsec Tools
Reconnaissance:
- fierce
- host
- dig
- whois
- sparta
- foca
- recon-ng
Vulnerability Scanner:
- nikto
- openVAS
- nessus (commercial)
Malware/exploits:
- metasploit
- msfvenom
- backdoor factory
- veil-evasion
- macroshop
Exploitation:
- IDA Pro
- Binary Ninja
- radare2
- gdb
- x64dbg
- Ghidra
Networking:
- bettercap ❤
- macof // Tool für macflooding
- arpspoof
- mitmproxy
- sslstrip
- backdoof factory proxy
Fuzzing:
- AFL
- zzuf // Mutation based fuzzer
- sully // Generation based fuzzer
- scapy // is fuzzing network packets
Password Cracking:
- hydra // online password cracking
- JohnTheRipper // offline cracking
- Hashcat