Skip to content

Write and Hide each UUID in the char* array of UUIDS shellcode in a registry key value location as REG_SZ (the location could be different from the other), then retrieve them and assemble them in UUIDs char* array shellcode and Run it

Notifications You must be signed in to change notification settings

xcalibure2/UUIDRegistryShellcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

UUIDRegistryShellcode

Write and Hide each UUID in the char* array of UUIDS shellcode in a registry key value location as REG_SZ (the location could be different from the other), then retrieve them and assemble them in UUIDs char* array shellcode and Run it

Generate UUID shellcode from binary shellcode using : https://github.com/boku7/Ninja_UUID_Runner/blob/main/bin2uuids.py
msfvenom -p windows/x64/exec CMD=calc.exe -f raw -o calc.bin
python3 bin2uuid.py calc.bin

UUID.Registry.mp4

About

Write and Hide each UUID in the char* array of UUIDS shellcode in a registry key value location as REG_SZ (the location could be different from the other), then retrieve them and assemble them in UUIDs char* array shellcode and Run it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages