old htb folders
This commit is contained in:
2023-08-29 21:53:22 +02:00
parent 62ab804867
commit 82b0759f1e
21891 changed files with 6277643 additions and 0 deletions

7
HTB/interface/cleaner.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
meta_producer=$(/usr/bin/exiftool -s -s -s -Producer "lol" 2>/dev/null | cut -d " " -f1)
echo "$meta_producer"
if [[ "$meta_producer" -eq "dompdf" ]]; then
echo "Removing $cfile"
fi