Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Linux.Forensics.Targets.yaml #970

Merged
merged 3 commits into from
Dec 27, 2024
Merged

Conversation

kidrek
Copy link
Contributor

@kidrek kidrek commented Dec 22, 2024

No description provided.

@CLAassistant
Copy link

CLAassistant commented Dec 22, 2024

CLA assistant check
All committers have signed the CLA.


parameters:
- name: BootTargets
default: /boot/grub/grub.cfg,/boot/grub2/grub.cfg,/boot/initramfs*,/boot/initrd*,/etc/init.d/**,/etc/insserv.conf,/etc/insserv.conf.d/**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is probably better to use parameters of type csv - then the GUI will render them nicely in a table and also you can add the globs below because they will be just arrays - so you dont need to join with "," and split them again.

Copy link
Contributor Author

@kidrek kidrek Dec 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for this advice.
I'll integrate it into the next release. Would you have an example, please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wrote the new version of parameters using csv type, but i stuck on the query SELECT OSPath, upload(file=OSPath) AS Upload. Could you help me to concatenate globs, please ?

Copy link
Contributor Author

@kidrek kidrek Dec 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I modified parameters and commited the new version ;)

@kidrek kidrek requested a review from scudette December 24, 2024 08:32
@kidrek kidrek requested a review from scudette December 27, 2024 09:42
@scudette scudette merged commit f9038d2 into Velocidex:master Dec 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants