Skip to content
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

shellcode #5

Closed
sec13b opened this issue Feb 17, 2024 · 3 comments
Closed

shellcode #5

sec13b opened this issue Feb 17, 2024 · 3 comments

Comments

@sec13b
Copy link

sec13b commented Feb 17, 2024

if i have the shellcode from cobalt strike how i make like your shellcode (msf)
"\x89\xe5\x83\0c\x8b\x5b"

@jstrosch
Copy link
Owner

You can use something like CyberChef to convert the hex string into raw binary:

https://gchq.github.io/CyberChef/#recipe=From_Hex('Auto')&input=XHg4OVx4ZTVceDgzXDBjXHg4Ylx4NWI

Then save the file. I decided to remove the ability in the source code to support internal arrays to simplify the program.

@jstrosch
Copy link
Owner

You can also join https://discord.gg/ETqM4cvJtE to ask any questions, there is a channel there to support this project.

@sec13b
Copy link
Author

sec13b commented Feb 18, 2024

ok bro. thank you a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants