JohnClarke
JohnClarke
@Jeandelanou I have hit the same issue. Have you solved this?
@ipatrol Thanks. No more errors!! Now to return some results. Do you guys know of any test domains that Maltego can be pointed at other than creating my own vm...
@abreksa4 Have you resolved this issue? I'm having a similar issue when canari install-package sploitego
I have a similar issue when running `exploit/windows/smb/psexec` Disregard my comment @DanMcInerney
@allfro Is this user error on my part? I installed canari and sploitego from tar as in Ubuntu video as easy_install doesn't run due to missing packages on pypi
@allfro I have found a hack to bypass this. `os.popen("whoami").read()` I then hit an error on `user = pwd.getpwnam(login) keyerror: 'getpwnam(): name not found: root\n'.` I bypassed this by hard...
@allfro Thanks. Great tool