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

Duckuino Mode converting "\" character to "\\" in STRING statement #33

Open willkurr opened 5 years ago

willkurr commented 5 years ago

When compiling any STRING commands in duckuino mode that contains "\", the compiler outputs it as "\\". Here is an example: duckuino bug

This isn't mentioned in the Special Characters/Known Issues section of Scripting a Payload in the wiki, so I'm assuming it's a bug.