Skip to content

Commit 46c51c4

Browse files
Update brutexss.py
1 parent ed2567e commit 46c51c4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

brutexss.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python
22

33
__author__ = 'Rajesh Majumdar'
4-
__version__ = '1.4'
4+
__version__ = '1.5'
55

66
try:
77
from tkinter import *
@@ -281,12 +281,9 @@ def execute():
281281
#The bruteforce part
282282
if postchecked == '1':
283283
postmethod(link)
284-
elif getchecked == '1':
285-
getmethod(link)
286284
else:
287-
output.insert(END, "\n[+] Something went wrong!")
288-
top.mainloop()
289-
285+
getmethod(link)
286+
290287
def process():
291288
progress.start(1)
292289
bckprocess = threading.Thread(target=execute)

0 commit comments

Comments
 (0)