/CTFs-writeups

Writeups for various CTFs competitions

Primary LanguagePython

CTFs-writeups

Writeups for various CTFs competitions.

On this page you can find links to writeups for the following categories:

You can also find a list of useful CTF tools.

Example of writeups

Blockchain

Eth

Bitcoin

Cryptography

Easy crypto

General crypto

AES

RSA

Hashes

Cryptography in subgroups of Z or Z*

Elliptic curves

Bad randomness

Esoteric

Forensics

Images

Audio

PDF

Network files

Dump files

Signal in a wire

Esoteric

Games

Misc

OSINT

PWN

Buffer overflow

Simple format string

ret2lib

File Struct Oriented Programming

Break PRNG

Privilege escalation

Heap exploitation

Python

Java

Password cracking

Quantum

Reversing

Java and Android

Python

Assembly

Micro-controllers and circuits

Other static analysis

Static analysis

Dynamic analysis

Web

Language vulnerabilities

SQL attacks

Session tokens

RCE with SSTI

XSS

XXE

Proxy stuff

WASM

CVE

Tools for CTF

Here is a list to various useful tools for CTF competitions.

Network

Web

  • Postman to make HTTP requests
  • OWASP ZAP for analysing website security. Features include requests analysis and forgery, fuzzing, etc...
  • sqlmap for automatic SQL injection
  • webhook for receiving requests. See Internal Support for an example of XSS attack.
  • See UpCredit for an example of CSRF attack (without csrf token).
  • flask-unsign for decoding, cracking and forging Flask cookies.

Reverse engineering

PWN

Steganography

Forensics

Cryptography

Password cracking

OSINT

Misc