misc update

patch-1
sandeep 2021-09-16 21:43:58 +05:30
parent ae84e0ab33
commit 4926c9174c
2 changed files with 6 additions and 23 deletions

View File

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

View File

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