Well I recently started learning python and at first I just wanted to see if I could do a basic update script and this is what came up
Hope you like it also I would appreciate some suggestions about what else it should contain.
It includes internet connectivity check,
This script currently:
* Upgrades/Cleans Backtrack
* Exploits: Metasploit2,3, Exploit-db, SET, FastTrack
* Vulnerability Scanners: OpenVAS, Nikto, W3AF, Nessus (if you have it)
* Wireless: Aircrack, Airodump, Kismet, Gerix
All of the following sections are included into different menus.
EDIT: Well I have taken in consideration the suggestions I received via PM so I rewrote the script and included categories and more tools, here you go:
To Download:
After this just 'svn up'Code:svn co http://backtrackupdate.svn.sourceforge.net/svnroot/backtrackupdate backtrack_update
Last edited by sickness; 11-27-2010 at 12:11 PM. Reason: Updated script
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
Yea, python is pretty awesome and they have good learning documentation.
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
Very nice script. Glad that you are learning python keep up the good work :-)
Script v0.1 is almost finished it will have menus and some more toolsstay tuned.
EDIT: Finished, download link in my first post.
Last edited by sickness; 11-18-2010 at 11:25 PM.
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
Ok so v.0.2 of my script has been released:
Changes:
-The "Return to menu" input after each update has been removed, it now automatically returns you to the previous menu.
-Added cmd line arguments.
-Now builds Kismet not only updates the files.
So to download or update:
Code:svn co https://backtrackupdate.svn.sourceforge.net/svnroot/backtrackupdate backtrackupdate or svn up
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
Great stuff man, thx.
"The difference between RAID1 and RAID0 is that the zero stands for how many files you're gonna have after a harddisk failure."
Glad you like itI will add more tools to it when I have time.
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
got this errorCode:Welcome to the Backtrack Update script Designed by: sickness Available tools to update: 1. Backtrack 2. Exploit tools 3. Vulnerability Scanners 4. Wireless tools 5. Just do them all! 6. EXIT Please select which item you want to update: 5 File "update_all.py", line 134 print 'Updating all tools\n' ^ IndentationError: unexpected unindent
Fixed, svn up now and it should work !
Last edited by sickness; 11-22-2010 at 04:12 PM.
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !