mirror of https://github.com/hak5/omg-payloads.git
Update payload.txt
parent
60eec578a6
commit
82bd31c310
|
@ -12,33 +12,25 @@ REM Requirements:
|
|||
REM - Internet Connection
|
||||
REM - telegram-desktop installed and activated
|
||||
|
||||
DELAY 1000
|
||||
CTRL-ALT t
|
||||
DEFINE #USERNAME @example
|
||||
DEFINE #MESSAGE example
|
||||
|
||||
DEFAULT_DELAY 500
|
||||
CTRL ALT t
|
||||
DELAY 2000
|
||||
|
||||
STRING telegram-desktop
|
||||
ENTER
|
||||
STRINGLN telegram-desktop
|
||||
REM It depends by the computer...
|
||||
DELAY 3000
|
||||
|
||||
REM Define the message receiver username
|
||||
DEFINE USERNAME @example
|
||||
STRING USERNAME
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRINGLN #USERNAME
|
||||
|
||||
REM Define the message(s)
|
||||
DEFINE MESSAGE1 example
|
||||
STRING MESSAGE1
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRINGLN #MESSAGE
|
||||
REM other messages here...
|
||||
REM ...
|
||||
REM ...
|
||||
|
||||
REM Closing Telegram App and the Shell
|
||||
ALT F4
|
||||
DELAY 500
|
||||
CTRL c
|
||||
DELAY 500
|
||||
ALT F4
|
||||
|
|
Loading…
Reference in New Issue