BugTraq
Back to list
|
Post reply
Re: Re: discloser 0.0.4 Remote File Inclusion (with Exploit)
Aug 17 2006 09:14PM
dr t3rr0r1st yahoo com
(1 replies)
ok , here we go
foreach ($avail_types as $type) {
include($type . ".plugin.php");
here's the source
so what's the problem ? your source is correct but the source that i found the vuln. in it , shows that there is a Remote File Inclusion Vulnerabilite in your script
Regards
T3rr0rist
[ reply ]
Re: discloser 0.0.4 Remote File Inclusion (with Exploit)
Aug 19 2006 07:39AM
Carsten Eilers (ceilers-lists gmx de)
Privacy Statement
Copyright 2010, SecurityFocus
foreach ($avail_types as $type) {
include($type . ".plugin.php");
here's the source
so what's the problem ? your source is correct but the source that i found the vuln. in it , shows that there is a Remote File Inclusion Vulnerabilite in your script
Regards
T3rr0rist
[ reply ]