Skip to content

mariebley77/osintstalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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]

sudo apt-get install python-setuptools

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

------------------------------------------------------------------------------------------ 
********************************* HOW TO USE geoStalker **********************************
1.	Fill in the API keys and access_tokens in geostalker.py 
2.	If an API key or access_token is missing, it will skip that particular social network API lookup/search
3.	Run 'sudo python2.6 geostalker.py'
4.	Input a physical address or GPS coordinates


$  sudo python2.6 geostalker.py 
MMMMMM$ZMMMMMDIMMMMMMMMNIMMMMMMIDMMMMMMM
MMMMMMNINMMMMDINMMMMMMMZIMMMMMZIMMMMMMMM
MMMMMMMIIMMMMMI$MMMMMMMIIMMMM8I$MMMMMMMM
MMMMMMMMIINMMMIIMMMMMMNIIMMMOIIMMMMMMMMM
MMMMMMMMOIIIMM$I$MMMMNII8MNIIINMMMMMMMMM
MMMMMMMMMZIIIZMIIIMMMIIIM7IIIDMMMMMMMMMM
MMMMMMMMMMDIIIIIIIZMIIIIIII$MMMMMMMMMMMM
MMMMMMMMMMMM8IIIIIIZIIIIIIMMMMMMMMMMMMMM
MMMMMMMMMMMNIIIIIIIIIIIIIIIMMMMMMMMMMMMM
MMMMMMMMM$IIIIIIIIIIIIIIIIIII8MMMMMMMMMM
MMMMMMMMIIIIIZIIIIZMIIIIIDIIIIIMMMMMMMMM
MMMMMMOIIIDMDIIIIZMMMIIIIIMMOIIINMMMMMMM
MMMMMNIIIMMMIIII8MMMMM$IIIZMMDIIIMMMMMMM
MMMMIIIZMMM8IIIZMMMMMMMIIIIMMMM7IIZMMMMM
MMM$IIMMMMOIIIIMMMMMMMMMIIIIMMMM8IIDMMMM
MMDIZMMMMMIIIIMMMMMMMMMMNIII7MMMMNIIMMMM
MMIOMMMMMNIII8MMMMMMMMMMM7IIIMMMMMM77MMM
MO$MMMMMM7IIIMMMMMMMMMMMMMIII8MMMMMMIMMM
MIMMMMMMMIIIDMMMMMMMMMMMMM$II7MMMMMMM7MM
MMMMMMMMMIIIMMMMMMMMMMMMMMMIIIMMMMMMMDMM
MMMMMMMMMII$MMMMMMMMMMMMMMMIIIMMMMMMMMMM
MMMMMMMMNIINMMMMMMMMMMMMMMMOIIMMMMMMMMMM
MMMMMMMMNIOMMMMMMMMMMMMMMMMM7IMMMMMMMMMM
MMMMMMMMNINMMMMMMMMMMMMMMMMMZIMMMMMMMMMM
MMMMMMMMMIMMMMMMMMMMMMMMMMMM8IMMMMMMMMMM

**********************************************************
****** GeoStalker Version 1.0 HackInTheBox Release ******
**********************************************************

Please enter an address or GPS coordinates (e.g. 4.237588,101.131332):______________

About

osintstalker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%