SECFORCE / sparta

Network Infrastructure Penetration Testing Tool
GNU General Public License v3.0
1.61k stars 445 forks source link

problems to run sparta #118

Closed X-n3t closed 4 years ago

X-n3t commented 4 years ago

I can't run sparta in new version of Parrot

imagen Do you think in a new release? Thanks.

XxTheJanit0rxX commented 4 years ago

Hello Friend, I ran into the same issues trying to get Sparta to run until I found the fork. https://hakin9.org/legion-open-source-network-penetration-testing-tool/ If you are running Kali Linux a simple 'apt-get install legion -y ' will get you up and running.

I hope you find this helpful.

X-n3t commented 4 years ago

Thank you friend, in Parrot you need to do git clone and install manually some dependencies that aren't in requirements. And then execute startlegion.sh

st3r30byt3 commented 4 years ago

We've ported SPARTA to Python3 and PyQt5. It should run on the latest Kali and hopefully Parrot if you install the requirements described in the README file.

You can get it from the dev branch here: https://github.com/SECFORCE/sparta/tree/dev

If you find any bugs, please create another issue and we'll have a look asap.