diff --git a/README.md b/README.md index 6ad35f7..77fead4 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/source/ESP_Code/ESP_Code.ino.generic.bin b/source/ESP_Code/ESP_Code.ino.generic.bin index d769499..ffad0cc 100644 Binary files a/source/ESP_Code/ESP_Code.ino.generic.bin and b/source/ESP_Code/ESP_Code.ino.generic.bin differ diff --git a/source/ESP_Code/HelpText.h b/source/ESP_Code/HelpText.h index 7507b18..5c6b9b4 100644 --- a/source/ESP_Code/HelpText.h +++ b/source/ESP_Code/HelpText.h @@ -143,7 +143,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!

diff --git a/source/ESP_Code/version.h b/source/ESP_Code/version.h index 8e7855f..b817ee8 100644 --- a/source/ESP_Code/version.h +++ b/source/ESP_Code/version.h @@ -1,2 +1,2 @@ -String version = "2.5.1"; +String version = "2.5.2"; String latestardversion = "2.2";