Results 1 to 7 of 7

Thread: w3af can't workable

  1. #1
    Join Date
    2013-Apr
    Posts
    182

    w3af can't workable

    w3af
    Traceback (most recent call last):
    File "/usr/share/w3af/w3af_gui", line 97, in <module>
    _main()
    File "/usr/share/w3af/w3af_gui", line 93, in _main
    sys.exit(main())
    File "/usr/share/w3af/w3af_gui", line 87, in main
    from w3af.core.ui.gui.main import main as gui_main
    File "/usr/share/w3af/w3af/core/ui/gui/main.py", line 38, in <module>
    from w3af.core.controllers.w3afCore import w3afCore
    File "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 36, in <module>
    from w3af.core.controllers.core_helpers.strategy import w3af_core_strategy
    File "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 30, in <module>
    from w3af.core.data.url.extended_urllib import MAX_ERROR_COUNT
    File "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 38, in <module>
    import opener_settings
    File "/usr/share/w3af/w3af/core/data/url/opener_settings.py", line 39, in <module>
    from w3af.core.data.url.handlers.gzip_handler import HTTPGzipProcessor
    File "/usr/share/w3af/w3af/core/data/url/handlers/gzip_handler.py", line 28, in <module>
    from w3af.core.data.url.handlers.cache import SQLCachedResponse
    File "/usr/share/w3af/w3af/core/data/url/handlers/cache.py", line 24, in <module>
    from w3af.core.data.url.handlers.cache_backend.db import SQLCachedResponse
    File "/usr/share/w3af/w3af/core/data/url/handlers/cache_backend/db.py", line 26, in <module>
    from w3af.core.data.db.history import HistoryItem
    File "/usr/share/w3af/w3af/core/data/db/history.py", line 27, in <module>
    import msgpack
    File "/usr/local/lib/python2.7/dist-packages/msgpack/__init__.py", line 3, in <module>
    from msgpack._msgpack import *
    ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/lib/python2.7/dist-packages/msgpack/_msgpack.so)

  2. #2
    Code:
    ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/lib/python2.7/dist-packages/msgpack/_msgpack.so)
    It seems that you miss de library libc.so.6
    Package: libc6 (2.13-38+deb7u1) - wheezy

  3. #3
    Join Date
    2013-Apr
    Posts
    182
    strings /lib/x86_64-linux-gnu/libc.so.6 |grep GLIBC_
    GLIBC_2.2.5
    GLIBC_2.2.6
    GLIBC_2.3
    GLIBC_2.3.2
    GLIBC_2.3.3
    GLIBC_2.3.4
    GLIBC_2.4
    GLIBC_2.5
    GLIBC_2.6
    GLIBC_2.7
    GLIBC_2.8
    GLIBC_2.9
    GLIBC_2.10
    GLIBC_2.11
    GLIBC_2.12
    GLIBC_2.13
    GLIBC_PRIVATE



    it is not support GLIBC_2.14

  4. #4
    Join Date
    2013-Apr
    Posts
    182
    /lib/x86_64-linux-gnu/libc.so.6

    It is available

  5. #5
    Join Date
    2014-May
    Posts
    4
    how did you install w3af?

  6. #6
    Join Date
    2013-Apr
    Posts
    182
    git clone

    and git pull

    followed by the w3af.org

  7. #7
    Join Date
    2013-Apr
    Posts
    182
    root@debian:~# apt-get remove --purge w3af
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    libgtksourceview2.0-0 libgtksourceview2.0-common openjdk-7-jre-lib
    python-async python-bitarray python-bloomfilter python-bloomfiltermmap
    python-clamd python-cluster python-concurrent.futures python-d2to1
    python-esmre python-git python-gitdb python-gtksourceview2
    python-guess-language python-halberd python-nltk python-ntlm python-pdfminer
    python-phply python-ply python-pygithub python-pypdf python-smmap python-svn
    python-webkit python-xdot w3af-console
    Use 'apt-get autoremove' to remove them.
    The following packages will be REMOVED:
    w3af*
    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
    After this operation, 1,081 kB disk space will be freed.
    Do you want to continue [Y/n]? Y
    (Reading database ... 400408 files and directories currently installed.)
    Removing w3af ...
    Purging configuration files for w3af ...
    Processing triggers for menu ...
    Processing triggers for desktop-file-utils ...
    Processing triggers for gnome-menus ...
    root@debian:~# W3AF
    bash: W3AF: command not found
    root@debian:~# w3af
    /usr/bin/python: can't open file '/usr/share/w3af/w3af_console': [Errno 2] No such file or directory
    root@debian:~# apt-get install w3af
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following package was automatically installed and is no longer required:
    openjdk-7-jre-lib
    Use 'apt-get autoremove' to remove it.
    The following NEW packages will be installed:
    w3af
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0 B/415 kB of archives.
    After this operation, 1,081 kB of additional disk space will be used.
    Selecting previously unselected package w3af.
    (Reading database ... 400246 files and directories currently installed.)
    Unpacking w3af (from .../w3af_1.6.0.2-0kali2_all.deb) ...
    Processing triggers for desktop-file-utils ...
    Processing triggers for gnome-menus ...
    Processing triggers for menu ...
    Setting up w3af (1.6.0.2-0kali2) ...
    Processing triggers for menu ...
    root@debian:~# w3af
    Traceback (most recent call last):
    File "/usr/share/w3af/w3af_gui", line 12, in <module>
    from w3af.core.ui.gui.dependency_check.dependency_check import dependency_check
    ImportError: No module named w3af.core.ui.gui.dependency_check.dependency_check
    root@debian:~#

Similar Threads

  1. Replies: 2
    Last Post: 2017-01-22, 05:22
  2. optirun glxspheres don't workable
    By when123 in forum General Archive
    Replies: 1
    Last Post: 2016-02-02, 08:44
  3. Replies: 12
    Last Post: 2014-03-14, 22:41
  4. openvas can't workable
    By when123 in forum General Archive
    Replies: 13
    Last Post: 2013-05-15, 21:02
  5. alt+ctrl+f1 logout but can't workable for startx
    By when123 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2013-04-22, 04:14

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •