Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Geolocation with Creepy

Leer en espanol
Geolocation with Creepy

Table of contents

We install dependencies bashapt-get install python-qt4 ===

  Creepy is a multiplatform program that allowed us to geolocate people from their images published on Twitter, Flickr and Instagram

We install dependencies

Bash
apt-get install python-qt4 python-pip

We install the necessary python libraries

text
pip install tweepy yapsy configobj python-instagram flickrapi

We download the software

text
git clone https://github.com/ilektrojohn/creepy

We access the folder

text
cd creepy/creepy/

We run the software

text
python CreepyMain.py

Captura de pantalla de 2014-03-03 19:03:01

Before performing a search we have to configure the software so that it can extract the data. To do this: Edit > Plugins Configuration

Captura de pantalla de 2014-03-03 19:06:18The configuration wizard opens and we press «Run configuration Wizard» 

We click Next

Captura de pantalla de 2014-03-03 19:08:08

We proceed to log in.

Captura de pantalla de 2014-03-03 19:09:16

We add the PIN

Captura de pantalla de 2014-03-03 19:11:25

Once configured we go to the main window and create a project. To do this, we press the doll that is located in the upper left corner.

Captura de pantalla de 2014-03-03 19:03:01__

We give a name to the new project.

Captura de pantalla de 2014-03-03 19:24:37

We select which social network we want to do the search on and add a user name or identifier.

Once found, click "Add to targets" and add it.

Captura de pantalla de 2014-03-03 19:29:03

Once added, it shows us this screen, we click next.

Captura de pantalla de 2014-03-03 19:30:50

We finish

Captura de pantalla de 2014-03-03 19:30:54

We return to the main window and check that our project has already been created.  To start the search we hit the target located in the upper left.

Captura de pantalla de 2014-03-03 19:35:04

Once the search is finishedCaptura de pantalla de 2014-03-03 19:37:39

Greetings, rokitoh!!

Comments