代码搜索:Shellcode
找到约 263 项符合「Shellcode」的源代码
代码结果 263
www.eeworm.com/read/473927/6823862
txt 1390.txt
Rule:
--
Sid:
1390
--
Summary:
This event is generated when an attempt is made to execute shellcode on
a host in the protected network from a source external to that network.
--
Impact:
This set o
www.eeworm.com/read/473927/6824181
txt 2546.txt
Rule:
--
Sid:
2546
--
Summary:
This event is generated when an attempt is made to exploit a known
vulnerability in the Serv-U FTP server, namely the MDTM buffer overflow.
--
Impact:
Serious. D
www.eeworm.com/read/415674/11058798
c 50.c
#include
#include
#include
//Portbinding Shellcode
char shellcode[] =
"\x89\xe5\x31\xd2\xb2\x66\x89\xd0\x31\xc9\x89\xcb\x43\x89\x5d\xf8"
"\x43\x89\x5d\
www.eeworm.com/read/267350/11182060
c dnsrpc.c
// DNS RPC vulnerability,by fisheeper@gmail.com
// Windows 2000 all version
// Windows 2003 Chinese sp1&sp2
// Windows 2003 English sp1&sp2
#include
#include
#include
www.eeworm.com/read/247748/12621278
txt 溢出程序使用通道对抗防火墙.txt
溢出程序使用通道对抗防火墙
现在很多web等应用使用了防火墙,我们自己也可能处于代理、透明网关等后面,这对于溢出等的通信造成了一个小小的麻烦。可能很多人会想到<mark>shellcode</mark>主动连接,这个如果防火墙做得好的话,不准许访问外部一样不行,即使不考虑这防火墙,而我们自己可能往往处于代理或者透明网关后面,考虑这也是一道难题。
但我们仔细考虑考虑一下数据传输问题,就会发现实 ...
www.eeworm.com/read/247748/12621535
txt 单字节缓冲区溢出.txt
单字节缓冲区溢出
通常的缓冲区溢出就是通过重写堆栈中储存的EIP的内容,来使程序跳转到我们的<mark>shellcode</mark>
处去执行。其实,即使缓冲区只溢出一个字节的时候,也有可能去执行我们的代码。这听起来
有些不可思议,其实还是很有可能的,下面我们就来看看这是如何实现的。
我们先写一个有弱点的程序,它只能被溢出一个字节。
ipdev:~/tests$ cat > suid. ...
www.eeworm.com/read/247748/12621539
txt windows下的溢出程序编写技巧.txt
WINDOWS下的溢出程序编写技巧
看了些WINDOWS下的溢出程序,觉得不够统一、完美,决定做一个相对较统一的编写方法,试着解决了些问题。
1、JMP ESP 的问题。
为了尽量统一,都使用KERNERL32。DLL的代码,因为至少同一系统KERNEL32。DLL模块装载地址变化可能小,别的模块可能随着安装应用软件的环境不同装载地址不同,还有其模块安装是KERN ...
www.eeworm.com/read/247748/12621571
txt window系统下的远程堆栈溢出 --《原理篇》.txt
window系统下的远程堆栈溢出 --《原理篇》
我们来研究windows系统下的远程溢出方法。
我们的目的是研究如何利用windows程序的溢出来进行远程攻击。
如果对于windows下的缓冲区溢出不是很熟悉,请大家复习我前面的文章:
《window系统下的堆栈溢出》(IsBaseMagzine 20003)。
本文以及后续的《实战篇》都是建立在该文基础上的。
让我们 ...
www.eeworm.com/read/112167/15492807
txt sendmail漏洞攻击程序c源代码.txt
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/110403/15534852
c serv-u ftpd 3.x 4.x site chmod command remote exploit.c
/*
*-----------------------------------------------------------------------
*
* Servu.c - Serv-U FTPD 3.x/4.x "SITE CHMOD" Command
* Remote stack buffer overflow exploit
*
* Copyright (C) 2004