mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-12 16:42:45 +00:00
Alert on potentially suspicious permissions from ADB
This commit is contained in:
@@ -55,6 +55,11 @@ class DumpsysAppopsArtifact(AndroidArtifact):
|
||||
result["package_name"],
|
||||
)
|
||||
|
||||
if result["package_name"] == "com.android.shell":
|
||||
self.log.warning(
|
||||
"Risky package com.android.shell requested a permission"
|
||||
)
|
||||
|
||||
def parse(self, output: str) -> None:
|
||||
self.results: List[Dict[str, Any]] = []
|
||||
perm = {}
|
||||
|
||||
Reference in New Issue
Block a user