Create getsimple-cms-detector.yaml

Test 
```
nuclei -t getsimple-cms-detector.yaml -u http://www.lrc.ic.unicamp.br/~luisrussi
nuclei -t getsimple-cms-detector.yaml -u https://hebergement-pro.com/
```
patch-1
Philippe Delteil 2021-07-27 20:32:43 -04:00 committed by GitHub
parent 7d200d7028
commit 19a29bf754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
info:
name: GetSimple CMS Detector
author: philippedelteil
severity: info
description: With this template we can detect a running GetSimple CMS instance
tags: getsimple
requests:
- method: GET
path:
- "{{BaseURL}}/readme.txt"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'GetSimple CMS is a flatfile CMS'
- type: status
part: header
status:
- 200