-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main #4
Comments
Hi, First, you need to encrypt your shellcode.bin. For example, you can use encrypt.py, which is in the project. Once encrypted with your XOR key, upload your shellcode in the manner you prefer. Add the link to your shellcode in line 59 and use the same XOR key in line 69 that you used to encrypt your shellcode. You can open the encrypt.py file to see the key used. You can leave the default key and simply encrypt your shellcode with encrypt.py, then upload it without changing the XOR key. |
I was thinking of CSSG to generate a shellcode bin , but i think is more better use the encrypt.py |
have you tested with cobalt strike or msf ? |
yes it works on Cobalt Strike and Havoc, I never tried with MSF but it should work too |
main.cpp
for line 59 and 61
the shell code bin must encode in xor ?
or work any shell code bin
The text was updated successfully, but these errors were encountered: