mirror of https://github.com/hfiref0x/UACME.git
parent
199e77445d
commit
643e8a2ea8
10
README.md
10
README.md
|
@ -32,10 +32,10 @@ Keys (watch debug ouput with dbgview or similar for more info):
|
|||
* 17 - Hybrid method, abuses appinfo whitelist/logic/API choice&usage, works from Windows 8.1 (9600) up to 10rs1 14367;
|
||||
* 18 - Hybrid method, abuses SxS undocumented backdoor used to fix (1) and appinfo whitelist, works from Windows 7 up to 10rs1 14367;
|
||||
* 19 - Hybrid method, using InetMgr IIS module and based on 10 & 16 MS fixes, works from Windows 7 up to 10rs1 14372;
|
||||
* 20 - Hybrid method, abusing Microsoft Management Console and incorrect dll loading scheme, works from Windows 7 up to 10rs2 14905;
|
||||
* 21 - Hybrid method, abusing SxS DotLocal and targeting sysprep, works from Windows 7 up to 10rs2 14905;
|
||||
* 22 - Hybrid method, abusing SxS DotLocal and targeting consent to gain system privileges, works from Windows 7 up to 10rs2 14905;
|
||||
* 23 - Hybrid method, abusing Package Manager and DISM, works from Windows 7 up to 10rs2 14905.
|
||||
* 20 - Hybrid method, abusing Microsoft Management Console and incorrect dll loading scheme, works from Windows 7 up to 10rs2 14915;
|
||||
* 21 - Hybrid method, abusing SxS DotLocal and targeting sysprep, works from Windows 7 up to 10rs2 14915;
|
||||
* 22 - Hybrid method, abusing SxS DotLocal and targeting consent to gain system privileges, works from Windows 7 up to 10rs2 14915;
|
||||
* 23 - Hybrid method, abusing Package Manager and DISM, works from Windows 7 up to 10rs2 14915.
|
||||
|
||||
Note:
|
||||
* Several methods require process injection, so they won't work from wow64, use x64 edition of this tool;
|
||||
|
@ -81,7 +81,7 @@ Methods fixed:
|
|||
* 18 - Windows 10 RS1 starting from public 14371 build;
|
||||
* 19 - Windows 10 RS1 starting from public 14376 build.
|
||||
|
||||
** 20, 21, 22, 23 are not fixed as at 18 August 2016.
|
||||
** 20, 21, 22, 23 are not fixed as at 02 September 2016.
|
||||
|
||||
# Protection
|
||||
* UAC turned on maximum level and full awareness about every window it will show;
|
||||
|
|
Loading…
Reference in New Issue