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

Replace deauth checkbox with a button #69

Closed poser closed 10 years ago

poser commented 10 years ago

For now, let's go with the "trigger" approach. So, we should:

I think the "active/passive toggle state" approach (see below) is less distracting, but...this way has the advantage of allowing users to "try again" if they fail to capture all necessary eapol packets.

poser commented 10 years ago

Because this is not an auditing tool, and because our goal is not (currently) to teach people how WPA sniffing works, a better long-term approach would be to avoid the visible distraction of explicitly deauthenticating devices, and instead just include an active/passive toggle of some sort. When enabled, we would then execute the aireplay-ng deauth command:

The typical workflow, then, would involve choosing whether or not to remain fully passive before switching from meta-data collection to targeted sniffing of sensitive data (which happens as soon as a specific AP is selected). Currently, the deauth widgets are active before the demo is started and after we've selected a target AP. If/when we implement this design, we should:

And, in terms of the widgets themselves, I would propose:

double-green-vole commented 10 years ago

Fixed in b1edb254609d00fc6417bf19f9bfeb1ff0a6d9ac.