Emberkit

Python-Based Cybersecurity Utility • Network Utility

About Emberkit

Emberkit is a modular cybersecurity utility written in Python, with a focus on simplicity and ease of use. I plan to add many features to make it even more powerful and user-friendly. Message me for feature suggestions!

Features

LAN Scanner

Automatically detects your local network and lists IP + MAC addresses of connected devices.

IP Geolocation

Returns ISP, location, and country information for an inputted IP address.

Keyword File Searcher

Search files for specified keywords in a file.

Ping Utility

Check if a device is online by pinging its IP address.

Hash Tools

Crack MD5, SHA1, and SHA256 hashes using a wordlist.

Installation

Prerequisites: Python 3 & Pip 3

MacOS / Linux

cd /path/to/folder
pip3 install -r requirements.txt
sudo python3 main.py

Windows

pip install -r requirements.txt python main.py

Connect & Contribute

Windows support is experimental. Contributions are welcome on GitHub.