1
1
dirsearch
2
2
=========
3
3
4
- Current Release: v0.3.8 (2017.07.25 )
4
+ Current Release: v0.3.9 (2019.11.26 )
5
5
6
6
7
7
Overview
@@ -36,10 +36,12 @@ Options:
36
36
URL list target
37
37
-e EXTENSIONS, --extensions=EXTENSIONS
38
38
Extension list separated by comma (Example: php,asp)
39
+ -E, --extensions-list
40
+ Use predefined list of common extensions
39
41
40
42
Dictionary Settings:
41
43
-w WORDLIST, --wordlist=WORDLIST
42
- -l, --lowercase
44
+ -l, --lowercase
43
45
-f, --force-extensions
44
46
Force extensions for every wordlist entry (like in
45
47
DirBuster)
@@ -48,22 +50,27 @@ Options:
48
50
-s DELAY, --delay=DELAY
49
51
Delay between requests (float number)
50
52
-r, --recursive Bruteforce recursively
53
+ -R RECURSIVE_LEVEL_MAX, --recursive-level-max=RECURSIVE_LEVEL_MAX
54
+ Max recursion level (subdirs) (Default: 1 [only
55
+ rootdir + 1 dir])
51
56
--suppress-empty, --suppress-empty
52
57
--scan-subdir=SCANSUBDIRS, --scan-subdirs=SCANSUBDIRS
53
58
Scan subdirectories of the given -u|--url (separated
54
59
by comma)
55
60
--exclude-subdir=EXCLUDESUBDIRS, --exclude-subdirs=EXCLUDESUBDIRS
56
61
Exclude the following subdirectories during recursive
57
62
scan (separated by comma)
58
- --exclude-texts='Not found', 'Error'
59
- Exclude results by text in response
60
- --exclude-regexps='Not foun[a-z]{1}', '^Error$'
61
- Exclude results by text regexp in response
62
63
-t THREADSCOUNT, --threads=THREADSCOUNT
63
64
Number of Threads
64
65
-x EXCLUDESTATUSCODES, --exclude-status=EXCLUDESTATUSCODES
65
66
Exclude status code, separated by comma (example: 301,
66
67
500)
68
+ --exclude-texts=EXCLUDETEXTS
69
+ Exclude responses by texts, separated by comma
70
+ (example: "Not found", "Error")
71
+ --exclude-regexps=EXCLUDEREGEXPS
72
+ Exclude responses by regexps, separated by comma
73
+ (example: "Not foun[a-z]{1}", "^Error$")
67
74
-c COOKIE, --cookie=COOKIE
68
75
--ua=USERAGENT, --user-agent=USERAGENT
69
76
-F, --follow-redirects
@@ -77,6 +84,8 @@ Options:
77
84
--ip=IP Resolve name to IP address
78
85
--proxy=HTTPPROXY, --http-proxy=HTTPPROXY
79
86
Http Proxy (example: localhost:8080
87
+ --http-method=HTTPMETHOD
88
+ Method to use, default: GET, possible also: HEAD;POST
80
89
--max-retries=MAXRETRIES
81
90
-b, --request-by-hostname
82
91
By default dirsearch will request by IP for speed.
@@ -88,7 +97,6 @@ Options:
88
97
--plain-text-report=PLAINTEXTOUTPUTFILE
89
98
Found paths with status codes
90
99
--json-report=JSONOUTPUTFILE
91
-
92
100
```
93
101
94
102
0 commit comments