01-08-2016, 05:47 PM
Hi
Here is a little tutorial of hacking Wifi Networks with a tool called Reaver
and how to install or run backtrack 5 R2 Live,
most of this tutorial is written by myself, but part of
this is coming from different sources,
i am sorry if there is any grammar faults here,
English is not my native language.
Facts about Reaver:
*It cracks WPA/WPA2 passwords
*It's a bruteforce script
*speed can vary, it's depends on the connection to the router, if its good or bad, i cracked a wifi network in 8 hours
*It runs in Linux
Requirements:
*Backtrack 5 R2
*Ubuntu ( Not installed )
*Wifi Network to hack (obviously)
*Dvd Burner, Dvd disc
*Or a memory stick
How to install Backtrack 5 R2
Backtrack 5 R2 is a Linux distribution that aims especially to
pentesters, security dudes and of course hackers.
It have a nice collections of tools like:
Metasploit
Armitage
w3af
cain & abel
and MUCH more
Step 1 :
Download Backtrack 5 R2 from:
CODE:
http://www.backtrack-linux.org/downloads/
Choose backtrack 5 R2, which Window Manager, 64Bit or 32Bit
and torrent or direct download ( i prefer Torrent )
Step 2 :
When the download is ready you can either burn it to a blank
dvd disc or install to a live USB memory stick
( it depends on how much you are going to use it)
i gonna show you both ways
How to install it to a Live USB memory stick!
This is really easy to do and it is the fastest way.
This method of getting a live install to a USB drive is the simplest available using Unetbootin.
Note that we will format the USB drive and erase its contents.
1: Plug in your USB Drive (Minimum USB Drive capacity 2 GB)
2: Format the USB drive to FAT32
3: Download Unetbootin from
CODE:
http://unetbootin.sourceforge.net
4:Start Unetbootin and select diskimage (use the backtrack-final ISO)
5: Select your USB drive and click"OK" for creating a bootable BackTrack USB drive
6: Go to the bios settings when startup and change the boot order,
the USB drive should be first
7: Log into Backtrack with the default username and password
[Username:Root Password:toor]
and thats it.
How to install it with a blank dvd
1: Download a burning program like : Imgburn, isoburn, nero burning rom or just the regular windows burner.
(i prefer imgburn)
You can download it from here:
CODE:
http://www.imgburn.com/index.php?act=download
1: when you are done installing it open the program
and press write image file to disc.
2: press please select a file
3: browse to the file location where your backtrack 5 R2 is
downloaded
4: press write
Okey, now you have burned Backtrack 5 R2 to a disc
you can either run it live like the USB Memory Stick
or just install it to the harddrive
Note: Running it live from the DVD can seem really slow
Here is two ways:
First One is single boot:
This method of installation is the simplest available.
The assumption is that the whole hard drive is going to be used for BackTrack.
1: Boot BackTrack on the machine to be installed. Once booted, type in “startx” to get to the KDE graphical interface.
2: double click the “install.sh” script on the desktop, or run the command “ubiquity” in console.
3: Select your geographical location and click “forward”. Same for the Keyboard layout.
4: The next screen allows you to configure the partitioning layout. The assumption is that we are deleting the whole drive and installing BackTrack on it.
5: Accept the installation summary and client “Install”. Allow the installation to run and complete. Restart when done.
6: Log into BackTrack with the default username and password root / toor. Change root password.
7: Fix the framebuffer splash by typing “fix-splash” ( or “fix-splash800? if you wish a 800×600 framebuffer), reboot.
Next one is Dual Booting (Recommend)
This method of installation is the simplest available.
The assumption is that the you have a Windows installation taking up all the space on your drive,
and you would like to resize and repartition your drive to allow a BackTrack install alongside your Windows.
1: Boot BackTrack on the machine to be installed. Once booted, type in “startx” to get to the KDE graphical interface.
2: double click the “install.sh” script on the desktop, or run the command “ubiquity” in console.
3: Select your geographical location and click “forward”. Same for the Keyboard layout.
4: The next screen allows you to configure the partitioning layout.
The assumption is that we are resizing the Windows 7 partition and installing BackTrack on the newly made space.
5: Accept the installation summary and client “Install”. Allow the installation to run and complete. Restart when done.
6: Grub should allow you to boot both into BackTrack and Windows.
7: Log into BackTrack with the default username and password root / toor. Change root password.
8: Fix the framebuffer splash by typing “fix-splash” ( or “fix-splash800? if you wish a 800×600 framebuffer), reboot.
Finally now comes the fun part, hacking a wpa/wpa2 wifi network
There are two major tools that you need to crack a wifi network
the first one is Reaver and the second one is Aircrack-Ng.
It's some required packages aswell, but we don't get any further into that
I previously said that you can use Distro's like Ubuntu
Unfortunally Ubuntu and similar distro's don't have
these two tools pre-installed in the distrobution.
That will say that you need to throw in some commands and
install it manually.
Here is a tutorial how install to in Ubuntu:
CODE:
https://www.sites.google.com/site/mikesc...untu-10-04
Let's get back to Backtrack 5 R2
since BT5R2 got all the required tools we can just start the hack
goto terminal
type
CODE:
iwconfig
This checks the wireless cards interface name
most likely it's name in wlan0
Now we need to put the wireless card into monitor mode
CODE:
airmon-ng start wlan0
if wlan0 is your wireless card interface name,
if not use that name that popped up in iwconfig command
This command will show the monitor interface name
most likely it is mon0
And now you need to find BSSID name of the router you want to crack
to do this you need to type
CODE:
airodump-ng wlan0
(if your wireless interface name is wlan0)
You will see a list of wifi networks that is around you
ESSID = The name of the wifi network that you want to crack
ESD= Which security the network is encrypted with, in this
case you want to look for wpa/wpa2 networks
Bssid= the mac adress of the network
note: CTRL-C to stop
now, finally the last command of the hack
type
CODE:
reaver -i mon0 -b E0.97.55.55.94.22 -vv
-i = Monitor Interface
mon0= Monitor interface name, the name you found in the iwconfig command
-b=BSSID
E0.97.55.55.94.22=BSSID, the adress of the wifi network you want to crack
Okey press enter, find something else to do for a while
and after a while you will hopefully see some results
NOTE: This is a bruteforce attack, so it can take some time, but it's worth waiting.
Trust me
Feel free to say thanks if you like my tutorial
Here is a little tutorial of hacking Wifi Networks with a tool called Reaver
and how to install or run backtrack 5 R2 Live,
most of this tutorial is written by myself, but part of
this is coming from different sources,
i am sorry if there is any grammar faults here,
English is not my native language.
Facts about Reaver:
*It cracks WPA/WPA2 passwords
*It's a bruteforce script
*speed can vary, it's depends on the connection to the router, if its good or bad, i cracked a wifi network in 8 hours
*It runs in Linux
Requirements:
*Backtrack 5 R2
*Ubuntu ( Not installed )
*Wifi Network to hack (obviously)
*Dvd Burner, Dvd disc
*Or a memory stick
How to install Backtrack 5 R2
Backtrack 5 R2 is a Linux distribution that aims especially to
pentesters, security dudes and of course hackers.
It have a nice collections of tools like:
Metasploit
Armitage
w3af
cain & abel
and MUCH more
Step 1 :
Download Backtrack 5 R2 from:
CODE:
http://www.backtrack-linux.org/downloads/
Choose backtrack 5 R2, which Window Manager, 64Bit or 32Bit
and torrent or direct download ( i prefer Torrent )
Step 2 :
When the download is ready you can either burn it to a blank
dvd disc or install to a live USB memory stick
( it depends on how much you are going to use it)
i gonna show you both ways
How to install it to a Live USB memory stick!
This is really easy to do and it is the fastest way.
This method of getting a live install to a USB drive is the simplest available using Unetbootin.
Note that we will format the USB drive and erase its contents.
1: Plug in your USB Drive (Minimum USB Drive capacity 2 GB)
2: Format the USB drive to FAT32
3: Download Unetbootin from
CODE:
http://unetbootin.sourceforge.net
4:Start Unetbootin and select diskimage (use the backtrack-final ISO)
5: Select your USB drive and click"OK" for creating a bootable BackTrack USB drive
6: Go to the bios settings when startup and change the boot order,
the USB drive should be first
7: Log into Backtrack with the default username and password
[Username:Root Password:toor]
and thats it.
How to install it with a blank dvd
1: Download a burning program like : Imgburn, isoburn, nero burning rom or just the regular windows burner.
(i prefer imgburn)
You can download it from here:
CODE:
http://www.imgburn.com/index.php?act=download
1: when you are done installing it open the program
and press write image file to disc.
2: press please select a file
3: browse to the file location where your backtrack 5 R2 is
downloaded
4: press write
Okey, now you have burned Backtrack 5 R2 to a disc
you can either run it live like the USB Memory Stick
or just install it to the harddrive
Note: Running it live from the DVD can seem really slow
Here is two ways:
First One is single boot:
This method of installation is the simplest available.
The assumption is that the whole hard drive is going to be used for BackTrack.
1: Boot BackTrack on the machine to be installed. Once booted, type in “startx” to get to the KDE graphical interface.
2: double click the “install.sh” script on the desktop, or run the command “ubiquity” in console.
3: Select your geographical location and click “forward”. Same for the Keyboard layout.
4: The next screen allows you to configure the partitioning layout. The assumption is that we are deleting the whole drive and installing BackTrack on it.
5: Accept the installation summary and client “Install”. Allow the installation to run and complete. Restart when done.
6: Log into BackTrack with the default username and password root / toor. Change root password.
7: Fix the framebuffer splash by typing “fix-splash” ( or “fix-splash800? if you wish a 800×600 framebuffer), reboot.
Next one is Dual Booting (Recommend)
This method of installation is the simplest available.
The assumption is that the you have a Windows installation taking up all the space on your drive,
and you would like to resize and repartition your drive to allow a BackTrack install alongside your Windows.
1: Boot BackTrack on the machine to be installed. Once booted, type in “startx” to get to the KDE graphical interface.
2: double click the “install.sh” script on the desktop, or run the command “ubiquity” in console.
3: Select your geographical location and click “forward”. Same for the Keyboard layout.
4: The next screen allows you to configure the partitioning layout.
The assumption is that we are resizing the Windows 7 partition and installing BackTrack on the newly made space.
5: Accept the installation summary and client “Install”. Allow the installation to run and complete. Restart when done.
6: Grub should allow you to boot both into BackTrack and Windows.
7: Log into BackTrack with the default username and password root / toor. Change root password.
8: Fix the framebuffer splash by typing “fix-splash” ( or “fix-splash800? if you wish a 800×600 framebuffer), reboot.
Finally now comes the fun part, hacking a wpa/wpa2 wifi network
There are two major tools that you need to crack a wifi network
the first one is Reaver and the second one is Aircrack-Ng.
It's some required packages aswell, but we don't get any further into that
I previously said that you can use Distro's like Ubuntu
Unfortunally Ubuntu and similar distro's don't have
these two tools pre-installed in the distrobution.
That will say that you need to throw in some commands and
install it manually.
Here is a tutorial how install to in Ubuntu:
CODE:
https://www.sites.google.com/site/mikesc...untu-10-04
Let's get back to Backtrack 5 R2
since BT5R2 got all the required tools we can just start the hack
goto terminal
type
CODE:
iwconfig
This checks the wireless cards interface name
most likely it's name in wlan0
Now we need to put the wireless card into monitor mode
CODE:
airmon-ng start wlan0
if wlan0 is your wireless card interface name,
if not use that name that popped up in iwconfig command
This command will show the monitor interface name
most likely it is mon0
And now you need to find BSSID name of the router you want to crack
to do this you need to type
CODE:
airodump-ng wlan0
(if your wireless interface name is wlan0)
You will see a list of wifi networks that is around you
ESSID = The name of the wifi network that you want to crack
ESD= Which security the network is encrypted with, in this
case you want to look for wpa/wpa2 networks
Bssid= the mac adress of the network
note: CTRL-C to stop
now, finally the last command of the hack
type
CODE:
reaver -i mon0 -b E0.97.55.55.94.22 -vv
-i = Monitor Interface
mon0= Monitor interface name, the name you found in the iwconfig command
-b=BSSID
E0.97.55.55.94.22=BSSID, the adress of the wifi network you want to crack
Okey press enter, find something else to do for a while
and after a while you will hopefully see some results
NOTE: This is a bruteforce attack, so it can take some time, but it's worth waiting.
Trust me
Feel free to say thanks if you like my tutorial












