Updated matcher to dsl to only match files that contains more than "Disallow: /"
Signed-off-by: Casper Guldbech Nielsen <whopsec@protonmail.com>patch-1
parent
4eb31d06f7
commit
79c47bfca1
|
@ -19,6 +19,6 @@ requests:
|
|||
- text/plain
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "len(body)>=30 && status_code==200"
|
Loading…
Reference in New Issue