Description: A Rust-based process injection tool leveraging XOR-encrypted payloads and dynamic API resolution for enhanced stealth.
[+] Obfuscation Techniques: Employs Xor decryption to avoid signature-based detection. & incorporated API obfuscation
[+] Process Injection Implements process injection by dynamically resolving Windows APIs (OpenProcess, VirtualAllocEx, WriteProcessMemory, CreateRemoteThreadEx) to inject and execute XOR-encrypted shellcode in a target process.
-
Add the path to your x0r encrypted payload into the main.rs file
-
Specify Secret Key for Decryption
-
Build Cargo and Execute.
Execution
This project is intended for educational and research purposes only.
The code provided in this repository is designed to help individuals understand and improve their knowledge of cybersecurity, ethical hacking, and malware analysis techniques. It must not be used for malicious purposes or in any environment where you do not have explicit permission from the owner.