I read a ethical hacking book and I should pass a exercise. In this exercise there is a php code like this:
<?php
$page = $_GET['p'];
include($page.".php");
?>
I must access passwd by appling file inclusion attack. I tried put %00 end of url and I can't.