Null byte injection on PHP?
Is it possible to perform null byte injection on PHP code? And, how would vulnerable code look like? Could you give me some examples, as I noticed that:
<?php
echo $_GET[‘get’];
Will not make code vulnerable. I want … Continue reading Null byte injection on PHP?