📜  http:a%%30%30 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:34.488000             🧑  作者: Mango

代码示例1
Tom Scott explains this beautifully in his video: The Link That Can Crash Chrome: http://a/%%30%30

Steps:

1.    http://a/%%30%30 becomes http://a/%00 because %30 is 0
2.    http://a/%00 becomes http://a/ because %00 is the NULL character