mirror of
https://github.com/anotherhadi/blog.git
synced 2026-07-06 16:52:33 +02:00
15f2b6c184
Signed-off-by: Hadi <hadi@example.com>
668 B
668 B
title, description, tags, publishDate
| title | description | tags | publishDate | ||||
|---|---|---|---|---|---|---|---|
| Directory Discovery | Techniques and tools for discovering hidden directories and files on web servers. |
|
2026-06-01 |
FFUF
See also FFUF for fuzzing-based directory discovery.
Robots.txt
curl -s $url/robots.txt
Sitemap.xml
curl -s $url/sitemap.xml
Dirb
dirb $url
Spider - Katana
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 $url > output