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

Federal
Addressing the Unique Cybersecurity Challenges Faced by Government Agencies
Explore the unique cybersecurity challenges government agencies face and how tailored strategies can protect national security and public trust.
Feb 12, 2025
8 min read

Enterprise Security
Building a Cyber-Resilient Public Sector Through Hands-on Security Training
Learn how hands-on cybersecurity training equips public sector teams to protect critical infrastructure, featuring real-world cases from Atlanta, Oldsmar, and Texas that demonstrate why practical experience trumps theoretical knowledge alone. Discover why agencies are moving beyond certifications to combat-ready security training.
Feb 5, 2025
4 min read

Research & Tutorials
CVE-2025-21298: A Critical Windows OLE Zero-Click Vulnerability
Explore CVE-2025-21298, a critical Windows OLE zero-click flaw enabling RCE via email. Learn its risks, impact, and how to defend against attacks.
Feb 3, 2025
3 min read