-
Notifications
You must be signed in to change notification settings - Fork 205
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
Conversation
|
||
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/** |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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 ;)
No description provided.