Skip to content
Just Call Me Koko edited this page Jun 2, 2022 · 10 revisions

attack

Transmit WiFi frames with specific target or broadcast

Usage

attack -t <type>

Arguments

Argument Required/Optional Description
-t Required Specify the attack type: beacon, deauth, probe

beacon

deauth

The ESP32 is capable of transmitting specially crafted WiFi packets. Before executing deauth flood attack on the ESP32 Marauder, you must build a list of available access points and select which access points to target. See scanap and select for more details on how to build a target list.

Once a proper target list has been built, a deauth flood can be executed. The attack can be ended with stopscan.

probe

Clone this wiki locally