Updated Payload run java from sd (markdown)

This commit is contained in:
overwraith 2013-07-01 15:02:20 -07:00
parent 0d7406b688
commit b82eb25177
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
The following is another payload for running applications on Twin duck firmware from off your SD card automatically. This payload waits for the ducky drive to mount, then switches to the directory containing the Java payload, then launches the payload. I don't know how useful this will be, but it is here if you need it. This only runs on Windows systems, but should run on all current Windows thanks to some code written by googleknowsbest.
The following is another payload for running applications on Twin duck firmware from off your SD card automatically. This payload waits for the ducky drive to mount, then switches to the directory containing the Java payload, then launches the payload. I don't know how useful this will be, but it is here if you need it. This only runs on Windows systems, but should run on all current Windows thanks to some code written by googleknowsbest. Change "JavaApp" to the name of your application.
```
REM Author: overwraith
REM Name: Java_Application.txt
@ -74,4 +74,11 @@ STRING wscript.exe invis.vbs DuckyWait.bat
ENTER
STRING EXIT
ENTER
```
If you are not containing this script and the application within a folder on the ducky drive, then remove this line:
```
STRING cd Java_Application
ENTER
```