Skip to content

Features

Cancro29 edited this page Mar 22, 2025 · 3 revisions

Features

Deauth

Availibility : ESP8266, ESP32, BW16
Send a deauthentication packet that prevents clients from connecting to single or more target.

Deauth All

Availibility : ESP8266, ESP32
Send a deauthentication packet that prevents clients from connecting to all scanned target. The targets will be refreshed every 1 minutes.

Precise Deauth

Availibility : ESP8266
Send a spacialized deauthentication packet that prevents clients from connecting to all scanned target. Use this if the target has immunity to regular deauth attack. This feature disables SoftAP so you cannot combine it with Evil-Twin

True Deauth

Availibility : ESP8266, ESP32
Send deauthentication packet to ALL visible target. This feature has same effect as Deauth All but in real-time. Wi-Fi devices that just got turned on will instantly affected. This feature disables SoftAP so you cannot combine it with Evil-Twin

Evil-Twin

Availibility : ESP8266
Create a cloned Access Point that mimics target's BSSID. This AP has a Captive Portal that asks for password. After the password obtained, the password will be verified with original Access Point.

Rogue AP

Availibility : ESP8266, ESP32
Create an Access Point that mimics public free wifi. This AP has a Captive Portal that asks for user credentials. After the credentials obtained, it will be stored in log. The credentials that gets asked depends on what custom HTML is assigned.

Extender

Availibility : ESP8266, ESP32
Make ESP8266 or ESP32 act like a Wi-Fi repeater.

Station Counter

Availibility : ESP8266
See how many users are connected to the target. The result is stored on Log page

Station Observer

Availibility : ESP8266
Same as Station Counter but it scanss on all target

Custom HTML

Availibility : ESP8266
Assign a custom HTML to your liking.

File Manager

Availibility : ESP8266, ESP32
Upload, rename, delete, view, flash your files in one menu

Monitor Page

Availibility : ESP8266, ESP32
Monitors the status of your ESP8266 or ESP32

Event Logger

Availibility : ESP8266, ESP32
View the important events that happened and stored on Log page

Local Remote

Availibility : ESP8266
Control another NETHERCAP device.

Deauth Detector

Availibility : ESP8266, ESP32
Detect deauthentication attacks in real-time. This feature requires OLED display.

OTA Update

Availibility : ESP8266
Flash binary file without connecting to USB.

Custom AP

Availibility : ESP8266, ESP32
Set your custom AP and Password to make it less obvious.

OLED Display

Availibility : ESP8266, ESP32
Display informations on OLED display

Clone this wiki locally