updating rules

patch-1
team-projectdiscovery 2020-12-25 15:26:00 +05:30
parent e5234dbcc6
commit 6bc5af5ce2
1 changed files with 8 additions and 9 deletions

View File

@ -34,11 +34,10 @@ requests:
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: status - type: dsl
status: dsl:
- 200 - 'contains(body_2, "<script>alert(0);</script>") == true'
- type: word
words: - type: dsl
- "alert(0)" dsl:
- "<script>alert(0);</script>" - "contains(tolower(all_headers_2), 'text/html') == true"
part: body