Categories: Kali Linux

Project iKy v2.5.0 – Tool That Collects Information From An Email

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

Installation

  • Clone repository

git clone https://gitlab.com/kennbroorg/iKy.git

  • Install Backend
    • Redis
      • You must install Redis

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

  • Python stuff and Celery
    • You must install the libraries inside requirements.txt

python3 -m pip install -r requirements.txt

  • Install Frontend
    • Node
  • First of all, install nodejs.

Dependencies

  • Inside the directory frontend install the dependencies

cd frontend
npm install

Wake up iKy Tool

  • Turn on Backend
    • Redis
    • Turn on the server in a terminal

redis-server

  • Python stuff and Celery
  • Turn on Celery in another terminal, within the directory backend

./celery.sh

  • Again, in another terminal turn on backend app from directory backend

python3 app.py

  • Turn on Frontend
  • Finally, to run frontend server, execute the following command from directory frontend

npm start

Screen After Turn On iKy

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.

R K

Recent Posts

Best OSINT Tools for Journalists 2026: Verify Sources, Images and Claims

Journalists use OSINT to verify public information before publishing. In 2026, misinformation, AI-generated images, fake…

8 hours ago

Install Docker on Ubuntu 20.04: Complete Step-by-Step Guide

Docker is an open-source platform that lets you package and run applications inside containers. Each container…

19 hours ago

Install PostgreSQL on Ubuntu: Database Setup and Admin Guide

PostgreSQL (often called Postgres) is an open-source relational database system. It supports advanced features like JSON…

20 hours ago

Install Xrdp Remote Desktop on Ubuntu: Setup and Connect

Xrdp is an open-source server that lets you connect to your Ubuntu machine from another computer…

20 hours ago

Tomcat 9 on Ubuntu 20.04: Install, Configure, and Start

Apache Tomcat is an open-source web server and Java servlet container. It is one of the…

20 hours ago

Automatic Updates on Ubuntu: Set Up unattended-upgrades

Keeping your Ubuntu system updated is one of the best ways to protect it. Security…

21 hours ago