Rust-for-Malware-Development

Enable Token Access

A Rust implementation for enabling various Windows privileges and token access. This project demonstrates advanced Windows API usage for privilege manipulation and process token management.

Features

Technical Details

The PoC implements:

Key Components

  1. Privilege Management
    • Opens process token with required access rights
    • Looks up privilege values
    • Adjusts token privileges
  2. Shellcode Execution
    • Allocates memory for shellcode
    • Creates thread for execution
    • Handles thread synchronization

Usage

  1. Build the project using Cargo:
    cargo build --release
    
  2. Run the executable:
    cargo run --release
    

Dependencies

Warning

This tool is for educational and research purposes only. Use with caution and only in controlled environments where you have proper authorization.

Credits / Resources

@5mukx