nuclei-templates/file/audit/pfsense/enable-https-protocol.yaml

30 lines
785 B
YAML
Raw Normal View History

2023-03-16 17:34:50 +00:00
id: enable-https-protocol
info:
name: Enable HTTPS on Web Management
author: pussycat0x
severity: info
description: |
Web Admin Management Portal should only be accessed using HTTPS Protocol.HTTP transmits all data (including passwords) in clear text over the network and
provides no assurance of the identity of the hosts involved.
reference: |
https://docs.netgate.com/pfsense/en/latest/config/advanced-admin.html
tags: firewall,config,audit,pfsense,file
file:
- extensions:
- xml
matchers-condition: and
matchers:
- type: word
words:
- "<webgui>"
- "<protocol>https</protocol>"
2023-03-17 02:41:22 +00:00
condition: and
2023-03-16 17:34:50 +00:00
negative: true
- type: word
words:
2023-03-22 19:01:22 +00:00
- "<pfsense>"
2023-03-16 17:34:50 +00:00
- "<system>"