From e6f27576d8a53ec38428261b5576cd589a5fd14f Mon Sep 17 00:00:00 2001 From: Muhammad Talha Khan Date: Fri, 11 Jan 2019 21:36:44 +0500 Subject: [PATCH] Update README.md --- payloads/UAC Bypass/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payloads/UAC Bypass/README.md b/payloads/UAC Bypass/README.md index 38ef7ea..1799137 100644 --- a/payloads/UAC Bypass/README.md +++ b/payloads/UAC Bypass/README.md @@ -3,10 +3,10 @@ ### 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:
+**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: