Merge pull request #162 from carlospolop/linpeas_prod

Merge pull request #161 from carlospolop/linpeas_dev
This commit is contained in:
Carlos Polop
2021-06-22 21:44:24 +02:00
committed by GitHub
3 changed files with 236 additions and 223 deletions

View File

@@ -484,7 +484,7 @@ search:
files:
? "*.ovpn"
:
bad_regex: "auth-user-pass.*"
bad_regex: "auth-user-pass.+"
only_bad_lines: True
type: f
search_in:
@@ -606,21 +606,12 @@ search:
auto_check: False
files:
? "*ssh*config*"
? "ssh*config"
:
type: f
remove_path: '\..{1,4}$' #No interested in filenames with extensions
search_in:
search_in:
- /usr
- $HOMESEARCH
? "*config*ssh*"
:
type: f
remove_path: '\..{1,4}$' #No interested in filenames with extensions
search_in:
- /usr
- $HOMESEARCH
Cloud credentials:
config:
@@ -1079,6 +1070,7 @@ search:
? "*.gnupg"
:
type: f
remove_path: "README.gnupg"
search_in:
- common
@@ -1304,7 +1296,7 @@ search:
files:
? "snmpd.conf"
:
bad_regex: "rocommunity|rwcommunity"
bad_regex: "rocommunity|rwcommunity|extend.*"
only_bad_lines: True
type: f
search_in:
@@ -1556,6 +1548,22 @@ search:
search_in:
- common
SeedDMS:
config:
auto_check: True
files:
? "seeddms*"
:
files:
? "settings.xml"
:
bad_regex: "[pP][aA][sS][sS]"
line_grep: '"="'
type: d
search_in:
- common
Ddclient:
config:
auto_check: True