Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 604 Bytes

README.md

File metadata and controls

37 lines (34 loc) · 604 Bytes

CTF Writeup

Made by charliepy


Tools Key

  • Web Exploitation
    • cURL
    • Python requests library
    • SQL Injection
    • bruteforce
    • Burpsuite
  • Forensic
    • file
    • strings
    • exiftool
    • binwalk
    • foremost
    • Wireshark
  • Reverse Engeneering
    • Ghidra
    • IDA PRO
    • radare 2
  • Cryptography
    • Bash scripting
    • Base64
    • ROT13
    • Caesar Cipher
    • Python Programing Basic
    • Hex to decimal, decimal to char, char to decimal, binary to decimal
  • Miscellaneous
    • Imagination
  • Programming
    • Python Programming
    • Loop
    • If-else