CTF Resources
Appearance
Encryption/Encoding
[edit]- CyberChef
- Ciphey
- Translator
- Boxentriq Code-Breaking
- Crypto List
- Identifying Ciphers
- DCode Tools
- CipherTools
- PlanetCalc
Steganography
[edit]ELF/Binary Files
[edit]git clone https://github.com/longld/peda.git ~/peda cd ~/ git clone https://github.com/scwuaptx/Pwngdb.git cp ~/Pwngdb/.gdbinit ~/ gdb (binaryfile)
- strace / ltrace
strace ./binfile ltrace ./binfile
- file
- strings
- objdump
objdump -D ./binfile
- readelf
- pyelftools
- radare2