mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
c7b118babb
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
RCO: XOR Params
How it works
XOR shellcode performs an exclusive OR (XOR) operation on each byte of the shellcode with each byte of the key (repeating the key if need be).
Using it
-
Generate shellcode for the desired end result (for example, use msfvenom to generate a reverse TCP shell shellcode for the target operating system)
-
Open the config file and change the shellcode to the shellcode generated in step 1
-
Open the config file and change the key to a desired key
-
Compile the executable
For Linux
cargo build -p xor_params --releaseFor Windows
cargo build --target x86_64-pc-windows-gnu -p xor_params --release -
Run the executable
-
Open the config file and change encrypted payload to the output of step 5
