Skip to content

Commit cff79d0

Browse files
authored
Update main.py
1 parent bbecb3b commit cff79d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class XMLRPCBRUTEFORCE:
1616
def __init__(self, url):
1717
self.file_pass = "/usr/share/wordlists/pass.txt"
1818
self.website = url
19-
self.username = ["admin"]
19+
self.username = []
2020
self.password = []
2121

2222
self.useragents = [

0 commit comments

Comments
 (0)