Releases: exploitagency/ESPloitV2
Release v2.7.51
Add Space Bar to Input Mode(Keyboard Mode)
Release v2.7.5
Add Function and Misc keys to Input Mode
Version 2.7.41
Update SerialEXFIL Payload
Extend BlinkLED
Can now BlinkLED:X when done exfiltrating payload when using the serial methods.
See payload example LinSerialEXFIL.txt
Version 2.7.331
Add Serial Exfiltration Method
Victim and Device no longer need to be on the same network to exfiltrate data!
Find the com port
Set baud on victim to 38400
Send the text SerialEXFIL:[datahere]
Version 2.6.1337
Introducing Duckuino mode
Based on Duckuino by Plazmaz and Nurrl
Version 2.6.1
Clean up BlinkLED for wider hardware compatibility.
Give advanced users the option to set the define for LED_BUILTIN in source.
Version 2.6.0
Add BlinkLED:
--"BlinkLED:X"
--X=# of times to blink the LED 750ms ON 500ms OFF
--"BlinkLED:3" Blinks the LED 3 times
--Useful for knowing what stage of a payload you are on(add to the end of payload).
Version 2.5.5
Minor: Update Documentation
Version 2.5.4
Minor: Update Documentation
Version 2.5.3
Fix bug when using character "<"
Replace instances of "<" with "<" when scripting a payload
Software converts "<" back to "<" on deployment
This was fixed in a previous release but live payload mode did not reflect the changes until now