Social Recon - Investigate the online presence of anyone

Social Recon - Investigate the online presence of anyone

Social Recon - Investigate the online presence of anyone


This application locates and compiles information about personalities online, given a username and / or email address. Use this to investigate your own online presence, summarize the fingerprint of someone who knows or discovers the person behind a specific username.

Mode of use

Clone the repository
user @ computer: $ https://github.com/famavott/osint-scraper.git
go to the directory
user @ computer: $ cd osint-scraper

Start a new virtual environment with Python 3 and activate it.
cd in the following osint-scraper directory. It should be at the same level of the setup.py file.
user @ computer: $ cd osint-scraper
pip install -e. in the command line to install all the dependencies
user @ computer: $ pip install -e.
pserve development.ini -reload to serve the application at http: // localhost: 6543
Dependencies
See requirements.txt and setup.py

Social Recon
Debian Stretch and Kali Linux 2018
git clone https://github.com/famavott/osint-scraper.git
cd osint-scraper

For Debian Stretch
apt-get install python-pip
apt-get install python3
apt-get install python3-pip

For Kali Linux
apt-get install python3-venv

Create a virtual environment in python3 and activate it before installing the necessary elements.
Go as root
python3 -m venv ENV
source ENV / bin / activate
pip install -r requirements.txt
pip install -e.
pserve development.ini

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

Once the machine has restarted, restart the service as follows:
Place yourself in the osint-scraper file
python3 -m venv ENV
source ENV / bin / activate

pserve development.ini