mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 23:15:27 +00:00
Misc
This commit is contained in:
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…
x
Reference in New Issue
Block a user