This commit is contained in:
2025-08-02 14:12:35 -06:00
parent b98cc940ed
commit 5b53a764c0
+1 -1
View File
@@ -17,7 +17,7 @@ binwalk_dir="$analysis_dir/binwalk"
md5_dir="$analysis_dir/md5sum" md5_dir="$analysis_dir/md5sum"
# make the directory structure if absent or fail without error # make the directory structure if absent or fail without error
mkdir -p "$file_dir" "$strings_dir" "$sha256sum_dir" "$binwalk_dir" mkdir -p "$file_dir" "$strings_dir" "$sha256sum_dir" "$binwalk_dir" "$md5_dir"
# log paths # log paths
timestamp=$(date +"%Y%m%d-%H%M-%S-%Z") # format YYYYmmdd-HHMM-SS-TZ timestamp=$(date +"%Y%m%d-%H%M-%S-%Z") # format YYYYmmdd-HHMM-SS-TZ