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
558 stars 136 forks source link

Fix Alt+F2 (Linux) #37

Open 0ki opened 5 years ago

0ki commented 5 years ago

Alt+F2 does not work because of the incorrect keycodes. This fixes things.

exploitagency commented 5 years ago

134 is Right ALT 130 is Left ALT

I will double check soon. Thanks for the heads up

0ki commented 5 years ago

So why is Alt+F2 the only combination using the wrong alt?

I checked a select set (~20) of English keyboard layouts and 100% have alt_l on the keyboard, but only 20% have alt_r mapped. 80% have something else mapped to that button.

exploitagency commented 5 years ago

No big deal. It was not intentional.

exploitagency commented 5 years ago

Hopefully I used 130 in all of the payload examples.