_
_ __ ___ ___ _ __ ___ __ _| |
| '__/ _ \/ __| '__/ _' \ \ /\ / / |
| | | __/ (__| | | (_| |\ V V /| |
|_| \___|\___|_| \__,_| \_/\_/ |_|
A simple web crawler by @danielantonsen
Arguments:
-domain [string] Domain to crawl
-whitelist [string] Domains to be whitelisted (Comma separated)
-domain [string] File to write results
-useragent [string] Set user-agent
-threads [int] Number of threads (Default: 10)
-depth [int] Maximum depth to crawl (Default: 999)
-delay [int] Seconds to wait before creating a new request to the matching domains
-delay2 [int] Seconds to be randomized prior to each new request (Default: 0)
-json Output as JSON (-outfile)
-silent Suppress output from console
-async Enable asynchronous network requests (Default: ON)
-version Display version
-help Display help