cewl Run cewl -w wordlist.lst $URL -d 1 raw solution curl http://11.22.33.44 | grep -oE '\w+' | sort -u -f > wordlist.lst awk 'length($0) > 3 ' wordlist.lst > wordlist_gt3.lst