Hello,
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.
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 importinstructions 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.