mirror of https://github.com/hak5/omg-payloads.git
Update payload.txt
parent
f6fb33e74c
commit
94f2067034
|
@ -16,45 +16,21 @@ REM - Nothing
|
||||||
REM Write the name of the process that you want to stop
|
REM Write the name of the process that you want to stop
|
||||||
DEFINE PROCESS_NAME example
|
DEFINE PROCESS_NAME example
|
||||||
|
|
||||||
|
DEFAULT_DELAY 500
|
||||||
REM Open Task Manager
|
REM Open Task Manager
|
||||||
GUI
|
GUI
|
||||||
DELAY 1000
|
STRINGLN Task Manager
|
||||||
STRING Task Manager
|
|
||||||
ENTER
|
|
||||||
DELAY 1000
|
|
||||||
|
|
||||||
REM Goto search bar
|
REM Goto search bar
|
||||||
TAB
|
REPEAT 4 TAB
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
|
|
||||||
REM Write the process name
|
REM Write the process name
|
||||||
STRING PROCESS_NAME
|
STRINGLN PROCESS_NAME
|
||||||
DELAY 500
|
REPEAT 4 TAB
|
||||||
ENTER
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
|
|
||||||
REM Open the menu and close it ending the task
|
REM Open the menu and close it ending the task
|
||||||
SHIFT F10
|
SHIFT F10
|
||||||
DELAY 500
|
REPEAT 2 DOWNARROW
|
||||||
DOWN_ARROW
|
|
||||||
DELAY 500
|
|
||||||
DOWN_ARROW
|
|
||||||
DELAY 500
|
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 2000
|
DELAY 2000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue