Another update script for Backtrack.
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.
http://img502.imageshack.us/img502/5025/91649502.png
http://img404.imageshack.us/img404/6885/25093397.png
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:
Code:
svn co http://backtrackupdate.svn.sourceforge.net/svnroot/backtrackupdate backtrack_update
After this just 'svn up'
Re: Another update script for Backtrack.
This is great. Gives me a reason to learn python with a familiar subject.
Quote:
Originally Posted by
sickness
Well I recently started learning python and at first I just wanted to see if I could to 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.
Re: Another update script for Backtrack.
Yea, python is pretty awesome and they have good learning documentation.
Re: Another update script for Backtrack.
Very nice script. Glad that you are learning python keep up the good work :-)
Re: Another update script for Backtrack.
Script v0.1 is almost finished it will have menus and some more tools :) stay tuned.
EDIT: Finished, download link in my first post.
Re: Another update script for Backtrack.
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.
http://img6.imageshack.us/img6/3100/33178573.png
http://img38.imageshack.us/img38/7772/49920417.png
So to download or update:
Code:
svn co https://backtrackupdate.svn.sourceforge.net/svnroot/backtrackupdate backtrackupdate
or
svn up
Re: Another update script for Backtrack.
Re: Another update script for Backtrack.
Glad you like it :) I will add more tools to it when I have time.
Re: Another update script for Backtrack.
Code:
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
got this error
Re: Another update script for Backtrack.
Fixed, svn up now and it should work !