gocrawler icon indicating copy to clipboard operation
gocrawler copied to clipboard


GoCrawler

Crawl subdomains through Stdin and output the results to the terminal

InstallUsageUsageJoin Discord


Install

▶  GO111MODULE=off go get -v -u github.com/ethicalhackingplayground/gocrawler/gocrawl

Usage

./gocrawl -h

This 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)

Examples

Crawling a single domain

▶ echo "https://paypal.com" | ./gocrawl

Crawling a resolved subdomain list

▶ cat alive | ./gocrawl

Crawling a resolved subdomain list and scanning for XSS

▶ cat alive | ./gocrawl | erebus -t erebus-templates/xss-reflected.yaml 

License

GoCrawler is distributed under MIT License

Join Discord