Skip to content
/ urlgrab Public
forked from IAmStoxe/urlgrab

A golang utility to spider through a website searching for additional links.

Notifications You must be signed in to change notification settings

oXis/urlgrab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to urlgrab 👋

Twitter: DevinStokes

A golang utility to spider through a website searching for additional links.

Install

go get -u github.com/iamstoxe/urlgrab

Usage

Usage of urlgrab.exe:
  -delay int
        Milliseconds to randomly apply as a delay between requests. (default 2000)
  -depth int
        The maximum limit on the recursion depth of visited URLs.  (default 2)
  -ignore-query
        Strip the query portion of the URL before determining if we've visited it yet.
  -ignore-ssl
        Scrape pages with invalid SSL certificates
  -json string
        The filename where we should store the output JSON file.
  -output-all string
        The directory where we should store the output files.
  -proxy string
        The SOCKS5 proxy to utilize (format: socks5://127.0.0.1:8080 OR http://127.0.0.1:8080).
        Supply multiple proxies by separating them with a comma.
  -random-agent
        Utilize a random user agent string.
  -threads int
        The number of threads to utilize. (default 5)
  -timeout int
        The amount of seconds before a request should timeout. (default 10)
  -url string
        The URL where we should start crawling.
  -use-referer
        Referer sets valid Referer HTTP header to requests from the crawled URL.
  -verbose
        Verbose output

Author

👤 Devin Stokes

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐ if this project helped you!

Buy Me A Coffee

About

A golang utility to spider through a website searching for additional links.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%