gospider
Fast web spider written in Go
Details
Category: Discovery
Publisher: trickest
Created Date: 6/23/2021
Container: quay.io/trickest/gospider:a4244c8
Source URL: https://github.com/jaeles-project/gospider
Parameters
Command:
--raw
- Turn on rawCommand:
-p
- Proxy (Ex: http://127.0.0.1:8080)Command:
--length
- Turn on lengthCommand:
--verbose
- Turn on verboseCommand:
--debug
- Turn on debug modeCommand:
-u
- User Agent to use (web: random web user-agent, mobi: random mobile user-agent)Command:
--json
- Enable JSON outputCommand:
-K
- RandomDelay is the extra randomized duration to wait added to Delay before creating a new request (second)Command:
-a
- Find URLs from 3rd party (Archive.org, CommonCrawl.org, VirusTotal.com, AlienVault.com)Command:
--cookie
- Cookie to use (testA=a; testB=b)Command:
--filter-length
- Turn on length filterCommand:
--header
- Header to use (Use multiple flag to set multiple header)Command:
-k
- Delay is the duration to wait before creating a new request to the matching domains (second)Command:
-s
- Site to crawlCommand:
--robots
- Try to crawl robots.txt (default true)Command:
-m
- Request timeout (second) (default 10)Command:
--no-redirect
- Disable redirectCommand:
--whitelist-domain
- Whitelist DomainCommand:
--sitemap
- Try to crawl sitemap.xmlCommand:
--base
- Disable all and only use HTML contentCommand:
-t
- Number of threads (Run sites in parallel) (default 1)Command:
--js
- Enable linkfinder in javascript file (default true)Command:
--subs
- Include subdomainsCommand:
--blacklist
- Blacklist URL RegexCommand:
-d
- MaxDepth limits the recursion depth of visited URLs. (Set it to 0 for infinite recursion) (default 1)Command:
-S
- Site list to crawlCommand:
--whitelist
- Whitelist URL RegexCommand:
-r
- Also include other-source's urls (still crawl and request)Command:
-c
- The number of the maximum allowed concurrent requests of the matching domains (default 5)Command:
-w
- Include subdomains crawled from 3rd party. Default is main domainCommand:
--burp
- Load headers and cookie from burp raw http request