added underscore bypass

This commit is contained in:
Somdev Sangwan
2021-01-28 16:21:42 +05:30
committed by GitHub
parent 84498ed3d5
commit 55a779649a

View File

@@ -48,6 +48,12 @@
"severity" : "low",
"exploitation" : "Sniff requests made over the unencrypted channel."
},
"unrecognized underscore" : {
"class" : "unrecognized underscore",
"description" : "The origin verification is flawed and can be bypassed using a underscore (_).",
"severity" : "high",
"exploitation" : "Set the 'Origin' header to target.com_.example.com"
},
"broken parser" : {
"class" : "broken parser",
"description" : "The origin verification is flawed and can be bypassed using a backtick (`).",