Difference between revisions of "Monitoring wireless networks"

From Ever changing code
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
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:
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 Live USB:
#Download ISO from http://www.kali.org/downloads/ or using wget command
#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
  http://cdimage.kali.org/kali-latest/amd64/kali-linux-1.0.4-amd64.iso
#Install bar package to show information about a data transfer. It is not required to write the image to usb.
apt-get install bar
#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: <tt>lsusb or mount</tt>
#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: <tt>lsusb or mount</tt>
   dd if=kali.iso of=/dev/sdb bs=512k
   dd if=kali.iso of=/dev/sdb bs=512k | bar -s 15g
 
For persistance mode please follow this steps at Kali documentation http://docs.kali.org/installation/kali-linux-live-usb-install

Revision as of 15:44, 10 August 2013

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 Live 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. Install bar package to show information about a data transfer. It is not required to write the image to usb.
apt-get install bar
  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 | bar -s 15g

For persistance mode please follow this steps at Kali documentation http://docs.kali.org/installation/kali-linux-live-usb-install