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
Enterprise Security
Red Team vs Blue Team in Cybersecurity
Learn what a red team and blue team in cybersecurity are, pros and cons of both, as well as how they work together.
Dec 13, 2024
13 min read
Enterprise Security
Building a Future-Ready Cybersecurity Workforce: The OffSec Approach to Talent Development
Learn all about our recent webinar “Building a Future-Ready Cyber Workforce: The OffSec Approach to Talent Development”.
Dec 13, 2024
4 min read
Enterprise Security
How to Become the Company Top Cyber Talent Wants to Join
Become the company cybersecurity talent wants to join. Learn how to attract, assess, and retain experts with strategies that set you apart.
Dec 4, 2024
5 min read