Merge pull request #6862 from projectdiscovery/pussycat0x-patch-3

pfsense -known-default-account
patch-1
Ritik Chaddha 2023-03-09 00:59:38 +05:30 committed by GitHub
commit bcb690bd61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: known-default-account
info:
name: Known Default Account - Detect
author: pussycat0x
severity: info
description: |
In order to attempt access to known devices' platforms, attackers use the available database of the known default accounts for each platform or Operating System.
The known default accounts are often (without limiting to) the following: 'admin'.
reference: |
- https://docs.netgate.com/pfsense/en/latest/usermanager/defaults.html
remediation: |
Deletes the known default accounts configured.
tags: firewall,config,audit,pfsense
file:
- extensions:
- xml
matchers-condition: and
matchers:
- type: word
words:
- "<name>admin</name>"
- "<descr><![CDATA[System Administrator]]></descr>"
- "<priv>user-shell-access</priv>"
condition: and