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: All parameters are required and can't be empty. The missing parameters are username, password, check_string #18906

Open
1d3df9903ad opened this issue May 8, 2024 · 0 comments

Comments

@1d3df9903ad
Copy link

Version Information

  Python version: 2.7.17 (default, Nov  7 2019, 10:07:09) [GCC 7.4.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/tabs/exploit/exploits.py", line 86, in _changed_selection
    exploit = self.get_selected_exploit()
  File "/home/user/tools/w3af/w3af/core/ui/gui/tabs/exploit/exploits.py", line 114, in get_selected_exploit
    plugin = self.get_plugin_inst(path)
  File "/home/user/tools/w3af/w3af/core/ui/gui/tabs/exploit/exploits.py", line 184, in get_plugin_inst
    plugin = self.w3af.plugins.get_plugin_inst("attack", pname)
  File "/home/user/tools/w3af/w3af/core/controllers/core_helpers/plugins.py", line 293, in get_plugin_inst
    self.init_plugins()
  File "/home/user/tools/w3af/w3af/core/controllers/core_helpers/plugins.py", line 103, in init_plugins
    self.plugin_factory()
  File "/home/user/tools/w3af/w3af/core/controllers/core_helpers/plugins.py", line 418, in plugin_factory
    self.create_instances()
  File "/home/user/tools/w3af/w3af/core/controllers/core_helpers/plugins.py", line 391, in create_instances
    plugin_name)
  File "/home/user/tools/w3af/w3af/core/controllers/core_helpers/plugins.py", line 289, in get_plugin_inst
    plugin_inst.set_options(custom_options)
  File "/home/user/tools/w3af/w3af/plugins/auth/autocomplete.py", line 330, in set_options
    raise BaseFrameworkException(msg % ', '.join(missing_options))
BaseFrameworkException: All parameters are required and can't be empty. The missing parameters are username, password, check_string
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