OxNinja / ctf-scripting

Basic scripts I need to use when dealing with CTF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTF scripting

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.

About

For more details check my website


Content

My aim here is not to cover every possible cases, but I try to script my way through some challenges and categories:

pwn

  • ROPchain/BoF template (Python)
  • Communication through websocket (Python)

reverse

No idea for the moment

steg

  • LSB/MSB extractor

web

  • Form POST SQLi bruteforce (Python)
  • Async POST (JavaScript)

About

Basic scripts I need to use when dealing with CTF

License:The Unlicense


Languages

Language:Python 83.9%Language:JavaScript 16.1%