Project iKy – Email Information Gathering Tool with a Visual Interface

Project iKy is a tool that collects information from an email and shows results in a nice visual interface. Video Demo 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 And turn on the server in a terminal redis-server Python […]