Potential Issue
sno0ose opened this issue · 5 comments
By any chance do you have a line break at the end of your file? I think it may be reading in a blank line.
not by the vi output
output I just got after removing the extra user - now just admin
Trying admin : 0841667990
Trying admin : 073837401
Trying admin : 04162864555
Trying admin : 014712972
Trying : 082601lete
Trying : 231202
Trying : 711208lete
Trying : booty56ete
Trying : megalina
Trying : wnm4716
Trying : lila28
Trying : yoshit
Trying : 123456
Trying : titisorete
Trying : noraekin
Trying : shepherd01
Trying : booyah69
Trying : ilimamfete
Trying : badazz225e
Trying : desroches
Exception in thread Thread-32:
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 61, in worker
PasswordAttempt(user,password,url,thread_no,verbose,debug,agent)
File "wpforce.py", line 149, in PasswordAttempt
if e.code == 404 or e.code == 403:
AttributeError: 'URLError' object has no attribute 'code'
UPDATE - threads were up too high I think. Set them to 100
Update 2 - set to 10 doesn't cause the issue and the admin account is not getting locked out like the other user account was. I am still getting the duplicate password with no username though.
I'll look into it this weekend to see what might cause the blank username issue.
As far as threads go, anything over 10 doesn't do so well in most of my times using it.
This should be fixed now.