esp32-wifi-penetration-tool
esp32-wifi-penetration-tool copied to clipboard
Add support for MicroSD
It could be extremely useful to be able to store handshakes and PMKID's on an external MicroSD.
MicroSD card would require additional HW, but I'm thinking about saving captured handshakes/pmkids into flash memory (which would be optional to prevent flash wear). MicroSD support can be done later 👍
The additional hardware doesn't need to be difficult to add. MicroSD modules are cheap, and would only require soldering a few wires. If you plan on growing the tool, I think eventually the lack of SD will be a roadblock. If you're not a hardware person, but willing to figure out the software, I could come up with part numbers and directions on how to easily add a MicroSD.
May 30, 2021 10:39:57 AM risinek @.***>:
MicroSD card would require additional HW, but I'm thinking about saving captured handshakes/pmkids into flash memory (which would be optional to prevent flash wear). MicroSD support can be done later 👍
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub[https://github.com/risinek/esp32-wifi-penetration-tool/issues/9#issuecomment-851010704], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ACA4C24UB4F4ST4B3Y3KLH3TQJE33ANCNFSM45U3LEBA]. [data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAfSURBVGiB7cEBAQAAAIIg/69uSEABAAAAAAAAAAAvBiQwAAGO68BnAAAAAElFTkSuQmCC###24x24:true###][Tracking image][https://github.com/notifications/beacon/ACA4C2ZXFENUB3CE6VY65IDTQJE33A5CNFSM45U3LEBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGK4WJEA.gif]
Any progress on possibly getting this to work with the ESP32-Cam board which includes the sdcard interface?