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
|
||||
DEFINE PROCESS_NAME example
|
||||
|
||||
|
||||
DEFAULT_DELAY 500
|
||||
REM Open Task Manager
|
||||
GUI
|
||||
DELAY 1000
|
||||
STRING Task Manager
|
||||
ENTER
|
||||
DELAY 1000
|
||||
STRINGLN Task Manager
|
||||
|
||||
REM Goto search bar
|
||||
TAB
|
||||
DELAY 500
|
||||
TAB
|
||||
DELAY 500
|
||||
TAB
|
||||
DELAY 500
|
||||
TAB
|
||||
DELAY 500
|
||||
REPEAT 4 TAB
|
||||
|
||||
REM Write the process name
|
||||
STRING PROCESS_NAME
|
||||
DELAY 500
|
||||
ENTER
|
||||
DELAY 500
|
||||
TAB
|
||||
DELAY 500
|
||||
TAB
|
||||
DELAY 500
|
||||
TAB
|
||||
DELAY 500
|
||||
TAB
|
||||
DELAY 500
|
||||
STRINGLN PROCESS_NAME
|
||||
REPEAT 4 TAB
|
||||
|
||||
REM Open the menu and close it ending the task
|
||||
SHIFT F10
|
||||
DELAY 500
|
||||
DOWN_ARROW
|
||||
DELAY 500
|
||||
DOWN_ARROW
|
||||
DELAY 500
|
||||
REPEAT 2 DOWNARROW
|
||||
ENTER
|
||||
DELAY 2000
|
||||
|
||||
|
|
Loading…
Reference in New Issue