Open bhuvi11 opened 3 years ago
install python-devel python -m pip install -U pip pip install -U setuptools first run 'pip install lz4==1.1.0' most problem on this step, after install rest if you have any problem try install each module separably, some time you may need '--ignore-installed' key
Hello @Sniejok , That got resolved. Thanks a lot.
Now i am facing issue in installing node packages Even after installing npm install -g retire@2.0.3 npm update -g retire
I am still getting missing installation while running ./w3af_console External programs used by w3af are not installed or were not found.Run these commands to install them on your system:
npm install -g retire@2.0.3
npm update -g retire
Can you help with this, please
you need npm Node.js Package Manager sudo yum instal npm
Hello @sniejok, Thanks a lot . i was able to install successfully. But when i try to use api using .w3af_api, the server gets up, but i get issue while running curl curl -i --globoff -H "Content-Type: application/json" -X POST -d {"target_urls": ["http://127.0.0.1:8000/audit/sql_injection/"],"scan_profile": "[grep.strange_headers]\n\n[crawl.web_spider]\nonly_forward = False\nfollow_regex = .*\nignore_regex = \n\n"} -u admin:secret https://127.0.0.1:5000/scans/ error : curl: (1) Protocol "[https" not supported or disabled in libcurl curl: (6) Could not resolve host: [grep.strange_headers]\n\n[crawl.web_spider]} curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol any help?
Hello @andresriancho, I am trying to install w3af in linux ( using aws ecs ) 1) cat w3af_dependency_install.sh
!/bin/bash
sudo pip install tblib==0.2.0 lxml==3.4.4 msgpack==0.5.6 Jinja2==2.10 vulndb==0.1.1 markdown==2.6.1 psutil==5.4.8 ds-store==1.1.2 termcolor==1.1.0 mitmproxy==0.13 ruamel.ordereddict==0.4.8 Flask==0.10.1 PyYAML==3.12 tldextract==1.7.2 pebble==4.3.8 acora==2.1 diff-match-patch==20121119 bravado-core==5.15.0 lz4==1.1.0 ipaddresses==0.0.2 subprocess32==3.5.4 npm install -g retire@2.0.3 npm update -g retire
2) pip freeze output amazon-linux-extras==2.0.0 awscli==1.18.147 Babel==0.9.6 backports.entry-points-selectable==1.1.0 backports.ssl-match-hostname==3.5.0.1 botocore==1.18.6 cffi==1.14.6 chardet==3.0.4 cloud-init==19.3 cluster==1.1.1b3 colorama==0.3.2 configobj==4.7.2 configparser==4.0.2 contextlib2==0.6.0.post1 cryptography==3.3.2 Cython==0.29.24 darts.util.lru==0.5 distlib==0.3.2 docutils==0.12 ec2-hibinit-agent==1.0.2 enum34==1.0.4 esmre==0.3.1 filelock==3.0.12 futures==3.2.0 gitdb2==2.0.6 GitPython==2.1.15 guess-language==0.2 halberd==0.2.4 hibagent==1.1.0 idna==2.4 importlib-metadata==2.1.1 importlib-resources==3.3.1 iniparse==0.4 ipaddress==1.0.16 javapackages==1.0.0 Jinja2==2.7.3 jmespath==0.9.3 jsonpatch==1.2 jsonpointer==1.9 jsonschema==2.5.1 jwcrypto==0.4.2 kitchen==1.1.1 langtable==0.0.31 lockfile==0.11.0 lxml==3.2.1 lz4==0.10.1 MarkupSafe==0.11 msgpack-python==0.5.6 ndg-httpsclient==0.4.0 nltk==3.0.1 oauthlib==2.0.1 openscap-daemon==0.1.11 pathlib2==2.3.6 pbr==5.6.0 pdfminer==20140328 phply==0.9.1 Pillow==2.0.0 platformdirs==2.0.2 ply==3.4 pyasn1==0.4.2 pybloomfiltermmap==0.3.14 pyClamd==0.4.0 pycparser==2.14 pycurl==7.19.0 PyGithub==1.21.0 pygpgme==0.3 pyliblzma==0.5.3 pyOpenSSL==18.0.0 pystache==0.5.3 python-daemon==1.6 python-dateutil==2.6.0 python-ntlm==1.0.1 pyxattr==0.5.1 PyYAML==3.10 repoze.lru==0.4 requests==2.6.0 rpm-python==4.11.3 rsa==3.4.1 s3transfer==0.3.3 scandir==1.10.0 scapy==2.4.0 setuptools-git==1.2 setuptools-scm==5.0.2 simplejson==3.10.0 singledispatch==3.6.2 six==1.9.0 smmap==3.0.5 smmap2==3.0.1 stevedore==1.32.0 typing==3.10.0.0 urlgrabber==3.10 urllib3==1.25.9 virtualenv==20.7.0 virtualenv-clone==0.5.6 virtualenvwrapper==4.8.4 vulndb==0.1.3 vulners==1.3.0 yum-langpacks==0.4.2 yum-metadata-parser==1.1.4 zipp==1.2.0
3 )python --version Python 2.7.18
Please help me with this
Thanks in advance