changed repo structure
This commit is contained in:
7
2025/catthegrey/forensics/notsus_exe/crack_password.sh
Executable file
7
2025/catthegrey/forensics/notsus_exe/crack_password.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
for wordlist in ~/wordlists/passwords/*; do
|
||||
echo "Trying $wordlist..."
|
||||
fcrackzip -v -D -p "$wordlist" files.zip && break
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user