From bbbd591052872b8f1a096f4965100bd9aec620c8 Mon Sep 17 00:00:00 2001 From: Muhammad Talha Khan Date: Fri, 11 Jan 2019 21:36:20 +0500 Subject: [PATCH] Update README.md --- payloads/UAC Bypass/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/payloads/UAC Bypass/README.md b/payloads/UAC Bypass/README.md index 1053e9b..38ef7ea 100644 --- a/payloads/UAC Bypass/README.md +++ b/payloads/UAC Bypass/README.md @@ -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:
+**1. UAC_BYPASS_MSCONFIG.ino:
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:
+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
**User**: Admin Priviliged
**Hardware**: ATtiny85 (Chinese) +