
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.
Dependencias
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
Demo:
Author

- Hakin9 is a monthly magazine dedicated to hacking and cybersecurity. In every edition, we try to focus on different approaches to show various techniques - defensive and offensive. This knowledge will help you understand how most popular attacks are performed and how to protect your data from them. Our tutorials, case studies and online courses will prepare you for the upcoming, potential threats in the cyber security world. We collaborate with many individuals and universities and public institutions, but also with companies such as Xento Systems, CATO Networks, EY, CIPHER Intelligence LAB, redBorder, TSG, and others.
Latest Articles
Blog2022.12.13What are the Common Security Weaknesses of Cloud Based Networks?
Blog2022.10.12Vulnerability management with Wazuh open source XDR
Blog2022.08.29Deception Technologies: Improving Incident Detection and Response by Alex Vakulov
Blog2022.08.25Exploring the Heightened Importance of Cybersecurity in Mobile App Development by Jeff Kalwerisky
Doesn’t work on Parrot OS?
I’m afraid it doesn’t
Yes, I tested in Parrot 4.10