select - sayotte/ESP32Marauder GitHub Wiki
Select or deselect access points and/or stations for targeted attacks. You must provide a comma separated list of indices of the desired access points and/or stations from list.
Any specified indices which were NOT already selected will become selected. Any specified indices which were already selected will no longer be selected
select [-a <CSL of target indices>] | [-s <CSL of target indices>] | [-c <CSL of target indices>]
| Argument | Required/Optional | Description |
|---|---|---|
-a <CSL of target indices>/all |
Optional | The index numbers of the access points shown with list |
-s <CSL of target indices> |
Optional | The index numbers of the ssids shown with list |
-c <CSL of target indices> |
Optional | The index numbers of the stations show with list |
-f equals/contains <String> |
Optional | Select indices equal to or containing the specified string |
select -a 1,3,5: Selects APs at indices 1, 3, and 5
select -a all: Selects all APs in the list
select -c 3,4,29: Select stations at indices 3, 4, and 29
select -a -f "equals 'E CORP' or contains EVIL": Select all APs who's ESSIDs are equal to E COPR or contain EVIL