Skip to content

Releases: exploitagency/ESPloitV2

Release v2.7.51

10 Feb 12:07
Compare
Choose a tag to compare

Add Space Bar to Input Mode(Keyboard Mode)

Release v2.7.5

08 Feb 09:01
Compare
Choose a tag to compare

Add Function and Misc keys to Input Mode

Version 2.7.41

28 Oct 22:31
Compare
Choose a tag to compare

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

22 Oct 00:56
Compare
Choose a tag to compare

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

20 Oct 11:52
Compare
Choose a tag to compare

Introducing Duckuino mode
Based on Duckuino by Plazmaz and Nurrl

Version 2.6.1

19 Oct 08:06
Compare
Choose a tag to compare

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

19 Oct 07:23
Compare
Choose a tag to compare

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

01 Oct 19:24
Compare
Choose a tag to compare

Minor: Update Documentation

Version 2.5.4

01 Oct 18:55
Compare
Choose a tag to compare

Minor: Update Documentation

Version 2.5.3

26 Sep 12:52
Compare
Choose a tag to compare
Fix bug when using character "<"
Replace instances of "<" with "&lt;" when scripting a payload
Software converts "&lt;" back to "<" on deployment

This was fixed in a previous release but live payload mode did not reflect the changes until now