...)
-S (Special Characters)
-A (All Characters, Numbers, and Letters)
-min (Minimum Size)
-max (Maximum Size)
-o outputfile.gz
or
-o stdout
By default -o filename.gz to create a GZ compressed text file of all the words. Use the keyword "stdout" to print to screen or for use with other programs like Aircrack-ng or Medusa
./wordpie.py | xargs -L 1 medusa -h 192.168.1.1 -u admin -M web-form -p
./wordpie.py -o stdout -A | aircrack-ng -b XX:XX:XX:XX:XX:XX -w - *.cap