iKy OSINT Project - To Collect Information From E-Mail With GUI
iky OSINT Project. Collect information from a mail. Gather, Profile, Timeline.
Project iKy is to collects information from an email and shows results in a nice visual interface.
Installation
Clone repository
git clone https://ift.tt/2ISWsNK
Install Backend
RedisYou must install Redis
wget https://ift.tt/1gJzcN7
tar xvzf redis-stable.tar.gz
cd redis-stable
make
sudo make install
And turn on the server in a terminal
redis-server
Python stuff and Celery
You must install the libraries inside requirements.txt
pip install -r requirements.txt
And turn on Celery in another terminal, within the directory backend
./celery.sh
Finally, again, in another terminal turn on backend app from directory backend
python app.py
Install Frontend
NodeFirst of all, install nodejs.
Dependencies
Inside the directory frontend install the dependenciesnpm install
Turn on Frontend Server
Finally, to run frontend server, execute:npm start
Browser
Open the browser in this urlConfig API Keys
Once the application is loaded in the browser, you should go to the Api Keys option and load the values of the APIs that are needed.- Fullcontact: Generate the APIs from here
- Twitter: Generate the APIs from here
- Linkedin: Only the user and password of your account must be loaded
Video Demo
from Hackers Online Club (HOC) https://ift.tt/2Y6CyDj
Comments
Post a Comment