Commit c2ce8efb authored by JOSHI UDAYAN PRAMOD's avatar JOSHI UDAYAN PRAMOD

udayan

parent 0e58c547
while read -r line
do
yes | unzip -o -P "$line" "legendaryPokemon.zip" > /dev/null 2>&1
if [ $? = 0 ]; then
echo "The correct password is: $line"
break
fi
done < "dictionary.txt"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment