Skip to content

Instantly share code, notes, and snippets.

View danvers's full-sized avatar
🏠
Working from home

Dan danvers

🏠
Working from home
View GitHub Profile
@danvers
danvers / kali-linux-wl-fix.sh
Created February 8, 2020 10:06 — forked from magnusviri/kali-linux-wl-fix.sh
Kali Linux fix for "modprobe: FATAL: Module wl not found"
echo "As of October 18, 2018 this script works with this image:"
echo "http://cdimage.kali.org/kali-weekly/kali-linux-2018-W41-amd64.iso"
echo
echo "If you are using a different version you will have to change the variables kbuild, headers1, headers2, and server"
echo
echo "Look in /lib/modules to find out what version of Kali you need to search for."
echo
proc=$(uname -r|sed 's,[^-]*-[^-]*-,,')