Tuesday, March 03, 2015

Wifi Dictionary

18_in_1.lst (maurisdump.blogspot.com)

References
[1] http://maurisdump.blogspot.com/2011/12/best-dictionaries-wordlist-for-wpa.html

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...