mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-08 10:01:29 +00:00
Merge pull request #341 from ZoeS17/snmp
sensitive_files.yaml(SNMP) add createUser to bad_regex
This commit is contained in:
@@ -2123,7 +2123,7 @@ search:
|
|||||||
files:
|
files:
|
||||||
- name: "snmpd.conf"
|
- name: "snmpd.conf"
|
||||||
value:
|
value:
|
||||||
bad_regex: "rocommunity|rwcommunity|extend.*"
|
bad_regex: "rocommunity|rwcommunity|extend.*|^createUser"
|
||||||
only_bad_lines: True
|
only_bad_lines: True
|
||||||
type: f
|
type: f
|
||||||
search_in:
|
search_in:
|
||||||
|
|||||||
Reference in New Issue
Block a user