File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 88
99# Spider: URL Mode
1010```
11- spider -url 'https://forum.hashpwn.net' -crawl 3 -delay 20 -sort -ngram 1-3 -o forum.hashpwn.net_spider.txt
11+ spider -url 'https://forum.hashpwn.net' -crawl 2 -delay 20 -sort -ngram 1-3 -timeout 1 -o forum.hashpwn.net_spider.txt
1212```
1313```
1414 ----------------------
@@ -62,6 +62,8 @@ Wordlist & ngram creation tool to crawl a given url or process a local file to c
6262 - ` spider -url 'https://github.com/cyclone-github' -o wordlist.txt `
6363- To set a delay to keep from being rate-limited, use flag "-delay nth" where nth is time in milliseconds
6464 - ` spider -url 'https://github.com/cyclone-github' -delay 100 `
65+ - To set a URL timeout, use flag "-timeout nth" where nth is time in seconds
66+ - ` spider -url 'https://github.com/cyclone-github' -timeout 2 `
6567- To create ngrams len 1-3 and sort output by frequency, use "-ngram 1-3" "-sort"
6668 - ` spider -url 'https://github.com/cyclone-github' -ngram 1-3 -sort `
6769- To process a local text file, create ngrams len 1-3 and sort output by frequency
You can’t perform that action at this time.
0 commit comments