File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,29 @@ The list contains only tools that are freely available to download and use (alth
9999### Content Discovery
100100
101101- [ Gobuster] ( https://github.com/OJ/gobuster )
102+ - [ Waybackurls] ( https://github.com/tomnomnom/waybackurls )
103+ - Waybackurls fetches all URLs known to the Wayback Machine for a given domain, useful for reconnaissance.
104+ - ** Usage:**
105+
106+ ``` bash
107+ waybackurls example.com
108+ ```
109+
110+ - [ GAU (Get All URLs)] ( https://github.com/lc/gau )
111+ - GAU collects URLs from multiple public archives, including the Wayback Machine and Common Crawl.
112+ - ** Usage:**
113+
114+ ``` bash
115+ gau example.com
116+ ```
117+
118+ - [ Unfurl] ( https://github.com/tomnomnom/unfurl )
119+ - Unfurl extracts subdomains, paths, and parameters from URLs for deeper analysis.
120+ - ** Usage:**
121+
122+ ``` bash
123+ unfurl " https://example.com/page?query=123"
124+ ```
102125
103126### Port and Service Discovery
104127
You can’t perform that action at this time.
0 commit comments