Titanic
curl http://www.dailyscript.com/scripts/Titanic.txt | tr '[:space:]' '\n' | sed '/^$/d' | | tr -d '.' | tr -d ',' | tr '[:upper:]' '[:lower:]' > wlfor i in $(cat wl); do echo "tjctf{$i}" >> wl2; donejohn -w=wl3 hash --format=raw-md5The flag is tjctf{ismay's}
Last updated
Was this helpful?