#! /bin/bash for wordlist in ~/wordlists/passwords/*; do echo "Trying $wordlist..." fcrackzip -v -D -p "$wordlist" files.zip && break done