Skip to content

Commit 7eaad95

Browse files
Update README.md
1 parent 69e8c90 commit 7eaad95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

0 commit comments

Comments
 (0)