Files
htb-santa-ctf/reversing/giftwrapping/crack.sh
2021-12-03 14:48:10 +01:00

6 lines
74 B
Bash
Executable File

#!/bin/bash
while read p; do
echo "$p" | ./giftwrap
done < rockyou.txt