crawlergo
A powerful browser crawler for web vulnerability scanners
Details
Category: Discovery
Publisher: trickest-mhmdiaa
Created Date: 12/26/2022
Container: quay.io/trickest/crawlergo:v0.4.4-patch-2
Source URL: https://github.com/Qianlitp/crawlergo
Parameters
Command:
- URLs to scan, separated by spaces (must be same host)Command:
--fuzz-path
- whether to fuzz the target with common paths. (default: false)Command:
--log-level
- log print Level, options include debug, info, warn, error and fatal. (default: Info)Command:
--post-data
- set PostData to target and use POST method.Command:
--encode-url
- whether to encode url with detected charset. (default: false)Command:
--filter-mode
- filtering Mode used for collected requests. Allowed mode:simple, smart or strict. (default: smart)Command:
--form-values
- custom filling text for each form type. e.g.: -fv username=crawlergo_nice -fv password=admin123Command:
--output-mode
- console print or serialize output. Allowed mode:console ,json or none. (default: console)Command:
--robots-path
- whether to resolve paths from /robots.txt. (default: false)Command:
--max-tab-count
- maximum Number of tabs allowed. (default: 8)Command:
--push-pool-max
- maximum Number of concurrency when pushing results to proxy. (default: 10)Command:
--push-to-proxy
- every request in 'req_list' will be pushed to the proxy AddressCommand:
--request-proxy
- all requests connect through defined proxy server.Command:
--custom-headers
- add additional Headers to each request. The input string will be called json.Unmarshal (default: {Spider-Name: crawlergo, User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.0 Safari/537.36})Command:
--fuzz-path-dict
- Fuzz dictCommand:
--tab-run-timeout
- the Timeout of a single tab task. (default: 20s)Command:
--before-exit-delay
- the Time of waiting before crawler exit. (default: 1s)Command:
--max-crawled-count
- the maximum Number of URLs visited by the crawler in this task. (default: 200)Command:
--event-trigger-mode
- this Value determines how the crawler automatically triggers events.Allowed mode:async or sync. (default: async)Command:
--form-keyword-values
- custom filling text, fuzzy matched by keyword. e.g.: -fkv user=crawlergo_nice -fkv pass=admin123Command:
--ignore-url-keywords
- crawlergo will not crawl these URLs matched by Keywords. Default [logout quit exit])Command:
--event-trigger-interval
- the Interval of triggering each event. (default: 100ms)Command:
--wait-dom-content-loaded-timeout
- the Timeout of waiting for a page dom ready. (default: 5s)