You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_valuereturnsuper(URLListOption, self).set_value(value)
File "/home/user/tools/w3af/w3af/core/data/options/list_option.py", line 58, in set_valueself._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 validateraise 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'
The text was updated successfully, but these errors were encountered:
Version Information
Traceback
The text was updated successfully, but these errors were encountered: