Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 5.95 KB

tools.md

File metadata and controls

76 lines (57 loc) · 5.95 KB

Offensive Tools

Scanners

Fuzzing Resources

Password Cracking Tools

  • John The Ripper - Free and Open Source fast password cracker primarily used to detect weak Unix passwords
  • HASHCat - Worlds fastest WPA cracker with dictionary mutation engine
  • Cain and Able - Password recovery tool for Microsoft Operating Systems

Defensive Tools

Learning Reverse Engineering

Debuggers

  • OllyDebug - OllyDbg is a 32-bit assembler level analysing debugger for Windows
  • IDA - IDA is a Windows, Linux or Mac OS X hosted multi-processor disassembler and debugger if you have money...It's expensive.

Sandbox Tools

  • Sandboxie - A sandbox-based isolation program developed by Invincea (which acquired it from the original author Ronen Tzur) which prevents programs from making permanent changes to other programs and data
  • Cuckoo - An open source automated dynamic malware analysis system

Other Reversing Tools

Other Tools