mirror of https://github.com/daffainfo/nuclei.git
Misc
parent
f1dc89fd14
commit
f98d229738
|
@ -13,7 +13,7 @@ import (
|
|||
func (r *Request) Match(data map[string]interface{}, matcher *matchers.Matcher) bool {
|
||||
partString := matcher.Part
|
||||
switch partString {
|
||||
case "body", "raw", "all", "":
|
||||
case "body", "all", "":
|
||||
partString = "data"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue