mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-19 18:05:23 +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 {
|
func (r *Request) Match(data map[string]interface{}, matcher *matchers.Matcher) bool {
|
||||||
partString := matcher.Part
|
partString := matcher.Part
|
||||||
switch partString {
|
switch partString {
|
||||||
case "body", "raw", "all", "":
|
case "body", "all", "":
|
||||||
partString = "data"
|
partString = "data"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user