Giter Site home page Giter Site logo

vulture's People

Contributors

rndinfosecguy avatar voidm4p 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

vulture's Issues

Not sending data

I'm trying the script and overall it works, but the failure is whenever a contact go from online to disconnected, it does not send the http request to the python server, however, if I do a test with a simulated environment in local (something like this)

<html>
	<head>
		<meta charset="UTF-8">
		<script>
			function changeStatus()
			{
			x=document.getElementsByClassName("_315-i");
			    for(var i = 0; i < x.length; i++){
			    	if (x[i].innerText == "online") {
			    		x[i].innerText=""; 
			    	} else {
			    		x[i].innerText="online";    
			    	}
			    }
			}
		</script>
	</head>
	<body>
		<span dir="auto" title="TEST USER" class="_19RFN">TEST USER</span>
		<br/>
		<span title="Test Content" class="_315-i">Test Content</span>
		<br/>
		<button type="button" onclick="changeStatus()">change status</button>
	</body>
</html>

it works perfectly and send the data to the localhost/cgi...

But on the real whatsapp it does nothing, any idea?

Only Chat Account?

Hi! Its possible to track any number or it will work only for chat account with which we have talked before?
Thanks

I'm, getting console post error.

I run the server like so
PS C:\Users\Remco\Downloads\vulture-master\vulture-master> python3 .\server.py
Serving HTTP on :: port 80 (http://[::]:80/) ...

which seems succesfull. Then i paste the js in the DOM and then I get an undefined. Then couple seconds later a post 400.
}
}
trackuser()

undefined
app.39064ec0dec361638b30.js:54 POST https://crashlogs.whatsapp.net/wa_fls_upload_check?type=crashlog&access_token=1063127757113399%7C745146ffa34413f9dbb5469f5370b7af 400

image

permission error on mac

vivek-patel:vulture-master vivekpatel$ python3 server.py
Traceback (most recent call last):
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/server.py", line 1262, in
test(HandlerClass=handler_class, port=args.port, bind=args.bind)
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/server.py", line 1230, in test
with ServerClass(server_address, HandlerClass) as httpd:
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py", line 449, in init
self.server_bind()
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/server.py", line 137, in server_bind
socketserver.TCPServer.server_bind(self)
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py", line 463, in server_bind
self.socket.bind(self.server_address)
PermissionError: [Errno 13] Permission denied

Whatsapp Web class names no longer work.

Whatsapp Web class names are out of date and should be updated.

inject.js

var online = document.getElementsByClassName("_315-i");
var user = document.getElementsByClassName("19vo")[0].getElementsByClassName("_19RFN");

many phone number tracking

Hi,
Learned your code and few another repositories
it is possible to track many phone numbers at the same time?
Even if they not in contact list.
Thanks!v

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.