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 Mar 10, 2017
1 parent ed2567e commit 46c51c4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions brutexss.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python

__author__ = 'Rajesh Majumdar'
__version__ = '1.4'
__version__ = '1.5'

try:
from tkinter import *
Expand Down Expand Up @@ -281,12 +281,9 @@ def execute():
#The bruteforce part
if postchecked == '1':
postmethod(link)
elif getchecked == '1':
getmethod(link)
else:
output.insert(END, "\n[+] Something went wrong!")
top.mainloop()

getmethod(link)

def process():
progress.start(1)
bckprocess = threading.Thread(target=execute)
Expand Down

0 comments on commit 46c51c4

Please sign in to comment.