Basic scripts I need to use when dealing with CTF
Yeah, for every CTF I start my scripts from scratch, and I lose some time to write them, sometimes I don't remember the syntax and I hate that.
This is why I want to share my scripts.
For more details check my website
My aim here is not to cover every possible cases, but I try to script my way through some challenges and categories:
- ROPchain/BoF template (Python)
- Communication through websocket (Python)
No idea for the moment
- LSB/MSB extractor
- Form POST SQLi bruteforce (Python)
- Async POST (JavaScript)