misc update
parent
ae84e0ab33
commit
4926c9174c
|
@ -2,15 +2,18 @@ id: getsimple-cms-detect
|
|||
|
||||
info:
|
||||
name: GetSimple CMS Detection
|
||||
author: pikpikcu
|
||||
author: pikpikcu,philippedelteil
|
||||
severity: info
|
||||
tags: tech,getsimple
|
||||
description: Template to detect a running GetSimple CMS instance
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/readme.txt"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
|
@ -20,4 +23,6 @@ requests:
|
|||
- type: word
|
||||
words:
|
||||
- "Powered by GetSimple"
|
||||
- 'GetSimple CMS is a flatfile CMS'
|
||||
part: body
|
||||
condition: or
|
|
@ -1,22 +0,0 @@
|
|||
id: getsimple-cms-detector
|
||||
|
||||
info:
|
||||
name: GetSimple CMS Detector
|
||||
author: philippedelteil
|
||||
severity: info
|
||||
description: With this template we can detect a running GetSimple CMS instance
|
||||
tags: getsimple,tech
|
||||
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
|
Loading…
Reference in New Issue