Bug 24521 - w3af do not open
Summary: w3af do not open
Status: RESOLVED WONTFIX
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Guillaume Rousse
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-16 02:17 CET by padula
Modified: 2019-05-08 10:32 CEST (History)
2 users (show)

See Also:
Source RPM: w3af.noarch
CVE:
Status comment:


Attachments

Description padula 2019-03-16 02:17:32 CET
w3af do not open:


w3af.noarch version 1.5:


installed by mcc the application
w3af and w3af-gui

and edited by the terminal:
# w3af_console

and the terminal returns ....

[root @ localhost marcio] # w3af_console
Traceback (most recent call last):
  File "/ usr / share / w3af / w3af_console", line 21, in <module>
    from core.ui.console.console_ui import ConsoleUI
  File "/usr/share/w3af/core/ui/console/console_ui.py", line 42, in <module>
    from core.controllers.w3afCore import w3afCore
  File "/usr/share/w3af/core/controllers/w3afCore.py", line 36, in <module>
    from core.controllers.core_helpers.strategy import w3af_core_strategy
  File "/usr/share/w3af/core/controllers/core_helpers/strategy.py", line 30, in <module>
    from core.data.url.extended_urllib import MAX_ERROR_COUNT
  File "/usr/share/w3af/core/data/url/extended_urllib.py", line 45, in <module>
    from core.data.parsers.HTTPRequestParser import HTTPRequestParser
  File "/usr/share/w3af/core/data/parsers/HTTPRequestParser.py", line 26, in <module>
    from core.data.request.factory import create_fuzzable_request_from_parts
  File "/usr/share/w3af/core/data/request/factory.py", line 29, in <module>
    import core.data.parsers.parser_cache as parser_cache
  File "/usr/share/w3af/core/data/parsers/parser_cache.py", line 26, in <module>
    import core.data.parsers.document_parser as DocumentParser
  File "/usr/share/w3af/core/data/parsers/document_parser.py", line 25, in <module>
    from core.data.parsers.pdf import PDFParser, pdf_to_text
  File "/usr/share/w3af/core/data/parsers/pdf.py", line 26, in <module>
    from pdfminer.pdfinterp import PDFResourceManager, PDFPageInterpreter, process_pdf
ImportError: can not import name process_pdf


and as we have seen this with problem in dependence
pdfminer.

I installed the terminal

#dnf install python-pdfminer

and the problem continues :(

how should I proceed to open w3af?

I checked the link: https://ask.fedoraproject.org/en-us/question/103817/uniscan-e-w3af-scanning-and-vulnerability-audience-web-no-fedora-25/

but I did not succeed?
Frédéric "LpSolit" Buclin 2019-05-08 01:28:06 CEST

Component: Bugzilla => RPM Packages
Assignee: sysadmin-bugs => bugsquad
Product: Infrastructure => Mageia
Version: unspecified => Cauldron

Comment 1 David GEIGER 2019-05-08 04:24:46 CEST
Assigning to the registered maintainer!

Assignee: bugsquad => guillomovitch
CC: (none) => geiger.david68210

Comment 2 Guillaume Rousse 2019-05-08 10:32:37 CEST
w3af has been removed from Cauldron in March, as it was difficult to maintain, and relying on obsolete webkit1.

Resolution: (none) => WONTFIX
Status: NEW => RESOLVED


Note You need to log in before you can comment on or make changes to this bug.