|
9 | 9 | [](https://github.com/mintRaven-05/nullswitch/issues) |
10 | 10 | </div> |
11 | 11 |
|
12 | | -## What is NullSwitch? |
| 12 | +## Huh ? |
13 | 13 |
|
14 | 14 | **NullSwitch** is a lightweight, command-line-based wireless network auditing toolkit designed for the ESP8266 microcontroller. It provides a suite of tools for scanning, monitoring, and simulating wireless activity, with the goal of supporting educational, research, and authorized penetration testing scenarios. |
15 | 15 |
|
|
20 | 20 |  |
21 | 21 | </div> |
22 | 22 |
|
23 | | -## Available commands |
| 23 | + |
| 24 | +<h2 align=center> Available Commands </h2> |
24 | 25 | <div align=center> |
25 | 26 |
|
26 | 27 |  |
27 | 28 | </div> |
28 | 29 |
|
29 | | -## Current Features |
30 | | - |
31 | | -#### Command-Line Interface (CLI) |
32 | | -- Command history traversal |
33 | | -- Auto tab completion |
34 | | -- Cursor control and navigation |
35 | | - |
36 | | -#### Network Scanning and Monitoring |
37 | | -- Scan for nearby Wi-Fi networks |
38 | | -- Monitor active devices connected to discovered networks |
39 | | - |
40 | | -#### Packet Monitoring |
41 | | -- Run in auto (channel-hopping) or locked channel mode |
42 | | -- Real-time detection and notification of deauthentication attacks |
| 30 | +<h2 align=center> Current Features </h2> |
| 31 | +<div align=center> |
| 32 | +<table> |
| 33 | + <tr> |
| 34 | + <td valign="top"> |
| 35 | + <strong>Command-Line Interface (CLI)</strong> |
| 36 | + <ul> |
| 37 | + <li>Command history traversal</li> |
| 38 | + <li>Auto tab completion</li> |
| 39 | + <li>Cursor control and navigation</li> |
| 40 | + </ul> |
| 41 | + </td> |
| 42 | + <td valign="top"> |
| 43 | + <strong>Network Scanning and Monitoring</strong> |
| 44 | + <ul> |
| 45 | + <li>Scan for nearby Wi-Fi networks</li> |
| 46 | + <li>Monitor active devices connected to discovered networks</li> |
| 47 | + </ul> |
| 48 | + </td> |
| 49 | + </tr> |
| 50 | + <tr> |
| 51 | + <td valign="top"> |
| 52 | + <strong>Packet Monitoring</strong> |
| 53 | + <ul> |
| 54 | + <li>Auto or locked channel mode</li> |
| 55 | + <li>Detects and notifies on deauth attacks</li> |
| 56 | + </ul> |
| 57 | + </td> |
| 58 | + <td valign="top"> |
| 59 | + <strong>Beacon Attack Module</strong> |
| 60 | + <ul> |
| 61 | + <li>Generate and broadcast fake access points</li> |
| 62 | + <li>Intended to confuse network scanners</li> |
| 63 | + </ul> |
| 64 | + </td> |
| 65 | + </tr> |
| 66 | +</table> |
| 67 | +</div> |
43 | 68 |
|
44 | | -#### Beacon Attack Module |
45 | | -- Generate and broadcast fake access points |
46 | | -- Intended to confuse network scanners |
47 | 69 |
|
48 | 70 | ## Legal Notice |
49 | 71 |
|
|
0 commit comments