Skip to content

Writeups for various CTFs competitions

Notifications You must be signed in to change notification settings

dhuynh95/CTFs-writeups

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTFs-writeups

Writeups for various CTFs competitions

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

Reverse engineering

PWN

  • pwntools a Python library for PWN
  • ROPGadget search for gadget and ROP chain generation

Steganography

Cryptography

  • https://www.dcode.fr/en It knows a lot of common cypher methods and does automatic uncyphering
  • hlextend a Python library for length extension attacks on Merkle-Damgård hash functions

Password cracking

OSINT

  • Sherlock to scrap information on social media

Misc

About

Writeups for various CTFs competitions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%