schloss / insecurity-demos

A packaged, graphical user interface for demonstrating various digital security threats and mitigations in a training room context.
4 stars 2 forks source link

Provide the ability to deauth a specific device #76

Open poser opened 10 years ago

poser commented 10 years ago

For now, the best place for this is probably inside the "device details" window that appears when double-clicking a device row in the data table. Should include both the "Force deauth using" button and the adapter dropdown.

double-green-vole commented 10 years ago

If we do this in the "device details" window, I think we should leave out the adapter dropdown and use the adapter selected for deauthing in the main UI. The button would then read something like "Force Deauth Using wlan0".

Another option is to augment the current interface by making the forced deauth UI sensitive to which rows in the device table are selected. If no rows are selected, then all devices in the table would be deauthed, otherwise only the selected devices.

It might make sense to implement both these options.