diff options
author | heqnx <root@heqnx.com> | 2025-05-21 21:00:41 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-21 21:00:41 +0300 |
commit | 899513e23d0c8642e10aaeb9efab17400d15ffb1 (patch) | |
tree | d89ec0029f01467a5afa3fa59012b4d79818150a | |
parent | dd0898f27ba5e6c467d4bed38ab151cecc4bba93 (diff) | |
download | go-shellcode2uuid-899513e23d0c8642e10aaeb9efab17400d15ffb1.tar.gz go-shellcode2uuid-899513e23d0c8642e10aaeb9efab17400d15ffb1.zip |
added references
-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 C and Python stubs to decode and execute the shellcode at runtime. It supports Linux and Windows platforms, with optional single-byte XOR encoding for obfuscation. +`go-shellcode2uuid` is an offensive security utility that encodes arbitrary binary shellcode into UUID strings, generating C and Python stubs to decode and execute the shellcode at runtime. It supports Linux and Windows platforms, with optional single-byte XOR encoding for obfuscation. This is a golang implementation of the popular technique written in many other programming lanauges with 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. |