Monitoring wireless networks

From Ever changing code
Revision as of 15:29, 10 August 2013 by Pio2pio (talk | contribs) (Created page with "This is another All-In-One page for wireless monitoring solutions. The easiest is to use Kali Linux http://www.kali.org/ . Please follow a few steps to create bootable USB: #D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is another All-In-One page for wireless monitoring solutions. The easiest is to use Kali Linux http://www.kali.org/ . Please follow a few steps to create bootable USB:

  1. Download ISO from http://www.kali.org/downloads/ or using wget command
http://cdimage.kali.org/kali-latest/amd64/kali-linux-1.0.4-amd64.iso
  1. Copy image on usb drive. Please make sure that you use correct device to write the image as it will not warn you when writting. In ubuntu useful commands are: lsusb or mount
 dd if=kali.iso of=/dev/sdb bs=512k