Closed mehranexpert closed 7 years ago
mechanize is not thread safe, and also if you attempt too fast you get locked out
after while running i got this error
Traceback (most recent call last):
File "Pulse.py", line 303, in <module>
BruteForce(username,wordlist,url,_username,_password).ai()
File "Pulse.py", line 191, in ai
self.refresh()
File "Pulse.py", line 94, in refresh
self.ipAdd=self.ipAddr()
File "Pulse.py", line 139, in ipAddr
return self.brwsr.open('http://icanhazip.com/').read()
File "/usr/lib/python2.7/dist-packages/mechanize/_mechanize.py", line 203, in open
return self._mech_open(url, data, timeout=timeout)
File "/usr/lib/python2.7/dist-packages/mechanize/_mechanize.py", line 255, in _mech_open
raise response
mechanize._response.httperror_seek_wrapper: HTTP Error 403: Forbidden
which site were you brute forcing at the time?
Okay thanks, I'll look at it later.
Is the issue solved
Try the newer version called: hyprPulse
can add Multi Thread to make it faster ?