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
425 stars 100 forks source link

File "ptf.py", line 9,from core.excute import main #4

Open hkxueqi opened 4 years ago

hkxueqi commented 4 years ago

root@seckali:/opt/Pentest# ptf Traceback (most recent call last): File "ptf.py", line 9, in from core.excute import main File "/opt/Pentest/core/init.py", line 5, in import menu File "/opt/Pentest/core/menu.py", line 5, in from ptf import main File "/opt/Pentest/ptf.py", line 9, in from core.excute import main File "/opt/Pentest/core/excute.py", line 5, in from core.exploit import clean File "/opt/Pentest/core/exploit.py", line 16, in from terminaltables import DoubleTable ImportError: No module named terminaltables

python2 install.py && ptf

Ethhunt commented 4 years ago

anyone ever figured out what the issue was with acquiring this error?

StefanPengs commented 3 years ago

just install python3-terminaltables, that should do it