Skip to content

Latest commit

 

History

History
127 lines (91 loc) · 2.01 KB

README.md

File metadata and controls

127 lines (91 loc) · 2.01 KB
made in TR

KimOKi

This application is designed to retrieve IP addresses, scan open ports and list devices on the LAN.

KimOKi Logo

KimOKi Logo


Linux Screenshot

Linux(pardus)


Install Git Clone and Python3

Github Package Must Be Installed On Your Device.

git

sudo apt install git -y

Python3

sudo apt install python3 -y 

pip

sudo apt install python3-pip

Required Libraries

Required Libraries for Debian/Ubuntu

sudo apt-get install python3-pyqt5
sudo apt-get install qttools5-dev-tools

PyQt5

pip install PyQt5

PyQt5-sip

pip install PyQt5 PyQt5-sip

PyQt5-tools

pip install PyQt5-tools

requests

pip install requests

psutil

pip install psutil

netifaces

pip install netifaces

netifaces

pip install scapy

Installation

Install KimOKi

sudo git clone https://github.com/cektor/KimOKi.git
cd KimOKi
python3 kimoki.py

To compile

NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.

pip install pyinstaller

Linux Terminal

pytohn3 -m pyinstaller --onefile --windowed kimoki.py

MacOS VSCode Terminal

pyinstaller --onefile --noconsole kimoki.py

To install directly on Linux

Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.

wget -O Setup_Linux64.deb https://github.com/cektor/KimOKi/releases/download/1.00/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -y

Release Page: https://github.com/cektor/KimOKi/releases/tag/1.00