Script works great and updates everything. I have run into no issues with it. Thanks sickness very useful tool.
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 !
Script works great and updates everything. I have run into no issues with it. Thanks sickness very useful tool.
After I tried this script metasploit was downgraded from v.3.8 to 3.7.
Now SET vectors wich integrates whit metasploit (Like Java Web Attack) does not work anymore.
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 !
For SQLMap just keep hitting enter
I fixed this issue in my old script with one of these
I cant remember which one of these it was, but its under "svn update --help"Code:--non-interactive : do no interactive prompting or --trust-server-cert : accept unknown SSL server certificates without
This is a great script - It has replaced mine nicely - Thanks Sickness
Last edited by Scamentology; 06-26-2011 at 08:04 AM.
"Never do anything against conscience -- even if the state demands it."
-- Albert Einstein
works great thanks sickness!
Ok Updated the script, fixed the SQLmap issue, thanks Scamentology!
Also added a bit more cleaning to the Backtrack Upgrade option, less internet checking and increased speed, also rewrote some code.
NOTE: USE WGET FOR IT THIS TIME!
Enjoy!Code:root@bt:~# rm -rf backtrack5_update.c root@bt:~# wget http://sickness.tor.hu/wp-content/uploads/2011/06/backtrack5_update.c root@bt:~# gcc -o backtrack5_update backtrack5_update.c root@bt:~# ./backtrack5_update
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 !
question:
when i issue this:
wget http://sickness.tor.hu/wp-content/up...rack5_update.c backtrack5_update.c
I get this:
-2011-06-30 00:45:02-- http://backtrack5_update.c/
Resolving backtrack5_update.c... failed: Name or service not known.
wget: unable to resolve host address `backtrack5_update.c'
FINISHED --2011-06-30 00:45:03--
Downloaded: 1 files, 12K in 0.2s (70.4 KB/s)
why is it saying something about being unable to resolve the host address?
then doing this:
# gcc -o backtrack5_update backtrack5_update.c
seems to work.
sh backtrack5_update
does not work (why?)
./backtrack5_update
works fine
Last edited by bwana; 06-30-2011 at 04:49 AM.