https://github.com/cektor/kimoki
This application is designed to retrieve IP addresses, scan open ports and list devices on the LAN.
https://github.com/cektor/kimoki
ipscan kimoki lanscan portscan
Last synced: about 2 months ago
JSON representation
This application is designed to retrieve IP addresses, scan open ports and list devices on the LAN.
- Host: GitHub
- URL: https://github.com/cektor/kimoki
- Owner: cektor
- License: gpl-3.0
- Created: 2024-12-16T17:28:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T09:01:58.000Z (5 months ago)
- Last Synced: 2025-02-13T08:52:44.204Z (4 months ago)
- Topics: ipscan, kimoki, lanscan, portscan
- Language: Python
- Homepage: https://algyazilim.com
- Size: 13.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KimOKi
This application is designed to retrieve IP addresses, scan open ports and list devices on the LAN.KimOKi Logo
![]()
----------------------
# Linux Screenshot
--------------------
Install Git Clone and Python3Github Package Must Be Installed On Your Device.
git
```bash
sudo apt install git -y
```Python3
```bash
sudo apt install python3 -y```
pip
```bash
sudo apt install python3-pip```
# Required Libraries
Required Libraries for Debian/Ubuntu
```bash
sudo apt-get install python3-pyqt5
sudo apt-get install qttools5-dev-tools
```PyQt5
```bash
pip install PyQt5
```
PyQt5-sip
```bash
pip install PyQt5 PyQt5-sip
```PyQt5-tools
```bash
pip install PyQt5-tools
```requests
```bash
pip install requests
```
psutil
```bash
pip install psutil
```
netifaces
```bash
pip install netifaces
```
netifaces
```bash
pip install scapy
```----------------------------------
# Installation
Install KimOKi```bash
sudo git clone https://github.com/cektor/KimOKi.git
```
```bash
cd KimOKi
``````bash
python3 kimoki.py```
# To compile
NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.
pip install pyinstaller
Linux Terminal
```bash
pytohn3 -m pyinstaller --onefile --windowed kimoki.py
```MacOS VSCode Terminal
```bash
pyinstaller --onefile --noconsole kimoki.py
```# To install directly on Linux
Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.
```bash
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
----------------------------------