Update drupal-detect.yaml
parent
d429c66cfc
commit
fec18440e2
|
@ -5,6 +5,7 @@ info:
|
|||
author: 1nf1n7y
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.component:"Drupal"
|
||||
tags: tech,drupal
|
||||
|
||||
|
@ -13,7 +14,15 @@ requests:
|
|||
path:
|
||||
- "{{BaseURL}}/CHANGELOG.txt"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Drupal 1.0.0, 2001-01-15"
|
||||
- 'Initial release'
|
||||
- 'Drupal 1.0.0'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue