wifite2 troubleshoot & basic tutorial

Wifite2 is a tool for automating wireless network attacks. It is designed to be used with Kali Linux, but is also available for other platforms.

Wifite2 is a powerful tool that can be used to test the security of wireless networks and identify vulnerabilities that can be exploited. It includes a wide range of features, such as support for cracking WEP and WPA passwords, attacking multiple wireless networks at once, and customizing attack settings and options.

 wifite Basic tutorial 

Wifite2 in nature is pretty much automated script , once we hit sudo wifite it will automatically starts  network adapter into capture mode , and start searching the available connections to crack. 


But before using wifite we have to troubleshoot it and install some requirement packages manually. ( pyrit and hcxtools) 

here is the link to troubleshoot 

wifite before use.  


Video tutorial :

complete wifite troubleshoot before use   .





After troubleshooting .


After troubleshooting just type sudo wifite and it will start in monitor mode and starts searching wifi connections. 




Now press cntrl+c and select the target wifi to start cracking. 

by using its number. 1 ,  2 or 3. 




as soon as you select the network # to it will start attacking through 1 of 4 methods, wifi will automaticlly select the best method according to the connection.

press Cntrl+c  for skipping to next attack . 


we can use our own dictionary .txt file for cracking passwods 


 by sudo wifite --dict   path to txt  --kill 




WiFit will use you password list to crack the captured information . 


after finishing using wifite .. you have to manually stop  the monitor mode. to use you network card. 

you can stop it by   sudo airmon-ng stop wlan0mon 

after that  restart Network Manager by  

sudo NetworkManager restart 

 wireless connection shall be recoverd.


 


Thank you.

Comments

Popular posts from this blog

how to fix end kernel panic not syncing unable to mount root fs kali linux