• Stars
    star
    381
  • Rank 112,502 (Top 3 %)
  • Language AutoIt
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Launch processes with TrustedInstaller privilege
RunAsTI or RunAsTrustedInstaller

Is a tool to launch a program of choice (usually cmd.exe) with the same privileges as the TrustedInstaller. That privilege is very powerfull! Actually the tool makes a clone of the token from TrustedInstaller, and thus the newly created process has an identical token.

Why would you need it? Sometimes it is just not enough to just be running as "nt authority\system". Maybe it's a file or a registry key that is locked. Running a tool with this powerfull privilege most likely solve that. Usually such an issue may be due to Windows Resource Protection (WRP) protecting it (previously called Windows File Protection (WFP)); http://msdn.microsoft.com/en-us/library/windows/desktop/aa382503(v=vs.85).aspx

How do you run it? Simply double click it and cmd.exe will launch. Or pass it the program to launch as parameter.

There are reports that the tool does not work over an RDP session.

The tool is actually a merge of 2 previous tools; RunAsSystem and RunFromToken. The curious ones might notice that RunFromToken is attached as a resource.

Have added the original source of RunFromToken as the exe's must be present in current directory when building RunAsTi.

The tool only runs on nt6.x (Vista and later), since TrustedInstaller does not exist on earlier Windows versions.

Requirement: Administrator.

More Repositories

1

RawCopy

Commandline low level file extractor for NTFS
AutoIt
271
star
2

Mft2Csv

Extract $MFT record info and log it to a csv file.
AutoIt
252
star
3

LogFileParser

Parser for $LogFile on NTFS
AutoIt
183
star
4

ExtractUsnJrnl

Tool to extract the $UsnJrnl from an NTFS volume
AutoIt
104
star
5

UsnJrnl2Csv

Parser for $UsnJrnl on NTFS
AutoIt
102
star
6

SetMace

Manipulate timestamps on NTFS
AutoIt
47
star
7

EaTools

Analysis and manipulation of extended attribute ($EA) on NTFS
AutoIt
37
star
8

Indx2Csv

An advanced parser for INDX records
AutoIt
24
star
9

PowerMft

Powerful commandline $MFT record editor.
AutoIt
22
star
10

SectorIo

Kernel mode driver for writing to physical disk with SL_FORCE_DIRECT_WRITE
C
22
star
11

Secure2Csv

Decode security descriptors in $Secure on NTFS
AutoIt
20
star
12

NtfsFileExtractor

Extract files off NTFS
AutoIt
19
star
13

MftCarver

Carve $MFT records from a chunk of data (for instance a memory dump)
AutoIt
16
star
14

SetRegTime

Registry timestamp manipulation
AutoIt
16
star
15

HideAndProtect

Makes files super hidden on NTFS
AutoIt
14
star
16

NtSuspendProcess

Suspend and resume processes by using functions in ntdll.dll.
13
star
17

MftRcrd

Command line $MFT record decoder
AutoIt
11
star
18

StegoMft

PoC for hiding data within $MFT
AutoIt
11
star
19

IndxCarver

Carve INDX records from a chunk of data.
AutoIt
9
star
20

UsnJrnlCarver

Carving Usn pages (UsnJrnl records)
AutoIt
9
star
21

MyDiskEraser

How to make your own disk erasing boot cd.
AutoIt
8
star
22

NativeRegMod

A native application that can modify registry
C
6
star
23

RegKeyFixer

Dealing with certain invalid registry keys
AutoIt
6
star
24

RcrdCarver

Carve RCRD records ($LogFile) from a chunk of data.
AutoIt
5
star
25

ProcessCritical

Manipulate ProcessBreakOnTermination in ProcessInfoClass on any process from command line
5
star
26

ExtractAllAttributes

Extracts all attributes of files on NTFS
AutoIt
5
star
27

MakeImage

Create graphic bitmap from binary data.
AutoIt
4
star
28

ExtractFromDataRun

Extract files from NTFS by run list
AutoIt
4
star
29

RemoveCertificate

Removes the authenticode digital signature (certificate) from an executable
AutoIt
4
star
30

MakeContainer

Tools to create special containers for patched VeraCrypt/TrueCrypt
AutoIt
4
star
31

Tiny_NTFS

Smallest possible size of a NTFS partition
3
star
32

HexDump

Dump binary data to console from file or disk
AutoIt
3
star
33

PartDump

Utility to dump basic volume information from a disk object.
AutoIt
3
star
34

RawDir

A low level dir command for NTFS volumes
AutoIt
3
star
35

Volsnap-Bug-Content

Content for a volsnap.sys bug analysis
PowerShell
1
star
36

VeraCrypt

Tweaked version for supporting arbitrary offsets.
C
1
star
37

GetProcAddressGUI

Retrieve shellcode formatted address of function from module
1
star
38

Binary2Bmp

Turn any file into a bmp
1
star