Install • Usage • Usage • Join Discord
▶ GO111MODULE=off go get -v -u github.com/ethicalhackingplayground/gocrawler/gocrawl./gocrawl -hThis will display help for the tool. Here are all the switches it supports.
👉 gocrawler help menu 👈
Usage of ./gocrawl:
-d int
the crawl depth (default 5)
-t int
the number of concurrent threads (default 5)
Crawling a single domain
▶ echo "https://paypal.com" | ./gocrawlCrawling a resolved subdomain list
▶ cat alive | ./gocrawlCrawling a resolved subdomain list and scanning for XSS
▶ cat alive | ./gocrawl | erebus -t erebus-templates/xss-reflected.yaml GoCrawler is distributed under MIT License

