andresriancho / w3af

w3af: web application attack and audit framework, the open source web vulnerability scanner.
http://w3af.org/
4.52k stars 1.21k forks source link

Attribute Error: 'NoneType' object has no attribute 'add_password' #18296

Open immortalsolitude opened 4 years ago

immortalsolitude commented 4 years ago

Python version: 2.7.17 (default, Oct 19 2019, 23:36:22) [GCC 9.2.1 20191008] 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: 1910600684 - 04 Nov 2019 11:40 Branch: master Local changes: No Author: Andres Riancho and the w3af team.Traceback (most recent call last): File "/root/w3af/w3af/core/ui/gui/confpanel.py", line 244, in _save_panel SetOptionsWrapper(plugin.set_options, self.options) File "/root/w3af/w3af/core/ui/gui/helpers.py", line 205, in call return func(*args, **kwargs) File "/root/w3af/w3af/core/data/url/opener_settings.py", line 648, in set_options self.set_basic_auth(bauth_domain, bauth_user, bauth_pass) File "/root/w3af/w3af/core/data/url/opener_settings.py", line 326, in set_basic_auth self._password_mgr.add_password(None, domain, username, password) AttributeError: 'NoneType' object has no attribute 'add_password'

PseudoSsiah commented 4 years ago

Did you ever find a workaround for this?

(Fix: https://github.com/andresriancho/w3af/commit/ac83ce763085379c7b914205687ecb2565c324f5)