Commonly Used Tools
CTF Tools
Just some tools we use
web
Reversing
Radare2
cutter:
GUI mode of radare2
pwndbg
with
voltron: https://github.com/snare/voltron
checksec
https://github.com/slimm609/checksec.sh
Check if canary etc are enabled or not
Crypto
Substituion: https://www.guballa.de/substitution-solver
Use this if you have no clue which type of cipher it is.
General
RSA:
https://www.alpertron.com.ar/ECM.HTM
Best for factorizing etc
Also some scripts written in python.
libnum
Python library
md5 hash
Misc
For mathematics
Use sympy or sage
sage:
Metasploit framwork
Git related task:
vsftp
First thing to check is that if the given vsftp version isn't vulnerable to any kind of know vulnerability
Could be simple as: https://ctftime.org/writeup/12060
Look for all the accesible directories on a server
Not always useful but sometime a life saver
hydra along with our lovely
rockyou.txt
Shell
strings
cat
|(pipe)
Leaks
Hack scripts
Terminator ?
Other lists
There are already many great lists that would help you during CTF. Some good list to check out are:
trailofbit's CTF Guide
A very good guide to get an idea about CTFs and different type of challenges
John Hammond's CTF Katana
Really good and short notes.
He keeps track of all the
not so common
challenges from CTFs
Good notes on web challenges
Very good notes on WEB and RE/PWN category
Good notes on WEB and CRYPTO
Last updated