kennbroorg / iKy

OSINT Project. Collect information from a mail. Gather. Profile. Timeline.

Home Page:https://kennbroorg.gitlab.io/ikyweb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis Python Celery Flask Node Angular

Logo

Description   |   Installation   |   Website   |   Modules   |   Issues   |   Supporting


iKy

Description

Project iKy is a tool that collects information from an email and shows results in a nice visual interface.

Visit the Gitlab Page of the Project

Modules

fullcontact twitter linkedin github keybase ghostproject haveibeenpwned emailrep.io socialscan instagram tiktok sherlock skype tinder venmo darkpass tweetiment peopledatalabs reddit leaklookup twint holehe spotify twitch dorks mastodon

Installation

You must install Redis and start it

wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
sudo make install
cd ..

Go to our website. Download the ZIP file and unzip it, install requeriments and start it in another terminal

unzip iKy.zip
cd iKy-pack
pip install -r requirements.txt
cd backend
python3 app.py -e prod

And, finally, browse it.

Browse

Open the browser in this url

API Keys

Once the application is loaded in the browser, it should get most of the APIs and/or session cookies from the browser. Below is a table with all the fields to fill out

Module Status Field in apikey Description
Fullcontact :octagonal_sign: Discontinued
PeopleDataLabs ⚠️ In revision
Linkedin πŸ†— linkedin_li_at / linkedin_JSESSIONID (***) πŸ†“ Cookie browser(πŸͺ) method. Explained here
Twitter πŸ†— twitter_user / twitter_pass (***) πŸ†“ Cookie browser(πŸͺ) or user/pass. Explained here
Instagram ⚠️ In revision
HaveIBeenPwned πŸ†— haveibeenpwned_key πŸ’² API Paid. Explained here
Emailrep πŸ†— emailrep_key πŸ†“ API Free. Explained here
Leaklookup πŸ†— leaklookup_key πŸ†“ API Free. Explained here
Spotify πŸ†— spotify_client_id / spotify_client_secret πŸ†“ API Free. Explained here
Twitch πŸ†— twitch_client_id / twitch_client_secret πŸ†“ API Free. Explained here
CSE (Google) πŸ†— cse_api_key / cse_cx πŸ†“ API Free. Explained here

Update iKy

Because the iKy frontend is developed in Angular, which is transpiled, and a CI/CD process packages it, the best way to upgrade is to download iKy-pack from website and re-run these steps

unzip iKy.zip
cd iKy-pack
pip install -r requirements.txt
cd backend
python app.py -e prod

No reinstallation of redis is necessary.

Once you have completed the above you can copy the apikeys.json file located in backend/factories inside the iKy directory from the old installation to the new installation.

Or you can use the graphical interface in the apikeys menu to use the Export/Import options (Export from the old installation and import into the new installation).

apis

Or you can use a combination of both (Best) using the import option from the new installation and looking for the apikeys.json file in backend/factories in the iKy directory of the old installation.

Wiki

iKy Wiki

Demo Video

iKy SOL

Vimeo

Support the project

Whether you use this project, have learned something from it, or just like it, please consider supporting it by buying me a coffee, so I can dedicate more time on open-source projects like this.
Buy Me A Coffee

Disclaimer

Anyone who contributes or contributed to the project, including me, is not responsible for the use of the tool (Neither the legal use nor the illegal use, nor the "other" use).

Keep in mind that this software was initially written for a joke, then for educational purposes (to educate ourselves), and now the goal is to collaborate with the community making quality free software, and while the quality is not excellent (sometimes not even good) we strive to pursue excellence.

Consider that all the information collected is free and available online, the tool only tries to discover, collect and display it. Many times the tool cannot even achieve its goal of discovery and collection. Please load the necessary APIs before remembering my mother. If even with the APIs it doesn't show "nice" things that you expect to see, try other e-mails before you remember my mother. If you still do not see the "nice" things you expect to see, you can create an issue, contact us by e-mail or by any of the RRSS, but keep in mind that my mother is neither the creator nor Contribute to the project.

We do not refund your money if you are not satisfied. I hope you enjoy using the tool as much as we enjoy doing it. The effort was and is enormous (Time, knowledge, coding, tests, reviews, etc.) but we would do it again. Do not use the tool if you cannot read the instructions and / or this disclaimer clearly.

By the way, for those who insist on remembering my mother, she died many years ago but I love her as if she were right here.

About

OSINT Project. Collect information from a mail. Gather. Profile. Timeline.

https://kennbroorg.gitlab.io/ikyweb/

License:GNU General Public License v3.0


Languages

Language:Python 45.9%Language:HTML 44.6%Language:SCSS 8.6%Language:Shell 0.7%Language:Dockerfile 0.1%