forked from daviddias/node-dirbuster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.developer-notes
More file actions
55 lines (45 loc) · 1.08 KB
/
Copy path.developer-notes
File metadata and controls
55 lines (45 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
burn down list
- [X] add HEAD as an option
- [X] add PUT as an option
- [X] add DELETE as an option
- [X] throttle (n requests at the same time)
- [X] select extention
- [X] write docs (0.1.X)
- [ ] write tests (0.2.X)
- [X] start that CLI
- [X] opt in on recursive mode:
- [ ] depth level for recursive mode
- [ ] other exporters
- [ ] filters (status code, size, type of HEADER)
- [ ] inject HEADERS
- [ ] opt in on getting HEADERS back
knobs
- number of threads
- Use GET requests &or HEAD and GET Auto switch
options
- list based or pure brute force
- dir to start with (assuming /)
- file extention to look
- brute force dirs
- http + https
- max request per second
information to be retrieved
- type (file or dir)
- endpoint type
- response (code)
- path
- size
cool information to tell
- requests per second (current and average)
- number of expected requests
- expected time to finish
export to
.csv
.xml
.json
.txt (tab delimited)
future
- set cookies to go with it
- set headers to go with it
- check what headers come back in the response
- check what cookies come back in the response