From 67fec75e5e1eaf638d7157bca9f33e256e950589 Mon Sep 17 00:00:00 2001 From: Aarush Ahuja Date: Thu, 16 Feb 2023 16:38:32 +0530 Subject: [PATCH] fix: remove centering --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d1e451b..9aec596 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TrustedInstaller +[# TrustedInstaller A simple Proof of Concept in Go to spawn a new shell as TrustedInstaller. Read more about how this PoC works on this [blog about TrustedInstaller](https://fourcore.io/blogs/no-more-access-denied-i-am-trustedinstaller). It is important to note that this should be executed as a user which has SeDebugPrivileges. Upon execution, it will automatically ask for UAC in case it is not executed as as an Administrator. @@ -27,9 +27,7 @@ $ go run ti This will spawn a new cmd shell with TrustedInstaller privileges which can be confirmed by running the command `whoami /all` -

![demo](https://user-images.githubusercontent.com/26490648/219342533-79d0cf34-0bf2-4f63-b805-34fca5aff012.gif) -

## API