View Single Post
Old 10-01-2008, 04:51 PM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default Potential File Inclusion exploit?

PHP Code:
    foreach ( glob('*.class.php') As $val )
    {
        
        include(
$val);
        
    } 
Does this have any potential?
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote