
Exploit
Exploit的英文意思就是利用,它在黑客眼里就是漏洞利用,有漏洞不一定就有Exploit(利用),有Exploit就肯定有漏洞。
我们几乎每隔几天就能听到最近有一个新发现的可以被利用(exploit)的漏洞(vulnerability),然后给这个漏洞打上补丁。而事实上,这里面的内容比你想象的要多,因为你不可能知道所有软件的漏洞,而且那些可利用的漏洞也只是被少数人所了解。
漏洞是存在于一个程序、算法或者协议中的错误,可能带来一定的安全问题。但不是所有的漏洞都是能够被利用来攻击(exploitable)的,理论上存在的漏洞,并不代表这个漏洞足以让攻击者去威胁你的系统。一个漏洞不能攻击一个系统,并不代表两个或多个漏洞组合就不能攻击一个系统。例如:空指针对象引用(null-pointerdereferencing)漏洞可以导致系统崩溃(如果想做拒绝服务攻击就足够了),但是如果组合另外一个漏洞,将空指针指向一个你存放数据的地址并执行,那么你可能就利用此来控制这个系统了。
一个利用程序(Anexploit)就是一段通过触发一个漏洞(或者几个漏洞)进而控制目标系统的代码。攻击代码通常会释放攻击载荷(payload),里面包含了攻击者想要执行的代码。exploits利用代码可以在本地也可在远程进行。一个远程攻击利用允许攻击者远程操纵计算机,理想状态下能够执行任意代码。远程攻击对攻击者非常重要,因为攻击者可以远程控制他/她的主机,不需要通过其它手段(让受害者访问网站,点击一个可执行文件,打开一个邮件附件等等),而本地攻击一般都是用来提升权限。
Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit
#!/usr/bin/perl -W # Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit # File affected: include/draw-delete.php (id) # Vuln Code: # 06: $did = $_GET['id']... 2008-10-08pLink 2.07 (linkto.php id) Remote Blind SQL Injection Exploit
<?php ini_set("max_execution_time",0); print_r(' ############################################################### # # pLink 2.07 - ... 2008-10-08Yourownbux 4.0 (COOKIE) Authentication Bypass Exploit
#!/usr/bin/perl use LWP::UserAgent; use HTTP::Request; # ------------------------------------------------------------------------------------------------- -# ... 2008-10-08The Personal FTP Server 6.0f RETR Denial of Service Exploit
/* *** The Personal FTP Server 6.0f RETR DOS exploit *** A vulnerability exists in the way Personal FTP Server handles multiple RETR commands with overly long fil... 2008-10-08Windows Media Encoder wmex.dll ActiveX BOF Exploit (MS08-053)
<html> <pre> ============================================================================= MS08-053 Windows Media Encoder wmex.dll ActiveX Control Buf... 2008-10-08- <?php error_reporting(E_ALL); /////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////... 2008-10-08
Debian Sarge Multiple IMAP Server Denial of Service Exploit
/* Debian Sarge Multiple IMAP Server DoS (debianimapers.c) Jeremy Brown [0xjbrown41@gmail.com/http://jbrownsec.blogspot.com] Testing Cyrus IMAPd: bash$ .... 2008-10-08DESlock 3.2.7 (vdlptokn.sys) Local Denial of Service Exploit
//////////////////////////////////////////////////////////////////////////////////// // ---------------------------------------------------------------------------- ... 2008-10-08Sagem Routers F@ST Remote CSRF Exploit (dhcp hostname attack)
#!/usr/bin/env python # # # # OOO OOO OO OOO # O O O ... 2008-10-08- #!/usr/bin/perl # # CJ Ultra Plus <= v1.0.4 Cookie SQL Injection # # found and coded by -SmoG- /GermAn hAckZ0r # contact: ICQ - 266836394 # # # #... 2008-10-08
Rianxosencabos CMS 0.9 Remote Add Admin Exploit
#!/usr/bin/perl -w # Rianxosencabos CMS 0.9 Remote Add Admin Exploit # Download: http://downloads.sourceforge.net/rsccms/rsccms.tar.gz # written by ka0x <ka0x01... 2008-10-08- #!/usr/bin/perl # ---------------------------------------------------------- # iGaming <= 1.5 Multiple Remote SQL Injection Exploit # Perl Exploit - Output: i... 2008-10-08
BurnAware NMSDVDXU ActiveX Remote Arbitrary File Creation/Execution
----------------------------------------------------------------------------- BurnAware NMSDVDXU ActiveX Control Remote Arbitrary File Creation/Execution url: http:... 2008-10-08ESET Smart Security 3.0.667.0 Privilege Escalation PoC
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - - Orange Bat advisory - Name : ESET Smart Security 3.0.667.0 Class : Privilage escalation P... 2008-10-08EO Video 1.36 Local Heap Overflow DOS / PoC
#!/usr/bin/python # -------------------------------------------------------------- # EO Video v1.36 Heap Overflow local PoC/DoS exploit # *.eop playlist file in ... 2008-10-08WS_FTP Home/Professional FTP Client Remote Format String PoC
################################################################################################################## # # Ipswitch WS_FTP Home/WS_FTP Professional FTP ... 2008-10-08FlashGet 1.9.0.1012 (FTP PWD Response) BOF Exploit (safeseh)
#!/usr/bin/perl # k`sOSe 08/17/2008 # bypass safeseh using flash9f.ocx. use warnings; use strict; use IO::Socket; # win32_exec - EXITFUNC=seh CMD=calc Si... 2008-10-08webEdition CMS (we_objectID) Blind SQL Injection Exploit
<?php ini_set("max_execution_time",0); print_r(' ############################################################### # # WebEdition CMS ... 2008-10-08VMware Workstation (hcmon.sys 6.0.0.45731) Local DoS Vulnerability
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - - Orange Bat advisory - Name : VMWare Workstation (hcmon.sys 6.0.0.45731) Class : DoS ... 2008-10-08- -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ~ Core Security Technologies - CoreLabs Advisory ~ http://www.coresecurity.com/corelabs/ ~ ... 2008-10-08

