mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2025-12-26 04:41:20 -08:00
Merge pull request #162 from carlospolop/linpeas_prod
Merge pull request #161 from carlospolop/linpeas_dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user