Thiago Canozzo Lahr
Thiago Canozzo Lahr
Add feature to upload output and acquisition log files to an Azure blob storage URL.
Hash all collected files when tar is not available, so no output.tar.gz file is created.
The idea is to provide a command line option (-o/--output-filename) so the analyst can set a custom output file name (without extension) as he/she wishes. If the file already exists...
### Discussed in https://github.com/tclahr/uac/discussions/148 Originally posted by **sirbrowser** March 2, 2023 Hello, I wonder if it was possible to add an option to generate an encrypted archive. Thanks for your...
Add an option to copy collected data to a destination directory instead of creating an archive output file.
UAC does not copy collected files to destination folder (to save disk space and spend less CPU, IO and memory resources). Instead, UAC adds all paths to a text file...
UAC redirects stderr messages to individual .stderr files. This makes the analysis of error messages easier, but, depending on the system, it also pollutes the output file with tons of...
Rename --date-range start to --start-date and --date-range-end to --end-date as they are more intuitive.
This addition was proposed by @IgorTodorovskiIBM via his PR #221 . Converting his PR into an issue in order to document the required changes.
### Discussed in https://github.com/tclahr/uac/discussions/258 Originally posted by **halpomeranz** July 23, 2024 I recently submitted a pull request to collect /proc/*/mounts to help detect when somebody is using a bind mount...