ProIntegritate / ExtractC2FromShellcode

Tool to extract C2 ip adresses from shellcode
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

shellcode range #1

Open kdpkst opened 10 months ago

kdpkst commented 10 months ago

Hi, I think your codes may be useful for my project. But I wonder how many shellcodes can be analyzed by your program? A large number of different shellcodes or just very limited specific kind of shellcodes? Thank you!

ProIntegritate commented 10 months ago

At the moment it's just one shellcode that sets IP and port in a certain payload. I was planning to add more but i lost interest in it. You can look at the code and see how it is done and expand with some more payloads yourself, feel free to copy/port the project as you see fit: https://github.com/ProIntegritate/ExtractC2FromShellcode/blob/main/ExtractC2FromShellcode.vb

kdpkst commented 10 months ago

ok, thanks!