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 - method: GET
path: path:
- "{{BaseURL}}/wp-content/plugins/redirection/" - "{{BaseURL}}/wp-content/plugins/redirection/"
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
words: words:
- "Index of" - "Index of"
- "/wp-content/plugins/redirection/" - "/wp-content/plugins/redirection/"
condition: and
- type: status - type: status
status: status:
- 200 - 200

View File

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

View File

@ -10,14 +10,20 @@ info:
requests: requests:
- method: GET - method: GET
path: 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-condition: and
matchers: matchers:
- type: word - type: word
words: words:
- "<svg/onload=confirm(/NUCLEI/)>" - "<svg/onload=confirm(/{{randstr}}/)>"
condition: and
part: body part: body
- type: word
part: header
words:
- text/html
- type: status - type: status
status: status:
- 200 - 200