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
Installing Adhrit on Kali 2019.4 with all dependencies i have this error:
Traceback (most recent call last):
File "adhrit.py", line 17, in
from recons.smarser.parser import parser
File "/media/root/Mandalorian/codeX/Adhrit/recons/smarser/parser.py", line 4, in
from smalisca.core.smalisca_main import SmaliscaApp
File "/usr/local/lib/python3.7/dist-packages/smalisca/core/smalisca_main.py", line 39, in
from smalisca.controller.controller_base import BaseController
File "/usr/local/lib/python3.7/dist-packages/smalisca/controller/controller_base.py", line 40, in
class BaseController(controller.CementBaseController):
AttributeError: module 'cement.core.controller' has no attribute 'CementBaseController'
I was wondering the cement version was too new so i downgrade cement version from 3 to 2 and everything work.
I just wanted to share this with everyone that will install adhrit on new kali versioni (2019.4)
Regards!
The text was updated successfully, but these errors were encountered:
Thanks for reporting!
I guess cement versions are too unstable. A possible workaround I can see is a docker image, which I'm building right now. Will soon push it!
Installing Adhrit on Kali 2019.4 with all dependencies i have this error:
Traceback (most recent call last):
File "adhrit.py", line 17, in
from recons.smarser.parser import parser
File "/media/root/Mandalorian/codeX/Adhrit/recons/smarser/parser.py", line 4, in
from smalisca.core.smalisca_main import SmaliscaApp
File "/usr/local/lib/python3.7/dist-packages/smalisca/core/smalisca_main.py", line 39, in
from smalisca.controller.controller_base import BaseController
File "/usr/local/lib/python3.7/dist-packages/smalisca/controller/controller_base.py", line 40, in
class BaseController(controller.CementBaseController):
AttributeError: module 'cement.core.controller' has no attribute 'CementBaseController'
I was wondering the cement version was too new so i downgrade cement version from 3 to 2 and everything work.
I just wanted to share this with everyone that will install adhrit on new kali versioni (2019.4)
Regards!
The text was updated successfully, but these errors were encountered: