Discovery

Table of contents
  1. Directory discovery
    1. Robots.txt
    2. Dirb
    3. Go buster
    4. Spider

Directory discovery

Robots.txt

curl -s $url/robots.txt

Dirb

dirb $url

Go buster

gobuster dir -u $url -w $wordlist -t 50

Spider

A spider is a tool that crawls a website and collects information about its structure and content. It can be used to find hidden directories, files, and parameters.

katana -c 15 -p 15 -u $target > output