Skip to content

Commit 3655c99

Browse files
committed
Release 2.5.2
Update documentation to reflect link to Ducky Script Converter
1 parent 2744493 commit 3655c99

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,10 @@ Automatic Payload: Choose the location of the payload to run upon insertion
140140
Scripting a Payload
141141
-----
142142

143-
ESPloit uses its own scripting language and not Ducky Script. Although using pure Ducky Script may be adopted in the future or other projects 32u4 sketches using Ducky Script can be adapted to work with ESPloit's ESP8266 sketch. Ducky scripts are adaptable though with minimal work. Examples of ESPloit's scripting language can be seen below.
143+
ESPloit uses its own scripting language and not Ducky Script,
144+
although a Ducky Script to ESPloit converter is available at: https://exploitagency.github.io/Duckuino/index.html
145+
146+
Examples of ESPloit's scripting language can be seen below.
144147

145148
COMMANDS ARE CASE SENSITIVE! Do not insert any spaces after a command unless intentional and as part of a string, etc. Do not place any blank lines in a payload!
146149

-96 Bytes
Binary file not shown.

source/ESP_Code/HelpText.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,10 @@ Automatic Payload: Choose the location of the payload to run upon insertion<br>
143143
Scripting a Payload<br>
144144
-----<br>
145145
<br>
146-
ESPloit uses its own scripting language and not Ducky Script. Although using pure Ducky Script may be adopted in the future or other projects 32u4 sketches using Ducky Script can be adapted to work with ESPloit's ESP8266 sketch. Ducky scripts are adaptable though with minimal work. Examples of ESPloit's scripting language can be seen below.<br>
146+
ESPloit uses its own scripting language and not Ducky Script,<br>
147+
although a Ducky Script to ESPloit converter is available at: https://exploitagency.github.io/Duckuino/index.html<br>
148+
<br>
149+
Examples of ESPloit's scripting language can be seen below.<br>
147150
<br>
148151
COMMANDS ARE CASE SENSITIVE! Do not insert any spaces after a command unless intentional and as part of a string, etc. Do not place any blank lines in a payload!<br>
149152
<br>

source/ESP_Code/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
String version = "2.5.1";
1+
String version = "2.5.2";
22
String latestardversion = "2.2";

0 commit comments

Comments
 (0)