This repo contains CTFs binaries, scripts, notes and solutions
- Ghidra
- Binary Ninja
- Radare 2 - Terminal disassembler
- IDA
- pwntools (Python)
- Scapy (Python) - packet Crafting
- Z3 SAT Solver (Python)
- Primefac - (Python) RSA factorization
- gef (gdb) - GDB extension
- stego-toolkit - Steganography toolkit
- steghide - Steganography tool
- stegsolve - Steganography tool
- John The Ripper - Password Cracker
- Fcrackzip - zip password cracking tool
- Tesseract OCR - OCR tool
- Binwalk
- The Sleuth Kit - Filesystem image's toolkit
- ROPgadget Tool - Search for ROP gadgets in binaries
- DotDotPwn - Directory Traversal Fuzzer
- MSFVenom - Metasploit payload generator
- Buffer overflow offset generator website
- Shell Storm - Shellcode repository
- CTF-Tools - List of ctf tools
- Web Development Tools - HTML Entity encoder, URL encoder, etc.
- XSS Hunter - Online XSS Fuzzer
- Substitution solver - Solve substitution ciphers
- Factor - Factorize RSA components
- CTF-Katana - GoTo repo for "low-hanging fruit" on CTFs
- Triy It Online - good to decode esoteric languages
- Foremost - Data Carving
- hexedit - Hexadecimal editor
- GFTOBins - Unix Binaries
- LOLBAS - Linux Binaries
- DOSBox - DOS x86 Emulator
- Volatility - Memory Forensics
- Capstone (Python) - Multi arch disassembler
- FileBytes (Python) - Read and edit ELFs (also other formats)
- Keystone (Python) - Multi arch assembler
- Ropper (Python) - ROP gadget extractor
- RetDec (Python 3.4+) - multi arch decompiler