My New script to update BT5 & all the SVN's in the Pentest directory + a few extras.
Link to download at Bottom of page
I'm not a master at scripting nor do I claim to be but I made this for myself and decided maybe others would find it of use as well.
Some of the updates to the script I made are as follows::::
I added the new software installers below which will install automatically with apt-get update & of coarse all the /Pentest/ directory SVN updates and revisions as well. I also added the ability for a new xterm window to open for the SVN updates so you can close the terminal window if you want.
Its very simple yet very effective and efficient! Any questions feel free to ask away
apt-get update
apt-get upgrade
apt-get dist-upgrade
aircrack-ng and airodump-ng Suite Update using ---------> airodump-ng-oui-update
figlet -ASCII character creating software
really cool
terminator Terminal emulator which opens multiple terminal windows inside the one main terminal.
gtk-recordmydesktop Gui version of RecordMyDesktop
smplayer software to play Music & Videos like ones from GTK-RecordMydesktop
bleachbit software to clean up temp files
k3b for CD & DVD burning of Music, Media and .iso images
synaptic -Package manager to install software
And of coarse the command to point to the Pentest directory and update or upgrade all software which uses SVN for updates.
Any constructive suggestions please feel free to comment so i can make the script better :)
Dont forget to chmod 775 the file in terminal by cding to the files directory in terminal and typing
chmod 775 bt5updat3r.sh before running the script. Happy Udating!!
bt5updat3r.sh Download Link http://www.mediafire...m7eb5k4at1bb168
Re: My New script to update BT5 & all the SVN's in the Pentest directory + a few ext
Hi n1tr0g3n.
There is no need to use apt-get upgrade as well as apt-get dist-upgrade.
apt-get upgrade upgrades installed packages to the newest version from the repos. apt-get dist-upgrade does the same as apt-get upgrade but it also installs any new packages not already installed.
jev.