How to input a null character into a web form?

后端 未结 1 1554
慢半拍i
慢半拍i 2021-02-12 10:11

I am testing an ASP.NET web form which needs to filter out null characters from input.

To test this functionality, how can I actually type a null character in the html f

1条回答
  •  遇见更好的自我
    2021-02-12 10:50

    I was able to do this using TamperData Firefox plugin.

    https://addons.mozilla.org/en-US/firefox/addon/tamper-data/

    When given the Tamper Popup I typed "%00" in the Post Parameter Value field.

    Still, I cannot find a way to type a null character just using the keyboard.

    0 讨论(0)
提交回复
热议问题