From 67fa3d1a0403453cedca813ce3d961abf544dc8e Mon Sep 17 00:00:00 2001 From: vPierre <72132223+Pierre-Gronau-ndaal@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:06:16 +0100 Subject: [PATCH 1/2] Create php.yaml --- artifacts/files/applications/php.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 artifacts/files/applications/php.yaml diff --git a/artifacts/files/applications/php.yaml b/artifacts/files/applications/php.yaml new file mode 100644 index 00000000..c8b9d27e --- /dev/null +++ b/artifacts/files/applications/php.yaml @@ -0,0 +1,10 @@ +version: 1.0 +artifacts: + - + description: Collect php history files. + supported_os: [all] + collector: file + path: /%user_home% + name_pattern: [".php_history"] + max_depth: 4 + From 5ee7eb83721bdd4e6274c92331e0c8b09e1eb9df Mon Sep 17 00:00:00 2001 From: Thiago Canozzo Lahr Date: Tue, 21 Jan 2025 08:19:23 -0300 Subject: [PATCH 2/2] artif: update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa930266..6f8edb16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - files/applications/katesession.yaml: Added colleection of metadata about recently opened files in Kwrite and Kate text editors [freebsd, linux, netbsd, openbsd]. - files/applications/nano.yaml: Added collection of nano history file [all] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). - files/applications/okular.yaml: Added collection of metadata related to documents that have been opened or interacted with using Okular, a document viewer for KDE [freebsd, linux, netbsd, openbsd]. +- files/applications/php.yaml: Added collection of PHP history files [all] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). - files/logs/macos_unified_logs.yaml: Updated to include the collection of ASL logs [macos] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). - files/system/gvfs_metadata.yaml: Added collection of data from the gvfs-metadata directory to retrieve user-specific metadata, such as file access details, custom properties, and interaction history [freebsd, linux, netbsd, openbsd]. - files/system/kactivitymanagerd.yaml: Added collection of activity tracking data used by KActivityManager (part of KDE) to track and manage user activities, such as recently opened files, applications, and other resources [freebsd, linux, netbsd, openbsd].