Blog
Our BackTrack repositories keep getting updated with new tools, drivers etc. For example, we just added legacy madwifi-ng and r8187 injection capable drivers to the repository. You can follow these simple steps to add them to your iso, and keep it updated in general.
cd ~
mkdir ISO
mv bt4-pre-final.iso ISO
cd ISO
wget www.offensive-security.com/bt4-customise.sh
chmod 755 bt4-customise.sh
./bt4-customise.sh
apt-get update
apt-get upgrade && apt-get install madwifi-drivers r8187-drivers
echo blacklist ath5k >> /etc/modprobe.d/blacklist # In case you want to use madwifi-ng as default
echo blacklist rtl8187 >> /etc/modprobe.d/blacklist # In case you want to use legacy r8187 as default
exit
The script should then run and generate the updated iso for you in /root/ISO/bt4-mod.iso.
Easy huh ?
Make sure you check read over the script – change the iso filename if needed!
Cybersecurity leader resources
Sign up for the Secure Leader and get the latest info on industry trends, resources and best practices for security leaders every other week
Latest from OffSec
Research & Tutorials
My Journey with IR-200: Becoming an OffSec Certified Incident Responder (OSIR)
Embark on a journey to become an OffSec Certified Incident Responder (OSIR) through the IR-200 course, as described by a Student Mentor who tested its effectiveness.
Jan 24, 2025
6 min read
Research & Tutorials
A Student Mentor’s TH-200 and OSTH Learning Experience
Explore the TH-200 course & OSTH exam with an OffSec Mentor’s insights on mastering threat hunting skills.
Jan 24, 2025
9 min read
OffSec News
OffSec Yearly Recap 2024
Join us as we explore all our successes in 2024, including exciting new content, courses, and so much more!
Dec 23, 2024
8 min read