Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huskyhacks/rustytokenmanipulation
- Owner: HuskyHacks
- Created: 2022-04-18T21:36:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T21:54:02.000Z (over 2 years ago)
- Last Synced: 2023-03-06T01:43:31.530Z (almost 2 years ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 19
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 impersonationUSAGE:
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
```