Offensive-Panda / ProcessInjectionTechniques

This comprehensive process injection series is crafted for cybersecurity enthusiasts, researchers, and professionals who aim to stay at the forefront of the field. It serves as a central repository of knowledge, offering in-depth exploration of various process injection techniques used by adversaries.
https://offensive-panda.github.io/ProcessInjectionTechniques/
MIT License
217 stars 30 forks source link

Shellcode #1

Closed tenshi0xx closed 2 weeks ago

tenshi0xx commented 2 weeks ago

Hello, at https://github.com/Offensive-Panda/ProcessInjectionTechniques/blob/d60ebdd9719bc64080b005f11afe48e50d51b013/Remote_Thread_Hijacking/Remote_Thread_Hijacking/Source.cpp#L47

I saw a bunch of shellcode, do you mind open source it for everyone to see what's it doing? Thanks! I'm asking because i just executed it and i'm afraid i just executed a virus...

Offensive-Panda commented 2 weeks ago

Hello, at

https://github.com/Offensive-Panda/ProcessInjectionTechniques/blob/d60ebdd9719bc64080b005f11afe48e50d51b013/Remote_Thread_Hijacking/Remote_Thread_Hijacking/Source.cpp#L47

I saw a bunch of shellcode, do you mind open source it for everyone to see what's it doing? Thanks! I'm asking because i just executed it and i'm afraid i just executed a virus...

Dear ,I have uploaded demonstration video for each technique and mentioned clearly on Introduction page that shellcode that I am using throughout the series is showing a messagebox (Hello from Offensive Panda). So don't worry to execute.

tenshi0xx commented 2 weeks ago

Shellcode Throughout the series, I will be using my custom-generated shellcode, which displays a message box with the text "Hello from Offensive Panda." This shellcode serves as a consistent and straightforward payload for demonstrating various process injection techniques. However, you are encouraged to experiment with different shellcodes tailored to your needs, allowing you to explore and apply the concepts in ways that best suit your learning objectives or project requirements.

Oh, sorry for not reading it clearly, thank you for making it clear, hope everything will be good for you!

Offensive-Panda commented 2 weeks ago

Shellcode Throughout the series, I will be using my custom-generated shellcode, which displays a message box with the text "Hello from Offensive Panda." This shellcode serves as a consistent and straightforward payload for demonstrating various process injection techniques. However, you are encouraged to experiment with different shellcodes tailored to your needs, allowing you to explore and apply the concepts in ways that best suit your learning objectives or project requirements.

Oh, sorry for not reading it clearly, thank you for making it clear, hope everything will be good for you!

No worries, Good Luck.