exploitagency / ESPloitV2

WiFi Keystroke Injection Tool designed for an Atmega 32u4/ESP8266 Paired via Serial (Cactus WHID Firmware). Also features Serial, HTTP, and PASV FTP exfiltration methods and an integrated Credential Harvester Phishing tool called ESPortal.
MIT License
559 stars 133 forks source link

Suggestions: Add keylogging capabilities [Hardware not supported] #12

Closed IceM4nn closed 7 years ago

IceM4nn commented 7 years ago

Add keylogging features such as based on spacehuhn repo. https://github.com/spacehuhn/wifi_keylogger/

exploitagency commented 7 years ago

So your hardware supports USB Host?

IceM4nn commented 7 years ago

😢 😭

exploitagency commented 7 years ago

It actually "does", kind of.

But we have to implement the LUFA USB stack on the 32u4 and handle the entire thing in software as there is no hardware USB host support.

I don't have any plans to do this anytime soon.