tools.md 759 B


title: tools.md categories: [cheatsheets]

tags: [security]

Offsec Tools

Reconnaissance:

  • fierce
  • 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

Networking:

  • macof // Tool für macflooding
  • arpspoof
  • mitmproxy
  • sslstrip
  • backdoof factory proxy

Fuzzing:

  • zzuf // Mutation based fuzzer
  • sully // Generation based fuzzer
  • AFL
  • scapy // is fuzzing network packets

Password Cracking:

  • hydra // online password cracking
  • JohnTheRipper // offline cracking
  • Hashcat