The scripts for aircrack and milworm and waaf do not know if you are at the latest revision they simply download the latest version and install it. you are just overwriting the same file over and over.
I have updated everything and do an install, but when I go back and check it again it will still do some updates. Then I do another insatll and it does it all again. Here it is.
Fast-Track Updates
Enter a number to update
1. Update Fast-Track
2. Metasploit 3 Update
3. Aircrack-NG Update
4. Milw0rm Update
5. Nikto Plugin Update
6. W3AF Update
7. SQLMap Update
8. Installation Menu
9. Update Everything
10. Return to Main Menu
Enter number: 9
Note this DOES NOT install prereqs, please go to the installation menu for that.
Updating Fast-Track, Metasploit, Aircrack-NG, Milw0rm, Nikto, W3AF, and SQL Map
Checking for the new versions of Fast-Track...
Update MD5 SUM: cc077b654c32ad6d04784fb9794b99ff
Current MD5 SUM: cc077b654c32ad6d04784fb9794b99ff
You are up-to-date with the latest Fast-Track version.
**** Updating Metasploit v3 ****
At revision 5419.
**** Updating AirCrack-NG ****
Checked out revision 923.
make -C src all
make[1]: Entering directory `/pentest/wireless/aircrack-ng/src'
make -C osdep
make[2]: Entering directory `/pentest/wireless/aircrack-ng/src/osdep'
Building for Linux
make[3]: Entering directory `/pentest/wireless/aircrack-ng/src/osdep'
make[3]: `.os.Linux' is up to date.
make[3]: Leaving directory `/pentest/wireless/aircrack-ng/src/osdep'
make[2]: Leaving directory `/pentest/wireless/aircrack-ng/src/osdep'
make[1]: Leaving directory `/pentest/wireless/aircrack-ng/src'
make -C src install
make[1]: Entering directory `/pentest/wireless/aircrack-ng/src'
make -C osdep
make[2]: Entering directory `/pentest/wireless/aircrack-ng/src/osdep'
Building for Linux
make[3]: Entering directory `/pentest/wireless/aircrack-ng/src/osdep'
make[3]: `.os.Linux' is up to date.
make[3]: Leaving directory `/pentest/wireless/aircrack-ng/src/osdep'
make[2]: Leaving directory `/pentest/wireless/aircrack-ng/src/osdep'
make -C osdep install
make[2]: Entering directory `/pentest/wireless/aircrack-ng/src/osdep'
Building for Linux
make[3]: Entering directory `/pentest/wireless/aircrack-ng/src/osdep'
make[3]: `.os.Linux' is up to date.
make[3]: Leaving directory `/pentest/wireless/aircrack-ng/src/osdep'
make[2]: Leaving directory `/pentest/wireless/aircrack-ng/src/osdep'
install -d /usr/local/bin
install -m 755 aircrack-ng airdecap-ng packetforge-ng ivstools kstats buddy-ng makeivs-ng airolib-ng /usr/local/bin
install -d /usr/local/sbin
install -m 755 aireplay-ng airodump-ng airserv-ng airtun-ng wesside-ng easside-ng /usr/local/sbin
make[1]: Leaving directory `/pentest/wireless/aircrack-ng/src'
install -m 755 airmon-ng airdriver-ng patchchk /usr/local/sbin
install -d /usr/local/man/man1
install -m 644 ./manpages/* /usr/local/man/man1
**** Updating Milw0rm ****
Downloading Exploit archive from Milw0rm
--10:32:00-- http://www.milw0rm.com/sploits/milw0rm.tar.bz2
=> `milw0rm.tar.bz2'
Resolving www.milw0rm.com... 76.74.9.18
Connecting to www.milw0rm.com|76.74.9.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,749,139 (4.5M) [application/x-tar]
100%[====================================>] 4,749,139 127.35K/s ETA 00:00
10:32:54 (86.74 KB/s) - `milw0rm.tar.bz2' saved [4749139/4749139]
Extracting Archive
Updating Nikto...
- ERROR: Unable to open config file 'config.txt' (No such file or directory), only 1 CGI directory defined.
+ No updates required.
+ www.cirt.net message: Version 2.02 has been released!
Updating the Web Application Attack and Audit Framework (W3AF)
U /pentest/web/w3af/trunk/readme/CONTRIBUTORS
A /pentest/web/w3af/branches/sasha/plugins/grep/creditCards.py
A /pentest/web/w3af/branches/sasha/extras/testEnv/webroot/grepPlugins/creditCards.html
A /pentest/web/w3af/branches/sasha/scripts/script-creditCards-yes.w3af
A /pentest/web/w3af/branches/sasha/scripts/script-creditCards-no.w3af
Checked out revision 688.
Updating SQLMap...
Checked out revision 100.
Finished updating..returning to menu...
Fast-Track Updates
Enter a number to update
1. Update Fast-Track
2. Metasploit 3 Update
3. Aircrack-NG Update
4. Milw0rm Update
5. Nikto Plugin Update
6. W3AF Update
7. SQLMap Update
8. Installation Menu
9. Update Everything
10. Return to Main Menu
Enter number:
The scripts for aircrack and milworm and waaf do not know if you are at the latest revision they simply download the latest version and install it. you are just overwriting the same file over and over.
I can probably do MD5 comparisons similar to the scripts, will contemplate adding when i get some spare time!
I updated my FastTrack and now it says:
/bin/sh: fast-track.py: command not found
It worked perfect up till then
chmod 777 /pentest/misc/fast-track.py
Is That where I put the File?
or is that what I name it?
Or do I type that in a terminal? Thanks
Type that in a terminal. Sometimes when you get a new version you must give the file execute permissions.
chmod 777 /pentest/misc/fast-track.py
chmod: cannot access `/pentest/misc/fast-track.py': No such file or directory
I got it to work Thanks!!
I was still using the shortcuts but they don't work with the update.
Looks like you blew your installation up somehow..Not sure....Just download the latest from:
http://www.securestate.com/files/fas.../fast-track.py and run it again, make sure its in the /pentest/misc folder and chmod 755 fast-track.py