Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 337 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 337 Bytes

golang-url-crawler

A script to fetch domains and subdomains in a target URL logging both in scope and out of scope URLs.

Steps:

  1. Upload golang file
  2. Make sure golang is installed by using:
  3. go build url-scan.go
  4. chmod 777 *
  5. ./url-scan -url="https://hackerone.com/" -output="output-hackerone.txt" -inscope="hackerone.com"