https://github.com/nsm-barii/netcracker
WiFi Hacking Suite
https://github.com/nsm-barii/netcracker
network-programming wifi-hacking wifiscanner
Last synced: 6 days ago
JSON representation
WiFi Hacking Suite
- Host: GitHub
- URL: https://github.com/nsm-barii/netcracker
- Owner: NSM-Barii
- License: mit
- Created: 2025-04-16T06:21:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-10T05:02:20.000Z (20 days ago)
- Last Synced: 2026-04-10T07:12:59.718Z (20 days ago)
- Topics: network-programming, wifi-hacking, wifiscanner
- Language: Python
- Homepage:
- Size: 1.94 MB
- Stars: 41
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ ๏ธ NetCracker
NetCracker is a lightweight but powerful network tool designed to monitor, analyze, and take action in real-time during security assessments.
## โ๏ธ Features
- Packet analysis with live metrics
- Device and vendor discovery
- Real-time countermeasure trigger logic
## ๐งช Tested On
- Kali Linux
- Arch Linux
## Comming Soon
- Evil Twin Attack
- Beacon (spam) Flood
- Frames that can crash Routers
- Wifi cracking (done with hashcat)
## ๐ Quick Start
1. Clone the repo
`git clone https://github.com/nsm-barii/netcracker.git`
2. Navigate to the project directory
`cd netcracker/nsm_modules`
3. create virtual env
`python -m venv venv`
'source venv/bin/activate'
5. Install dependencies
`pip install -r ../requirements.txt`
6. Run the tool
`sudo venv/bin/python nsm_main.py`
---

> ๐ธ *Image above shows NetCracker running on a dual-laptop setup using ALFA adapters for extended wireless penetration testing.*