You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HellShell Supports 3 types of obfuscated shellcode output, all as arrays:
MacFuscation: Output The Shellcode As A Array Of Mac Addresses [ Example: FC-48-83-E4-F0-E8]
Ipv4Fuscation: Output The Shellcode As A Array Of ipv4 Addresses [Example: 252.72.131.228]
Ipv6Fuscation: Output The Shellcode As A Array Of ipv6 Addresses [Example: FC48:83E4:F0E8:C000:0000:4151:4150:5251]
Running The binary as is, will output the help screen, from there it is so easy to use, i added 3 other projects, to demonstrate how to call the decoder function.
HellShell will output the shellcode and the code needed for decryption into a cpp file, so importing it to any other project should be a simple task :)
u can even download the release from here and enjoy using hellshell directly