Save the following on your desktop as driverupdate.sh, then chmod +x driverupdate.sh, and finally ./driverupdate.sh ... After it runs it will tell you if it was successfully updated, you will just...
Type: Posts; User: h4ckn3t; Keyword(s):
Save the following on your desktop as driverupdate.sh, then chmod +x driverupdate.sh, and finally ./driverupdate.sh ... After it runs it will tell you if it was successfully updated, you will just...
This works:
prepare-kernel-sources
cd /usr/src/linux/drivers/net/wireless/rtl818x/rtl8187/
wget http://backtrack-linux.org/silly-rfkill-patch.patch
patch -p0 < silly-rfkill-patch.patch
cd...
Wow... Sorry guys, I just realized I didn't add the commands in the zip file. I made the finder script better, and made all of the nmap scripts executable from the script after viewing the...
I've got a script I wrote called "SMSKiller", it's based off the SMSBomber article in 2600 a couple of issues ago, but I don't think it relates to Backtrack in anyway to post here. I'm about to put...
Thanks!! It's not much and the CSV file needs a lot of cleaning up to run the nmap scripts from the bash script. I'm going to try to do that tomorrow or Wednesday.
@thorin - thanks for the link.
NMAP (which is a big part of Backtrack) recently released version 5.5; this version contains over 170 built in scripts. I wrote a basic script to lookup the different scripts and give their...
Oh geezzz ... what the hell, ok here ya go:
airmon-ng stop wlan0
macchanger -a wlan0
airmon-ng start wlan0
ifconfig mon0 down
macchanger --mac 00:11:22:33:44:55 mon0
ifconfig mon0 up
nslookup -a 91.189.94.4
Name: europium.canonical.com
Address: 91.189.94.4
I just posted a script I wrote for automating the WEP cracking process. Check it out once/if a moderator approves it.