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

Remove outdated modules that broke installation #2

Closed d0gkiller87 closed 4 years ago

d0gkiller87 commented 4 years ago
baofg commented 4 years ago

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 2, in import os, sys, subprocess, bs4,signal, requests, json ImportError: No module named bs4

╰─ python -m pip install bs4 ─╯ DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: bs4 in /home/bfg/.local/lib/python2.7/site-packages (0.0.1) Requirement already satisfied: beautifulsoup4 in /home/bfg/.local/lib/python2.7/site-packages (from bs4) (4.9.0) Requirement already satisfied: soupsieve<2.0 in /home/bfg/.local/lib/python2.7/site-packages (from beautifulsoup4->bs4) (1.9.5) Requirement already satisfied: backports.functools-lru-cache; python_version < "3" in /home/bfg/.local/lib/python2.7/site-packages (from soupsieve<2.0->beautifulsoup4->bs4) (1.6.1)

d0gkiller87 commented 4 years ago

Corrected. Added BeautifulSoup back.