"GUI R" -> "GUI r"

This commit is contained in:
Tim Mattison 2014-07-22 16:32:06 -07:00
parent 66ba1bebdd
commit 9ad79839a8
1 changed files with 3 additions and 3 deletions

View File

@ -6,14 +6,14 @@ The Ducky fires the payload immediately, so you need an initial delay for the OS
The steps of this example can be broken down into:
* Initial Delay for the OS
* GUI R triggers the run-box
* GUI r triggers the run-box
* Small delay to wait for the run-box to open
* Ducky types notepad ENTER to load notepad
* Small delay to wait for notepad to open
* Ducky then types an arbitrary string into notepad
DELAY 3000
GUI R
GUI r
DELAY 200
STRING notepad
ENTER
@ -37,7 +37,7 @@ The community is storing generated payloads on the following wiki-page:
* DELAY ''x'' - Delay in milli-secs
* STRING ''xyz'' - types following characters
* GUI - Windows Menu Key
* GUI R - Windows Run box
* GUI r - Windows Run box
* COMMAND - OSX Command Key
* UP | UPARROW - Up Key
* DOWN | DOWNARROW - Down Key