Skip to content

"steal-token-rs" is a Rust project that demonstrates how to obtain and impersonate a user's access token, allowing manipulation of system privileges.

License

Notifications You must be signed in to change notification settings

joaovarelas/steal-token-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steal-Token-RS

Overview

Steal-Token-RS is a Rust project showcasing how to obtain and impersonate a user's access token, enabling manipulation of system privileges.

Features

  • Retrieves the current user's access token.
  • Impersonates another process and acquires its access token.
  • Demonstrates the manipulation of system privileges.

Prerequisites

  • Rust programming language and Cargo build system installed.
  • Windows operating system.

Usage

  1. Clone the repository: git clone https://github.com/your-username/steal-token-rs.git
  2. Navigate to the project directory: cd steal-token-rs
  3. Build the project: cargo build --release
  4. Run the executable: .\target\release\steal-token-rs.exe <PID>
    • Replace <PID> with the Process ID (PID) of the target process whose token you want to steal.

Example

cargo build --release
.\target\release\steal-token-rs.exe 1234

References

About

"steal-token-rs" is a Rust project that demonstrates how to obtain and impersonate a user's access token, allowing manipulation of system privileges.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages