fix: remove centering

This commit is contained in:
Aarush Ahuja 2023-02-16 16:38:32 +05:30 committed by GitHub
parent 65f408727a
commit 67fec75e5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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` This will spawn a new cmd shell with TrustedInstaller privileges which can be confirmed by running the command `whoami /all`
<p align="center">
![demo](https://user-images.githubusercontent.com/26490648/219342533-79d0cf34-0bf2-4f63-b805-34fca5aff012.gif) ![demo](https://user-images.githubusercontent.com/26490648/219342533-79d0cf34-0bf2-4f63-b805-34fca5aff012.gif)
</p>
## API ## API