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!
Stay in the know: Become an OffSec Insider
Get the latest updates about resources, events & promotions from OffSec!
Latest from OffSec

Research & Tutorials
CVE-2024-13059: Exploiting Path Traversal in AnythingLLM for Remote Code Execution
Discover CVE-2024-13059, a critical vulnerability flat that affects AnythingLLM’s handling of ASCII filenames in the multer library.
Apr 17, 2025
2 min read

Enterprise Security
How OSCP Holders Can Lead Their Teams to Greater Cybersecurity Resilience
Champion OSCP training in your organization to build a unified, resilient security team.
Apr 11, 2025
6 min read

Research & Tutorials
CVE-2024-57727: Path Traversal Vulnerability in SimpleHelp Web Application
CVE-2024-57727 lets attackers read sensitive files via path traversal in SimpleHelp. Learn more about how attackers exploit this flaw.
Apr 10, 2025
3 min read