Luigi CTF
CTF docs
- https://github.com/JohnHammond/ctf-katana
- hacktricks
General tools
- https://github.com/mandiant/flare-floss (like grep)
- https://github.com/mandiant/flare-vm
- https://grep.app/ (search for similar code online)
Steganography tools
- outguess
- stegseek (steg password cracker) very fucking FAST
Forensics tools
- clamscan (scan memory dump for malware)
- osfmount (for mounting on windows)
- autopsy (general tool)
- mddam (for constructing RAID devices)
- smb sheet https://wiki.wireshark.org/SMB2
- sqlcipher (decrypting password protected sqlite db file)
- rubberducky decoder/encoder https://ducktoolkit.com/
- ewf-tools (EWF files)
- whatsapp parser toolset https://github.com/B16f00t/whapa
- whatsapp db decryption https://github.com/ElDavoo/WhatsApp-Crypt14-Crypt15-Decrypter
- Recycle bin tool https://github.com/EricZimmerman/RBCmd
- FTKimager
- Sandboxie https://github.com/sandboxie/sandboxie
- volatility
- tshark
- Powershell deobfuscation https://github.com/R3MRUM/PSDecode
GamePWN tools
- dnSpy (disassemble Unity games)
- If Assembly-CSharp.dll is not present you can try to dump using the IL2CPP github tool, dont use the net version.
- Minecraft world editor https://github.com/jaquadro/NBTExplorer
- Minecraft proxy (cheating position) https://github.com/LiveOverflow/minecraft-hacked
- CheatEngine