Update drupal-detect.yaml

patch-1
Dhiyaneshwaran 2022-08-26 10:59:08 +05:30 committed by GitHub
parent d429c66cfc
commit fec18440e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -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