Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days ago
JSON representation
Trusted Installer DO
- Host: GitHub
- URL: https://github.com/harbingeroffire/tido
- Owner: HarbingerOfFire
- Created: 2024-09-10T21:28:17.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T00:42:35.000Z (about 2 months ago)
- Last Synced: 2024-10-11T14:02:45.081Z (28 days ago)
- Topics: batch, batch-script, powershell, privelage-escalation, sudo, trustedinstaller, windows, windows-10, windows-11
- Language: PowerShell
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)