[W3af-users] Install issues
Status: Beta
Brought to you by:
andresriancho
From: Rafael B. da S. <raf...@gm...> - 2018-08-21 13:45:12
|
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 |