Name:crawlergo
Category:Discovery
Publisher:trickest-mhmdiaa
Created:12/26/2022
Container:
quay.io/trickest/crawlergo:v0.4.4-patch-2Output Type:
License:Unknown
Source:View Source
Parameters
URLs to scan, separated by spaces (must be same host)--fuzz-pathwhether to fuzz the target with common paths. (default: false)--log-levellog print Level, options include debug, info, warn, error and fatal. (default: Info)--post-dataset PostData to target and use POST method.--encode-urlwhether to encode url with detected charset. (default: false)--filter-modefiltering Mode used for collected requests. Allowed mode:simple, smart or strict. (default: smart)--form-valuescustom filling text for each form type. e.g.: -fv username=crawlergo_nice -fv password=admin123--output-modeconsole print or serialize output. Allowed mode:console ,json or none. (default: console)--robots-pathwhether to resolve paths from /robots.txt. (default: false)--max-tab-countmaximum Number of tabs allowed. (default: 8)--push-pool-maxmaximum Number of concurrency when pushing results to proxy. (default: 10)--push-to-proxyevery request in 'req_list' will be pushed to the proxy Address--request-proxyall requests connect through defined proxy server.--custom-headersadd 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})--fuzz-path-dictFuzz dict--tab-run-timeoutthe Timeout of a single tab task. (default: 20s)--before-exit-delaythe Time of waiting before crawler exit. (default: 1s)--max-crawled-countthe maximum Number of URLs visited by the crawler in this task. (default: 200)--event-trigger-modethis Value determines how the crawler automatically triggers events.Allowed mode:async or sync. (default: async)--form-keyword-valuescustom filling text, fuzzy matched by keyword. e.g.: -fkv user=crawlergo_nice -fkv pass=admin123--ignore-url-keywordscrawlergo will not crawl these URLs matched by Keywords. Default [logout quit exit])--event-trigger-intervalthe Interval of triggering each event. (default: 100ms)--wait-dom-content-loaded-timeoutthe Timeout of waiting for a page dom ready. (default: 5s)