A script to fetch domains and subdomains in a target URL logging both in scope and out of scope URLs.
Steps:
- Upload golang file
- Make sure golang is installed by using:
- go build url-scan.go
- chmod 777 *
- ./url-scan -url="https://hackerone.com/" -output="output-hackerone.txt" -inscope="hackerone.com"