Skip to content

zhuol/Cracking-wifi---Kali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 

Repository files navigation

Cracking-wifi---Kali

Install driver of Wireless Network Adapter on Kali Linux

apt-get update
apt-get install linux-headers-$(uname -r)
apt-get apt-get update
apt-get install build-essential
apt-get install git
git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
make all
make install
insmod 8188eu.ko
 
ifconfig #(check to see if your wireless wlan cards is now listed)
 
#optional step ...reboot may be necessary
#sometimes a reboot helps pickup newly installed devices
reboot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published