Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run the tool #7

Open
lijinta1984 opened this issue Feb 17, 2021 · 1 comment
Open

Cannot run the tool #7

lijinta1984 opened this issue Feb 17, 2021 · 1 comment

Comments

@lijinta1984
Copy link

I have installed the tool and while running it,the following error was prompted:
Traceback (most recent call last):
File "./ptf.py", line 8, in
from core.excute import main
File "/opt/Pentest-Tools-Framework/core/init.py", line 5, in
import menu
File "/opt/Pentest-Tools-Framework/core/menu.py", line 5, in
from ptf import main
File "/opt/Pentest-Tools-Framework/ptf.py", line 8, in
from core.excute import main
File "/opt/Pentest-Tools-Framework/core/excute.py", line 5, in
from core.exploit import clean
File "/opt/Pentest-Tools-Framework/core/exploit.py", line 16, in
from terminaltables import DoubleTable
ImportError: No module named terminaltables

Any solution?

@mgargiullo
Copy link

pip install terminaltables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants