diff options
author | heqnx <root@heqnx.com> | 2025-05-22 17:05:15 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-22 17:05:15 +0300 |
commit | 8925135708d09451a5ee12df8205358992adcdf6 (patch) | |
tree | 8ebf0ed94b5aaab1a105d725e7bb95b4a6bcf5a6 | |
parent | 75425613cc171711cff81bb90b6d335cd04ee6c0 (diff) | |
download | go-shellcode2uuid-8925135708d09451a5ee12df8205358992adcdf6.tar.gz go-shellcode2uuid-8925135708d09451a5ee12df8205358992adcdf6.zip |
updated readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # go-shellcode2uuid -`go-shellcode2uuid` is an offensive security utility that encodes arbitrary binary shellcode into UUID strings, generating Python, C and Rust stubs to decode and execute the shellcode at runtime. It supports Linux and Windows platforms, with optional single-byte XOR or 16bit random key RC4 encryption/decryption for obfuscation. This is a golang implementation of the popular technique written in many other programming lanauges with multiple authors. +`go-shellcode2uuid` is an offensive security utility that encodes arbitrary binary shellcode into UUID strings, generating Python, C and Rust stubs to decode and execute the shellcode at runtime. It supports Linux and Windows platforms, with optional single-byte XOR or 16bit random key RC4 encryption/decryption for obfuscation. This is a golang implementation of the popular technique written in many other programming lanauges by multiple authors. > **WARNING**: This tool is intended for **authorized security assessments only**. Misuse may violate laws or regulations. The author disclaims any responsibility for unlawful use. Always obtain explicit permission before conducting any security tests. |