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 - NoSuchTableException: no such table: knowledge_base_sndHYuAErjOxfwRIDrbMztxvcbvRFM #18896

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/main.py", line 612, in start_scan_wrap
    real_scan_start()
  File "/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 603, in real_scan_start
    self.w3af.start()
  File "/usr/local/src/w3af/w3af/core/controllers/w3afCore.py", line 297, in start
    self.scan_end_hook()
  File "/usr/local/src/w3af/w3af/core/controllers/w3afCore.py", line 491, in scan_end_hook
    om.manager.end_output_plugins()
  File "/usr/local/src/w3af/w3af/core/controllers/output_manager/manager.py", line 316, in end_output_plugins
    self.__end_output_plugins_impl()
  File "/usr/local/src/w3af/w3af/core/controllers/output_manager/manager.py", line 342, in __end_output_plugins_impl
    o_plugin.end()
  File "/usr/local/src/w3af/w3af/plugins/output/csv_file.py", line 53, in end
    self.flush()
  File "/usr/local/src/w3af/w3af/plugins/output/csv_file.py", line 81, in flush
    for info in kb.kb.get_all_findings_iter():
  File "/usr/local/src/w3af/w3af/core/data/kb/knowledge_base.py", line 254, in get_all_findings_iter
    for finding in self.get_all_entries_of_class_iter(klass, exclude_ids):
  File "/usr/local/src/w3af/w3af/core/data/kb/knowledge_base.py", line 674, in get_all_entries_of_class_iter
    results = self.db.select(query, parameters=exclude_ids)
  File "/usr/local/src/w3af/w3af/core/data/db/dbms.py", line 74, in inner_verify_started
    return meth(self, *args, **kwds)
  File "/usr/local/src/w3af/w3af/core/data/db/dbms.py", line 156, in select
    return future.result()
  File "/usr/lib/python2.7/dist-packages/concurrent/futures/_base.py", line 462, in result
    return self.__get_result()
  File "/usr/lib/python2.7/dist-packages/concurrent/futures/_base.py", line 414, in __get_result
    raise exception_type, self._exception, self._traceback
NoSuchTableException: no such table: knowledge_base_sndHYuAErjOxfwRIDrbMztxvcbvRFM
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