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
after installing (either manually or using the install.sh script), here is the output I get when running portia:
Traceback (most recent call last):
File "./portia.py", line 12, in <module>
from modules import ms08_067
ImportError: No module named modules
I have to manually edit portia.py and comment out the from modules import instructions to be able to start portia. I'm running on Kali. Could you help me figure out the solution to this? Thank you very much.
The text was updated successfully, but these errors were encountered:
ms08_067 is in deps/ not modules. So you gotta just change the word modules to deps. But ms17_010 doesn't exist so you gotta comment out that line and references to it. I made these changes in a PR.
Hello,
after installing (either manually or using the install.sh script), here is the output I get when running portia:
I have to manually edit portia.py and comment out the
from modules import
instructions to be able to start portia. I'm running on Kali. Could you help me figure out the solution to this? Thank you very much.The text was updated successfully, but these errors were encountered: