mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-06 00:51:28 +00:00
linpeas
This commit is contained in:
@@ -310,7 +310,21 @@ search:
|
||||
remove_path: "mysql/mysql"
|
||||
search_in:
|
||||
- common
|
||||
|
||||
- name: MariaDB
|
||||
value:
|
||||
config:
|
||||
auto_check: True
|
||||
|
||||
- name: "mariadb.cnf"
|
||||
value:
|
||||
bad_regex: "user.*|password.*"
|
||||
type: f
|
||||
remove_regex: '^#'
|
||||
remove_empty_lines: True
|
||||
search_in:
|
||||
- common
|
||||
|
||||
- name: "debian.cnf"
|
||||
value:
|
||||
bad_regex: "user.*|password.*"
|
||||
@@ -319,7 +333,6 @@ search:
|
||||
search_in:
|
||||
- common
|
||||
|
||||
|
||||
|
||||
- name: PostgreSQL
|
||||
value:
|
||||
@@ -1838,6 +1851,24 @@ search:
|
||||
type: f
|
||||
search_in:
|
||||
- common
|
||||
|
||||
- name: Postfix
|
||||
value:
|
||||
config:
|
||||
auto_check: True
|
||||
|
||||
files:
|
||||
- name: "postfix"
|
||||
value:
|
||||
files:
|
||||
- name: "master.cf"
|
||||
value:
|
||||
bad_regex: "user=|argv="
|
||||
remove_empty_lines: True
|
||||
line_grep: '"user="'
|
||||
type: d
|
||||
search_in:
|
||||
- common
|
||||
|
||||
- name: CloudFlare
|
||||
value:
|
||||
|
||||
Reference in New Issue
Block a user