Re: [W3af-users] Install issues
Status: Beta
Brought to you by:
andresriancho
|
From: Andres R. <and...@gm...> - 2018-08-22 11:41:44
|
Oh, that is a bug. Sorry!
Fixed it here:
https://github.com/andresriancho/w3af/commit/3012a3f94fa8dfa9136a0292491c90766dae132e
Also I merged develop into master, so everyone will get this fix.
Thanks,
On Tue, Aug 21, 2018 at 10:45 AM Rafael Barbosa da Silva
<raf...@gm...> wrote:
>
> Hi,
>
> I'm trying to make w3af work on a VM on DigitalOcean, with Ubuntu 16.04.
>
> After following the steps on docs, I'm facing this when execute ./w3af_console
>
> Traceback (most recent call last):
> File "./w3af_console", line 13, in <module>
> dependency_check()
> File "/home/w3af/w3af/w3af/core/controllers/dependency_check/dependency_check.py", line 178, in dependency_check
> external_commands = get_missing_external_commands(platform)
> File "/home/w3af/w3af/w3af/core/controllers/dependency_check/dependency_check.py", line 99, in get_missing_external_commands
> return platform.get_missing_external_commands()
> File "/home/w3af/w3af/w3af/core/controllers/dependency_check/platforms/base_platform.py", line 54, in get_missing_external_commands
> instructions.extend(handler.__func__())
> File "/home/w3af/w3af/w3af/core/controllers/dependency_check/platforms/base_platform.py", line 60, in retirejs_handler
> if retirejs_is_installed():
> File "/home/w3af/w3af/w3af/core/controllers/dependency_check/external/retirejs.py", line 37, in retirejs_is_installed
> version = subprocess.check_output('%s --version' % path_to_retire, shell=True)
> File "/usr/lib/python2.7/subprocess.py", line 574, in check_output
> raise CalledProcessError(retcode, cmd, output=output)
> subprocess.CalledProcessError: Command '/usr/local/bin/retire --version' returned non-zero exit status 127
>
> Can you give a hand?
>
> I already got it working from apt-get install w3af, but want to use the newest version, building from source.
>
>
> Thanks.
> Rafael
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
> W3af-users mailing list
> W3a...@li...
> https://lists.sourceforge.net/lists/listinfo/w3af-users
--
Andrés Riancho
Project Leader at w3af - http://w3af.org/
Web Application Attack and Audit Framework
Twitter: @w3af
GPG: 0x93C344F3
|