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
Traceback (most recent call last):
File "weevely.py", line 98, in
main(arguments)
File "weevely.py", line 38, in main
password = arguments.password
File "/jOSEPH/Downloads/weevely3/core/sessions.py", line 223, in init
saved_url = sessiondb.get('url')
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
raceback (most recent call last):
File "weevely.py", line 2, in
from core.terminal import Terminal
File "/jOSEPH/Downloads/weevely3/core/terminal.py", line 6, in
from core.module import Status
File "/jOSEPH/Downloads/weevely3/core/module.py", line 14, in
from core.vectorlist import VectorList
File "/jOSEPH/Downloads/weevely3/core/vectorlist.py", line 15, in
from core.vectors import Os
File "/jOSEPH/Downloads/weevely3/core/vectors.py", line 11, in
from mako.template import Template
ModuleNotFoundError: No module named 'mako'
Traceback (most recent call last):
File "weevely.py", line 98, in
main(arguments)
File "weevely.py", line 38, in main
password = arguments.password
File "/jOSEPH/Downloads/weevely3/core/sessions.py", line 223, in init
saved_url = sessiondb.get('url')
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered: