Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/huskyhacks/rustytokenmanipulation

just manipulatin these here tokens yes sir nothing weird
https://github.com/huskyhacks/rustytokenmanipulation

Last synced: 3 months ago
JSON representation

just manipulatin these here tokens yes sir nothing weird

Awesome Lists containing this project

README

        

# RustyTokenManipulation
just manipulatin these here tokens yes sir nothing weird

## Compile
```
$ cargo build --target x86_64-pc-windows-gnu
```
## CreateProcessWithLogonW
This API call takes WCSTR username, domain, and password values to make a process with the new token.

```
Token impersonation

USAGE:
rusty_impersonate_token.exe [OPTIONS]

OPTIONS:
-c, --command Command to run
-d, --domain Domain name
-h, --help Print help information
-p, --password Password
-u, --username Username
```