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
Hello!
I used to use this technique to inject payloads in binaries, but the problem is that the AV static analyst find the malicious payloads if they are well known, so you can include the payload encrypted and include the stub to decrypt it before is called.
Good! that is awesome!, I will include a function to encrypt the payload because at the moment these payload is only an example for use. Could you recommend me a good encryption method for payloads?
Hello!
I used to use this technique to inject payloads in binaries, but the problem is that the AV static analyst find the malicious payloads if they are well known, so you can include the payload encrypted and include the stub to decrypt it before is called.
Linux-Shellcode-Generator/Shellcode-Injectable-Project/shellcode.c
Line 4 in b2a9d1a
In this line, you can include the encrypted payload and the key to decrypt it before runs the script, that allow you to avoid some AV static analysts.
Linux-Shellcode-Generator/shellcode.sh
Line 20 in b2a9d1a
The text was updated successfully, but these errors were encountered: