Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xbadjuju/tokenvator
A tool to elevate privilege with Windows Tokens
https://github.com/0xbadjuju/tokenvator
Last synced: 15 days ago
JSON representation
A tool to elevate privilege with Windows Tokens
- Host: GitHub
- URL: https://github.com/0xbadjuju/tokenvator
- Owner: 0xbadjuju
- Created: 2017-12-08T01:29:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T13:17:05.000Z (about 1 year ago)
- Last Synced: 2024-10-01T15:21:34.350Z (about 1 month ago)
- Language: C#
- Size: 627 KB
- Stars: 1,016
- Watchers: 37
- Forks: 199
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tokenvator
A tool to alter privilege with Windows TokensFor documentation please see the wiki:
https://github.com/0xbadjuju/Tokenvator/wikiBuilding instructions can be found here:
https://github.com/0xbadjuju/Tokenvator/wiki/Building-TokenvatorThis project now utilizes [MonkeyWorks](https://github.com/NetSPI/MonkeyWorks), to clone issue the following command:
**git clone _--recursive_ https://github.com/0xbadjuju/Tokenvator.git**`Tokenvator.exe GetSystem /Process:3016 /command:'cmd.exe /c net user /add testuser Password1'`
### Author, Contributors, and License
Author: Alexander Polce Leary (@0xbadjuju), NetSPI - 2018
License: BSD 3-Clause
Dependencies:
[MonkeyWorks](https://github.com/0xbadjuju/MonkeyWorks)
[DInvoke](https://github.com/TheWover/DInvoke)