Create cacti-detect.yaml

patch-1
Geeknik Labs 2020-12-11 14:39:47 +00:00 committed by GitHub
parent c5f68c887d
commit 7b3cfde5ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: cacti-detect
info:
name: Detect Cacti
author: geeknik
description: Cacti is a complete network graphing solution -- https://www.cacti.net/
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/"
- "{{BaseURL}}/cacti/"
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "Login to Cacti"
- "The Cacti Group"
condition: and
- type: regex
part: header
regex:
- Cacti+
extractors:
- type: kval
part: header
kval:
- Set-Cookie