Mike Causer

Results 24 issues of Mike Causer

The same 4GB MicroSD card when inserted into a PyBoard mounts the SD on boot. Should be using same PA8 as with the PyBoard. https://github.com/mcauser/VCC_GND_F407/blob/master/mpconfigboard.h#L111 https://github.com/micropython/micropython/blob/master/ports/stm32/boards/PYBV10/mpconfigboard.h#L92 ```python >>> import machine...

It'd be nice if the submit handshakes screen had an extra step where it lists all of the networks found in the pcap with checkboxes that let you skip unwanted...

enhancement

It'd be nice if you could pass a &found=1 query parameter to the my nets page. eg. https://wpa-sec.stanev.org/?my_nets&found=1&page=1 Which would append a `AND n_state=1` to the query: https://github.com/RealEnder/dwpa/blob/master/web/content/my_nets.php#L24 and render...