Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
Update documentation to reflect link to Ducky Script Converter
  • Loading branch information
exploitagency committed Sep 26, 2017
1 parent 2744493 commit 3655c99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ Automatic Payload: Choose the location of the payload to run upon insertion
Scripting a Payload
-----

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.
ESPloit uses its own scripting language and not Ducky Script,
although a Ducky Script to ESPloit converter is available at: https://exploitagency.github.io/Duckuino/index.html

Examples of ESPloit's scripting language can be seen below.

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!

Expand Down
Binary file modified source/ESP_Code/ESP_Code.ino.generic.bin
Binary file not shown.
5 changes: 4 additions & 1 deletion source/ESP_Code/HelpText.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ Automatic Payload: Choose the location of the payload to run upon insertion<br>
Scripting a Payload<br>
-----<br>
<br>
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>
ESPloit uses its own scripting language and not Ducky Script,<br>
although a Ducky Script to ESPloit converter is available at: https://exploitagency.github.io/Duckuino/index.html<br>
<br>
Examples of ESPloit's scripting language can be seen below.<br>
<br>
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>
<br>
Expand Down
2 changes: 1 addition & 1 deletion source/ESP_Code/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
String version = "2.5.1";
String version = "2.5.2";
String latestardversion = "2.2";

0 comments on commit 3655c99

Please sign in to comment.