Skip to content

Commit

Permalink
Update slackpkg.yaml
Browse files Browse the repository at this point in the history
choose now three approaches
  • Loading branch information
Pierre-Gronau-ndaal authored Jan 24, 2025
1 parent e4a64d8 commit 54fa7df
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions artifacts/live_response/packages/slackpkg.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
version: 1.0
version: 1.1
condition: command_exists "slackpkg"
output_directory: /live_response/packages
artifacts:
-
description: Display installed packages.
supported_os: [linux]
collector: command
command: slackpkg search installed
output_file: slackpkg_search_list.txt
command: slackpkg info *
output_file: slackpkg_info.txt
-
description: Display installed packages.
supported_os: [linux]
collector: command
command: find /var/log/packages -type f
output_file: slackpkg_find_-type-f.txt
-
description: Display installed packages.
supported_os: [linux]
collector: command
command: slackpkg search * | grep -v "uninstalled"
output_file: slackpkg_search.txt

0 comments on commit 54fa7df

Please sign in to comment.