代码搜索:Shellcode

找到约 263 项符合「Shellcode」的源代码

代码结果 263
www.eeworm.com/read/159132/10692398

c shellcode_fcntl.c

/* shellcode_fcntl.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * Use fcntl to find socket shellcode for Linux x86 * Idea from scz */ unsigned char sh_Buff[1024]; unsigned int sh_Le
www.eeworm.com/read/332113/3401453

c shellcode_fun.c

/* shellcode_fun.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 结合文件上传下载功能的shellcode演示 */ #define PROC_BEGIN __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90\
www.eeworm.com/read/332113/3401458

c shellcode_rebind.c

/* shellcode_rebind.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 重新绑定端口的shellcode演示 */ #define PROC_BEGIN __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90\
www.eeworm.com/read/332113/3401460

c shellcode_getpeername.c

/* shellcode_getpeername.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * getpeername查找socket的shellcode演示 */ #define PROC_BEGIN __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90 __
www.eeworm.com/read/332113/3401463

c shellcode_oob.c

/* shellcode_oob.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 用OOB数据搜索socket的shellcode演示 */ #include #include unsigned char sh_Buff[1024]; unsigned i
www.eeworm.com/read/332113/3401464

c shellcode_asm.c

/* shellcode_asm.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * shellcode演示 */ int main () { __asm__ (" sethi %hi(0x2f626800), %l6 or %l6, 0x
www.eeworm.com/read/332113/3401467

c shellcode_nonblock.c

/* shellcode_nonblock.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 设置套接字状态搜索socket的shellcode演示 */ #include #include unsigned char sh_Buff[1024]; unsi
www.eeworm.com/read/332113/3401474

c shellcode_oob.c

/* shellcode_oob.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 使用OOB数据搜索socket的shellcode * 测试环境:IBM AIX 5.1 */ #include #include unsigned char sh_Buf
www.eeworm.com/read/332113/3401483

c shellcode_oob.c

/* shellcode_oob.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * use OOB find socket shellcode for Linux x86 * Idea from bkbll */ unsigned char sh_Buff[1024]; unsigned int sh_Len; u
www.eeworm.com/read/332113/3401484

c shellcode_fun.c

/* shellcode_fun.c for linux x86 * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 1. Use OOB find socket. * 2. Integrate file download and upload function. */ unsigned char sh_Buff[1024]