From charlesreid1

Revision as of 19:40, 16 August 2015 by Admin (talk | contribs) (Created page with "Well, we made our wordlist with Cewl: <source lang="bash"> #!/bin/sh echo "Creating Seahawks wordlist..." cewl -v en.wikipedia.org/wiki/Seattle_Seahawks -d 1 -w seahawks_wiki...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Well, we made our wordlist with Cewl:

#!/bin/sh
echo "Creating Seahawks wordlist..."
cewl -v en.wikipedia.org/wiki/Seattle_Seahawks -d 1 -w seahawks_wikipedia.txt
echo "Done."

The only problem is, it's got a lot of garbage.