Skip to content

rebroad/osintstalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Python Scripts

fbStalker - OSINT tool for Facebook - Based on Facebook Graph and other stuff
geoStalker - OSINT tool for Geolocation related sources - Flickr, Instagram, Twitter, Wigle. The userIDs found is used to find social media accounts across other networks like Facebook, Youtube, Instagram, Google+, Linkedin and Google Search
----------------------------------------------------------------------------------------------------------------------------------------------------------------

Videos
Geostalker running in Kali Linux
https://www.youtube.com/watch?v=qUqT9Ct2kg0&feature=youtu.be

----------------------------------------------------------------------------------------------------------------------------------------------------------------

Instructions - Work in Progress
Both scripts require python2.6. Other versions of python has not been tested.

For geoStalker,y ou will need to supply a bunch of API keys and access_tokens for now. The script will be updated later with an easier method on gettingsud the access_tokens.

Dependencies for Geostalker 
[Tested on Kali Linux]

wget https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz
tar xvfz pip-1.4.1.tar.gz
cd pip-1.4.1
sudo python2.6 setup.py install

git clone https://github.com/hadim/pygraphml.git
cd pygraphml
python2.6 setup.py install

pip install google
pip install python-instagram
pip install pygoogle
pip install geopy
pip install lxml
pip install oauth2
pip install python-linkedin
pip install pygeocoder
pip install selenium
pip install termcolor
pip install pysqlite
pip install TwitterSearch
pip install foursquare


wget https://gdata-python-client.googlecode.com/files/gdata-2.0.18.tar.gz
tar xvfz gdata-2.0.18.tar.gz
cd gdata-2.0.18
python2.6 setup.py install

About

osintstalker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published