From ed2567e96301543ab3bc81fc2732a652d03bd54b Mon Sep 17 00:00:00 2001 From: Rajesh Majumdar Date: Tue, 28 Feb 2017 03:50:38 +0530 Subject: [PATCH] Update brutexss.py --- brutexss.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!")