Skip to content

Commit b9b11c4

Browse files
authored
Update dirbrute.py
1 parent 44f457a commit b9b11c4

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
@@ -11,7 +11,7 @@
1111

1212
if stats == 200:
1313
print("_" * 50)
14-
print("Path :"+url + wls, (stats))
14+
print("Path :" + url + wls, (stats))
1515
print("_" * 50)
1616
elif stats == 404:
1717
print("_" * 50)

0 commit comments

Comments
 (0)