Pentest-Tools-Framework icon indicating copy to clipboard operation
Pentest-Tools-Framework copied to clipboard

Cannot run the tool

Open lijinta1984 opened this issue 4 years ago • 1 comments

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?

lijinta1984 avatar Feb 17 '21 10:02 lijinta1984

pip install terminaltables

mgargiullo avatar Dec 08 '21 22:12 mgargiullo