WPForce icon indicating copy to clipboard operation
WPForce copied to clipboard

Exception in thread Thread

Open radenvodka opened this issue 7 years ago • 4 comments

WAF or security plugin likely in use Exception in thread Thread-4: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.__target(*self.__args, **self.__kwargs) File "wpforce.py", line 63, in worker PasswordAttempt(user,password,url,thread_no,verbose,debug,agent) File "wpforce.py", line 155, in PasswordAttempt total = len(passlist) NameError: global name 'passlist' is not defined

Traceback (most recent call last): File "wpforce.py", line 213, in main() File "wpforce.py", line 203, in main time.sleep(0.1)

radenvodka avatar Nov 04 '17 18:11 radenvodka

Can you post the command you ran as well? Thanks.

n00py avatar Nov 04 '17 22:11 n00py

Hi, I have the same issue here timed out - Try reducing Thread count Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "wpforce.py", line 63, in worker PasswordAttempt(user,password,url,thread_no,verbose,debug,agent) File "wpforce.py", line 165, in PasswordAttempt if args.verbose is True or args.debug is True: NameError: global name 'args' is not defined

And process fails I've tried to run python wpforce.py -i usr.txt -w password.txt -u "http://*****.com" -t 2 -v

a1tem avatar Jan 13 '18 11:01 a1tem

The website probably is shunning you after a certain number of attempts. If you are in control of the webserver that is being targeted, can you confirm that there isn't any WAF or security plug-in running?

n00py avatar Jan 15 '18 20:01 n00py

Since those variables are readonly, try making their scope global.

s3gm3nt4ti0nf4ult avatar Jul 11 '18 16:07 s3gm3nt4ti0nf4ult