xampla / AlexaCookied

AlexaCookied enumeration tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alexa Cookied

This is my bachelor's project at Universitat Politécnica de Barcelona (UPC). It is a PoC tool that given the cookies from a user that logged in Alexa webpage outputs personal information of him.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Once you have set it up just follow the instructions shown in the prompt to obtain the desired information. Also note that the links used are from the Amazon Spain so in case the cookie session are from another country they should be changed accordingly.

Prerequisites

This tool is intended to work in python3. Also you need to have:

pip3 install requests
pip3 install matplotlib

Installing

Once the prerequisites have been installed just type:

python3 alexaCookied.py PATH_TO_COOKIE_FILE

The cookie file can be obtained from the user's browser profile. Note that it has to be copied without changing any timestamps. This can be done with this command in Linux/OS X, which will copy the cookie file into the folder Documents:

cp -p cookies.sqlite ~/Documents

Authors

  • Xavier Marrugat

License

GPLv3 license

About

AlexaCookied enumeration tool

License:GNU General Public License v3.0


Languages

Language:Python 100.0%