Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Update brutexss.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshmajumdar authored Feb 27, 2017
1 parent d21b012 commit ed2567e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brutexss.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ def execute():


#The bruteforce part
if postchecked == 1:
if postchecked == '1':
postmethod(link)
elif getchecked == 1:
elif getchecked == '1':
getmethod(link)
else:
output.insert(END, "\n[+] Something went wrong!")
Expand Down

0 comments on commit ed2567e

Please sign in to comment.