Update README.md

This commit is contained in:
Muhammad Talha Khan 2019-01-11 21:36:20 +05:00 committed by GitHub
parent 5b421131f1
commit bbbd591052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -3,10 +3,14 @@
### Description:
UAC Bypass using simple methods available in Windows. There is nothing fancy just good old simple workarounds. It is not required to bypass UAC using these methods because you can simple send ALT+Y in HID attacks and say yes on user behalf but nothing is wrong with having some fun.
**1.** UAC_BYPASS_MSCONFIG.ino:<br>
**1. UAC_BYPASS_MSCONFIG.ino:<br>
UAC Bypass using msconfig. Starts msconfig throw some keys and launch cmd in Admin mode. For the sake of POC it executes regedit and stops. You can add customize is according to your requirements ;)
**2. UAC_Bypass_TaskMgr.ino:<br>
UAC Bypass using TaskManager. Starts taskmgr throw some keys and launch cmd in Admin mode. For the sake of POC it executes regedit and stops. You can add customize is according to your requirements ;)
### Tested on:
**OS**: Windows 10,7<br>
**User**: Admin Priviliged<br>
**Hardware**: ATtiny85 (Chinese)