Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harbingeroffire/tido

Trusted Installer DO
https://github.com/harbingeroffire/tido

batch batch-script powershell privelage-escalation sudo trustedinstaller windows windows-10 windows-11

Last synced: 6 days ago
JSON representation

Trusted Installer DO

Awesome Lists containing this project

README

        

# TIDO
Like SUDO, but instead it gives you TrustedInstaller Access to your Windows System.

It works by getting Starting the TrustedInstaller Application, getting the Security Identifier (SID), and using it to impersonate the running of commands as TrustedInstaller.

## USE
To use open an admin terminal (WIN11) or Command Prompt (WIN10) and navigate to the directory containing tido.bat. Call tido and your script. TIDO takes a powershell script as it's input like the following:
```
tido Remove-Item -Path "C:\Windows\System32\Bubbles.scr"
```

## SOURCES

-[John Hammond](https://youtu.be/Vj1uh89v-Sc?si=JcC8BQeUXD7k1BjV)

-[James Forshaw](https://www.tiraniddo.dev/2017/08/the-art-of-becoming-trustedinstaller.html)