Update CVE-2021-38751.yaml

patch-1
Prince Chaddha 2021-08-17 17:12:51 +05:30 committed by GitHub
parent 8fa76f68f6
commit ec9b83bd1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -19,9 +19,15 @@ requests:
path: path:
- "{{BaseURL}}/" - "{{BaseURL}}/"
headers: headers:
Host: "{{interactsh-url}}" Host: "{{randstr}}.com"
matchers: matchers:
- type: word - type: word
words: words:
- "{{interactsh-url}}" - '<a class="navbar-brand" href="http://{{randstr}}/">'
- '<a class="navbar-brand" href="https://{{randstr}}/">'
part: body part: body
condition: or
- type: status
status:
- 200