Skip to content

Commit 5a694a6

Browse files
author
s4dhul4bs
committed
fix bug when credential is found
1 parent 2fddd4b commit 5a694a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

siddhis/djonga/djonga.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def run_brute_force(self):
150150
http_status = Gn_c + str(status_code) + D_c
151151
status = Gn_c + 'Success' + D_c
152152
token = Gn_c + csrftoken + D_c
153-
userpass = Gn_c + str(username + ':' + password) + D_c
153+
userpass = Gn_c + str(self.username + ':' + self.password) + D_c
154154

155155
self.get_csrf_token(self.LOGOUT_URL)
156156
sucess_login = True

0 commit comments

Comments
 (0)