Skip to content

Commit 29cfa63

Browse files
authored
Update dirbrute.py
1 parent edde18d commit 29cfa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

directory_bruteforcing/dirbrute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import requests
33

44
# enter your ip or domain which youre gonna search for
5-
url = input("Enter domain or IP :")
5+
url = input("Enter domain or IP with / at end:")
66

77
# path for the wordlists
88
path = input("Enter Wordlist path :")

0 commit comments

Comments
 (0)