View Single Post
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#11
You could get the list of the currently reachable wifi networks with
Code:
sudo ifconfig wlan up
sudo iwlist wlan scanning | grep ESSID
Then provided you get one or more Alice or Fastweb essids, you copy them one by one and do
Code:
wirouterkeyrec -s <essid name>
You should get the wpa key at this point, if the code is recognized.
Today I tried and it works.

I think the original developer could give you more details. The procedure could also be automated with a shell script; I'll do that if/when I have time.

Beware forcing into other people's networks is illegal and may earn you a not-so-pleasant discussion with polpost!
__________________
Ernesto de Bernardis

 

The Following User Says Thank You to debernardis For This Useful Post: