It is also possible to pass the null character in the URL, which creates a vulnerability known as Null Byte Injection. In the URL it is represented by %00. A null byte is donated by \0 in C.
Exploitation:
Exploitation:
Normal: http://www.example.host/mypage.jsp?fn=report.db
Exploitation:
Normal: http://www.example.host/read.pl?page=userphoto.jpg
Comments