-
Notifications
You must be signed in to change notification settings - Fork 76
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
Can't generate working shellcode #8
Comments
Can you send me one of the shellcodes that you are trying to obfuscate? You can send in binary form and i will disassemble myself.
|
Email? :) |
Actually, I just did:
|
sc.bin injects fine and calls back. sc2.bin crashes. |
Ah sure :) kuba -at- breakdev.org
|
Can you send me the sc.bin file? I don't have the metasploit environment around me currently. |
Sent Email. |
Thanks, got it! Take a look: http://i.imgur.com/lN7W7t3.png In your situation for this specific sc.bin file, the argument for specifiying code ranges would look like this: For now I'd advise to use the reverse_tcp payload as it doesn't have any static data blocks. I will be working on Metasploit generator tool using Obfusion library that will simplify the process of generating obfuscated shellcodes. |
Thanks. I think I get it. I'll go into some more work with this :) |
So all of the generated shell code seems to be broken...
I can't generate working shell code that does not crash.
The text was updated successfully, but these errors were encountered: