diff --git a/brutexss.py b/brutexss.py index fd9d17e..cf907ab 100644 --- a/brutexss.py +++ b/brutexss.py @@ -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!")