Open izauddin opened 7 years ago
Solved this
I change the w3af/w3af/core/controllers/dependency_check/platforms/fedora.py
CORE_SYSTEM_PACKAGES = ['python-pip', 'python-devel', 'python2-setuptools' to CORE_SYSTEM_PACKAGES = ['python2-pip', 'python2-devel', 'python2-setuptools'
I change w3af/w3af/core/controllers/dependency_check/platforms/requirements.py PIPDependency('OpenSSL', 'pyOpenSSL', '0.15.1'), to PIPDependency('OpenSSL', 'pyOpenSSL', '16.2.0'),
Able to run the gui
@izauddin wrong way to requirements.py
right way is w3af/w3af/core/controllers/dependency_check/requirements.py
However I can't run w3af_gui, got:
./w3af_gui
Traceback (most recent call last):
File "./w3af_gui", line 110, in
But I can run w3af_console
Hi,
I tried to run w3af_gui after cloning it from git. But it said I have to installed python-pip and python-devel. Both this package has been install in my OS. How to make w3af working ? When I try to run either the console or gui it give the following messages . I'm installing w3af using this command => git clone --depth 1 https://github.com/andresriancho/w3af.git
====================== [w3af]# ./w3af_gui w3af's requirements are not met, one or more third-party libraries need to be installed.
On fedora systems please install the following operating system packages before running the pip installer: sudo yum install python-pip python-devel
A script with these commands has been created for you at /tmp/w3af_dependency_install.sh [root@devops w3af]# ./w3af_console w3af's requirements are not met, one or more third-party libraries need to be installed.
On fedora systems please install the following operating system packages before running the pip installer: sudo yum install python-pip python-devel
A script with these commands has been created for you at /tmp/w3af_dependency_install.sh [w3af]#
========================
My Linux distribution release is => Fedora release 26 (Twenty Six) My Python version is => Python 2.7.13
pipfreeze.txt w3af_dependency_install.sh.txt
Rgds Din