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
I'm getting this error when trying to connect to an agent:
Traceback (most recent call last):
File "./weevely.py", line 99, in <module>
main(arguments)
File "./weevely.py", line 39, in main
password = arguments.password
File "/root/tools/weevely3/core/sessions.py", line 225, in __init__
saved_url = sessiondb.get('url')
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
I'm getting this error when trying to connect to an agent:
The text was updated successfully, but these errors were encountered: