Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto-Generated] Bug Report - #18908

Open
1d3df9903ad opened this issue Jun 17, 2024 · 0 comments
Open

[Auto-Generated] Bug Report - #18908

1d3df9903ad opened this issue Jun 17, 2024 · 0 comments

Comments

@1d3df9903ad
Copy link

Version Information

  Python version: 2.7.17 (default, Sep 30 2020, 13:38:04) [GCC 7.5.0]
  Platform: Ubuntu 18.04 bionic
  GTK version: 2.24.32
  PyGTK version: 2.24.0
  w3af version:
    w3af - Web Application Attack and Audit Framework
    Version: 2019.1.2
    Revision: 1910600684 - 04 Nov 2019 11:40
    Branch: master
    Local changes: No
    Author: Andres Riancho and the w3af team.

Traceback

Traceback (most recent call last):
  File "/home/user/tools/w3af/w3af/core/ui/gui/pluginconfig.py", line 698, in _advanced_target
    {"target": url})
  File "/home/user/tools/w3af/w3af/core/ui/gui/confpanel.py", line 369, in __init__
    ConfigDialog.__init__(self, title, w3af, plugin, overwriter)
  File "/home/user/tools/w3af/w3af/core/ui/gui/confpanel.py", line 306, in __init__
    rvrt_btn, overwriter)
  File "/home/user/tools/w3af/w3af/core/ui/gui/confpanel.py", line 69, in __init__
    opt.set_value(overwriter[opt.get_name()])
  File "/home/user/tools/w3af/w3af/core/data/options/url_list_option.py", line 33, in set_value
    return super(URLListOption, self).set_value(value)
  File "/home/user/tools/w3af/w3af/core/data/options/list_option.py", line 58, in set_value
    self._value = self.validate(value)
  File "/home/user/tools/w3af/w3af/core/data/options/url_list_option.py", line 36, in validate
    parsed_list = super(URLListOption, self).validate(value)
  File "/home/user/tools/w3af/w3af/core/data/options/list_option.py", line 78, in validate
    raise BaseFrameworkException(msg % args)
BaseFrameworkException: Invalid list specified in user configuration: "http://insecure.local:8080/insecure/public/Login.jsp
". Examples of valid list specifications are:

 - a,b,c
 - a,"b c",d
 - 'a','b c','d'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant