Skip to content

Commit

Permalink
Merge pull request #9760 from righettod/craftercms_tech_add
Browse files Browse the repository at this point in the history
Add detection of CrafterCMS instances.
  • Loading branch information
DhiyaneshGeek committed May 12, 2024
2 parents fd48612 + fce870a commit 35b779c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions http/technologies/craftercms-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
id: craftercms-detect

info:
name: CrafterCMS - Detect
author: righettod
severity: info
description: |
CrafterCMS was detected.
reference:
- https://craftercms.org/
metadata:
max-request: 1
verified: true
shodan-query: http.title:"craftercms"
tags: tech,craftercms,detect

http:
- method: GET
path:
- "{{BaseURL}}"

host-redirects: true
max-redirects: 2
matchers:
- type: word
part: header
words:
- 'CrafterCMS'

extractors:
- type: regex
part: body
group: 1
regex:
- 'Copyright\s+\(C\)\s+([0-9-]+)\s+Crafter'

0 comments on commit 35b779c

Please sign in to comment.