File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
# directory bruteforcing
2
+ A simple tool for bruteforcing directories in a webserver used in initial stage of recon in penetration testing
2
3
3
- # requirements:
4
- -> <code >pip install -r requirements.txt</code >
5
- # usage:
4
+ ## requirements:
5
+ * <code >pip install -r requirements.txt</code >
6
6
7
- -> python <code >dirbrute.py</code >
7
+ ## usage:
8
+ * python <code >dirbrute.py</code >
8
9
9
-
10
- -> Enter the url or IP of the site to be searched:
11
-
12
- -> Enter the path for the wordlists file
10
+ * Enter the url or IP of the site to be searched:
13
11
14
- # Suggested Wordlists:
12
+ * Enter the path for the wordlists file
15
13
14
+ ## Suggested Wordlists:
16
15
https://github.com/3ndG4me/KaliLists/tree/master/dirbuster
17
16
18
- Credits: Dirbuster
17
+ Credits: ** Dirbuster**
You can’t perform that action at this time.
0 commit comments