Re: [>] Update Script for Backtrack 5.
Quote:
Originally Posted by
GreyTapeInThaDeck
I am using backtrack5 gnome 32bit on vmware workstation 7.1.4
I am experiencing an issue with the script. I have ran the option 1. then i went to run option 2 then went to update all. I got the following error:
<div class="bbcode_container">
<div class="bbcode_description">issue:</div>
<pre class="bbcode_code"style="height:144px;">sh: line 0: cd: /pentest/exploits/framework3/: No such file or directory
[>] Failed to update Metasploit.</pre>
</div>
I checked the directory /pentest/exploits/framework3/ the link was broken
So i check /opt/framework3/ and the msf3 folder was missing?
Does anyone know how to correct this issue? I would greatly appreciate the help :)
Try reinstalling framework3.
Re: [>] Update Script for Backtrack 5.
Script works great and updates everything. I have run into no issues with it. Thanks sickness very useful tool.
Re: [>] Update Script for Backtrack 5.
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.
Re: Riferimento: [>] Update Script for Backtrack 5.
Quote:
Originally Posted by
Freee
vers. 0.3
Code:
[>] Updating Sqlmap, please wait.
U lib/utils/hash.py
Authentication realm: <https://svn.sqlmap.org:443> Authentication required
Password for 'root':
Authentication realm: <https://svn.sqlmap.org:443> Authentication required
Username: ^Csvn: OPTIONS of 'https://svn.sqlmap.org/sqlmap': authorization failed: Could not authenticate to server: rejected Digest challenge (https://svn.sqlmap.org)
[>] Failed to update SQLmap.
Thanks again sickness
HTH
I'm running into the same problem
Re: Riferimento: [>] Update Script for Backtrack 5.
Quote:
Originally Posted by
Preston815
I'm running into the same problem
This is a SQLmap issue, not a script issue.
Re: Riferimento: [>] Update Script for Backtrack 5.
For SQLMap just keep hitting enter
I fixed this issue in my old script with one of these
Code:
--non-interactive : do no interactive prompting
or
--trust-server-cert : accept unknown SSL server certificates without
I cant remember which one of these it was, but its under "svn update --help"
This is a great script - It has replaced mine nicely - Thanks Sickness
Quote:
Originally Posted by
Preston815
I'm running into the same problem
Re: [>] Update Script for Backtrack 5.
works great thanks sickness!
Re: Riferimento: [>] Update Script for Backtrack 5.
Quote:
Originally Posted by
Scamentology
For SQLMap just keep hitting enter
I fixed this issue in my old script with one of these
Code:
--non-interactive : do no interactive prompting
or
--trust-server-cert : accept unknown SSL server certificates without
I cant remember which one of these it was, but its under "svn update --help"
This is a great script - It has replaced mine nicely - Thanks Sickness
thanks man i fixed it
Re: [>] Update Script for Backtrack 5.
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!
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
Enjoy!
Re: [>] Update Script for Backtrack 5.
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