pikpikcu / Pentest-Tools-Framework

Pentest Tools Framework is a database of exploits, Scanners and tools for penetration testing. Pentest is a powerful framework includes a lot of tools for beginners. You can explore kernel vulnerabilities, network vulnerabilities
GNU General Public License v3.0
417 stars 101 forks source link

Cannot run the tool #7

Open lijinta1984 opened 3 years ago

lijinta1984 commented 3 years ago

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 commented 2 years ago

pip install terminaltables