Home

Awesome

Build Status

Coverage Status

Social Recon

This application locates and compiles information about online personalities, given a username and/or email address. Use this to investigate your own online presence, summarize the digital footprint of someone you know, or uncover the person behind a specific username.

Getting Started

Dependencies

Authors

Kavdi Hodgson

Gabriel Meringolo

Chris Closser

Matt Favoino

Bernard Bass - For french translation.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

French translation

Social Recon

Sous Debian Stretch et Kali Linux 2018

git clone https://github.com/famavott/osint-scraper.git<br/> cd osint-scraper

Pour Debian Stretch

apt-get install python-pip<br/> apt-get install python3<br/> apt-get install python3-pip

Pour Kali Linux

apt-get install python3-venv

Créer un environnement virtuel en python3 et activer le avant d'installer les éléments nécessaires.<br/> Passer en root<br/> python3 -m venv ENV<br/> source ENV/bin/activate<br/> pip install -r requirements.txt<br/> pip install -e .<br/> pserve development.ini<br/>

Starting server in PID 2408.<br/> Serving on http://localhost:6543<br/> Serving on http://localhost:6543<br/>

Une fois la machine redémarrée, relancer le service de la façon suivante :<br/> Se placer dans le dossier de osint-scraper<br/> python3 -m venv ENV<br/> source ENV/bin/activate<br/> pserve development.ini