Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Create install_fix.sh - #5

Open
antoniomendez93 wants to merge 1 commit into
SpiderLabs:masterfrom
antoniomendez93:patch-1
Open

Create install_fix.sh#5
antoniomendez93 wants to merge 1 commit into
SpiderLabs:masterfrom
antoniomendez93:patch-1

Conversation

@antoniomendez93

Copy link
Copy Markdown

#The change of directory (cd impacket) was missing, it causes an execution error.

./portia.py
Traceback (most recent call last):
File "./portia.py", line 6, in
from deps.psexec import *
File "/opt/portia/deps/psexec.py", line 26, in
from impacket.examples import logger
ImportError: No module named impacket.examples

#The change of directory (cd impacket) was missing, it causes an execution error.

./portia.py 
Traceback (most recent call last):
  File "./portia.py", line 6, in <module>
    from deps.psexec import *
  File "/opt/portia/deps/psexec.py", line 26, in <module>
    from impacket.examples import logger
ImportError: No module named impacket.examples
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant