Legion is an open source, easy-to-use, super-extensible and semi-automated network penetration testing tool that aids in discovery, reconnaissance and exploitation of information systems.
Can't install requirements.txt with pip2 while with pip3 it works fine but while execution of startLegion.sh it gives the following error:
Strap yourself in, we're starting Legion...
Python 3 bin is python (/usr/bin/python)
Pip 3 bin is pip (/usr/bin/pip)
Detected Parrot ?
Traceback (most recent call last):
File "legion.py", line 17, in <module>
from app.ProjectManager import ProjectManager
File "/home/htb-outhackthem/legion/app/ProjectManager.py", line 23, in <module>
from app.Project import Project, ProjectProperties
File "/home/htb-outhackthem/legion/app/Project.py", line 20, in <module>
from app.auxiliary import Wordlist
File "/home/htb-outhackthem/legion/app/auxiliary.py", line 21, in <module>
from PyQt5 import QtCore, QtWidgets
ModuleNotFoundError: No module named 'PyQt5'
Hi,
I'm trying to setup legion on parrot os on HTB Pwnbox instance.
Can't install
requirements.txt
with pip2 while with pip3 it works fine but while execution ofstartLegion.sh
it gives the following error:Output while installing requirements with pip2/3: