Bitwise-01 / Pulse-

Brute Force For Facebook,Instagram & Twitter
472 stars 93 forks source link

Multi Thread #1

Closed mehranexpert closed 7 years ago

mehranexpert commented 7 years ago

can add Multi Thread to make it faster ?

Bitwise-01 commented 7 years ago

mechanize is not thread safe, and also if you attempt too fast you get locked out

mehranexpert commented 7 years ago

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
Bitwise-01 commented 7 years ago

which site were you brute forcing at the time?

mehranexpert commented 7 years ago

Instagram

Bitwise-01 commented 7 years ago

Okay thanks, I'll look at it later.

Bitwise-01 commented 7 years ago

Is the issue solved

Bitwise-01 commented 6 years ago

Try the newer version called: hyprPulse