mirror of
https://github.com/timwhitez/Cobalt-Strike-Aggressor-Scripts
synced 2026-06-08 17:50:44 +00:00
docs: Fix a few typos
There are small typos in: - elevate/modules/UACME/Source/Akagi/methods/hybrids.c - elevate/modules/UACME/Source/Yuubari/logger.h Fixes: - Should read `writer` rather than `writter`. - Should read `hardcoded` rather than `harcoded`.
This commit is contained in:
@@ -377,7 +377,7 @@ BOOL ucmMMCMethod(
|
||||
}
|
||||
|
||||
//run mmc console
|
||||
//because of mmc harcoded backdoor uac will autoelevate mmc with valid and trusted MS command.
|
||||
//because of mmc hardcoded backdoor uac will autoelevate mmc with valid and trusted MS command.
|
||||
//yuubari identified multiple exploits in msc commands loading scheme.
|
||||
bResult = supRunProcess(MMC_EXE, lpMscFile);
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* DATE: 13 Feb 2017
|
||||
*
|
||||
* Header file for the log file writter.
|
||||
* Header file for the log file writer.
|
||||
*
|
||||
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
||||
* ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
|
||||
|
||||
Reference in New Issue
Block a user