Create set-and-secure-passwords.yaml
parent
67bfbbd36b
commit
b42d97fd49
|
@ -0,0 +1,20 @@
|
|||
id: set-and-secure-passwords
|
||||
|
||||
info:
|
||||
name: Set and secure passwords
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
description: To set a local password to control access to various privilege levels, use the enable password command in global configuration mode. To remove the password requirement, use the no form of this command.
|
||||
reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/d1/sec-d1-cr-book/sec-cr-e1.html#wp3884449514
|
||||
tags: cisco,config-audit,cisco-switch
|
||||
|
||||
file:
|
||||
- extensions:
|
||||
- conf
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "service password-encryption"
|
||||
negative: true
|
Loading…
Reference in New Issue