Skip to content

Commit 65834a2

Browse files
authored
Update README.md
1 parent 1253b94 commit 65834a2

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

directory_bruteforcing/README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# directory bruteforcing
2+
A simple tool for bruteforcing directories in a webserver used in initial stage of recon in penetration testing
23

3-
# requirements:
4-
-> <code>pip install -r requirements.txt</code>
5-
# usage:
4+
## requirements:
5+
* <code>pip install -r requirements.txt</code>
66

7-
-> python <code>dirbrute.py</code>
7+
## usage:
8+
* python <code>dirbrute.py</code>
89

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:
1311

14-
# Suggested Wordlists:
12+
* Enter the path for the wordlists file
1513

14+
## Suggested Wordlists:
1615
https://github.com/3ndG4me/KaliLists/tree/master/dirbuster
1716

18-
Credits: Dirbuster
17+
Credits: **Dirbuster**

0 commit comments

Comments
 (0)