Create cacti-detect.yaml
parent
c5f68c887d
commit
7b3cfde5ce
|
@ -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
|
Loading…
Reference in New Issue