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 - BaseFrameworkException: Invalid query string configured by user. #18895

Open
1d3df9903ad opened this issue Mar 1, 2024 · 0 comments

Comments

@1d3df9903ad
Copy link

Version Information

  Python version: 2.7.15+ (default, Feb  3 2019, 13:13:16) [GCC 8.2.0]
  Platform: Kali kali-rolling kali-rolling
  GTK version: 2.24.32
  PyGTK version: 2.24.0
  w3af version:
    w3af - Web Application Attack and Audit Framework
    Version: 2019.1.2
    Revision: 0b9aaa42fb - 18 Feb 2019 11:54
    Branch: master
    Local changes: Yes
    Author: Andres Riancho and the w3af team.

Traceback

Traceback (most recent call last):
  File "/usr/local/src/w3af/w3af/core/ui/gui/pluginconfig.py", line 457, in configure_plugin
    self.config_panel.config(self, plugin, longdesc)
  File "/usr/local/src/w3af/w3af/core/ui/gui/pluginconfig.py", line 139, in config
    newwidg = OptionsPanel(plugin_tree, plugin, title, longdesc)
  File "/usr/local/src/w3af/w3af/core/ui/gui/pluginconfig.py", line 81, in __init__
    plugin, save_btn, rvrt_btn)
  File "/usr/local/src/w3af/w3af/core/ui/gui/confpanel.py", line 57, in __init__
    options = plugin.get_options()
  File "/usr/local/src/w3af/w3af/plugins/crawl/open_api.py", line 382, in get_options
    o = opt_factory('query_string_auth', self._query_string_auth, d, QUERY_STRING, help=h)
  File "/usr/local/src/w3af/w3af/core/data/options/opt_factory.py", line 74, in opt_factory
    tabid=tabid)
  File "/usr/local/src/w3af/w3af/core/data/options/baseoption.py", line 43, in __init__
    self.set_value(default_value)
  File "/usr/local/src/w3af/w3af/core/data/options/query_string_option.py", line 40, in set_value
    self._value = self.validate(value)
  File "/usr/local/src/w3af/w3af/core/data/options/query_string_option.py", line 47, in validate
    raise BaseFrameworkException(msg)
BaseFrameworkException: Invalid query string configured by user.
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