misc changes

patch-1
sandeep 2021-06-21 00:09:04 +05:30
parent 5d01e7b235
commit 0ec921ef4f
3 changed files with 14 additions and 3 deletions

View File

@ -12,12 +12,15 @@ requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/redirection/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/redirection/"
condition: and
- type: status
status:
- 200

View File

@ -11,6 +11,7 @@ requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/updraftplus/includes/'
matchers-condition: and
matchers:
- type: word
@ -20,6 +21,7 @@ requests:
- "updraftplus"
condition: and
part: body
- type: status
status:
- 200

View File

@ -10,14 +10,20 @@ info:
requests:
- method: GET
path:
- '{{BaseURL}}/?rsd=%27%3E%3Csvg%2Fonload%3Dconfirm(%2FOPENBUGBOUNTY%2F)%3E'
- '{{BaseURL}}/?rsd=%27%3E%3Csvg%2Fonload%3Dconfirm(%2F{{randstr}}%2F)%3E'
matchers-condition: and
matchers:
- type: word
words:
- "<svg/onload=confirm(/NUCLEI/)>"
condition: and
- "<svg/onload=confirm(/{{randstr}}/)>"
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200