SECFORCE / sparta

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

Connot Run Sparta #113

Closed geospus closed 4 years ago

geospus commented 4 years ago

When trying to run sparta, it returns this result. Traceback (most recent call last): File "sparta.py", line 29, in from app.logic import File "/usr/share/sparta/app/logic.py", line 19, in from app.auxiliary import File "/usr/share/sparta/app/auxiliary.py", line 14, in import os, sys, urllib2, socket, time, datetime, locale, webbrowser, re, requests # for webrequests, screenshot timeouts, timestamps, browser stuff and regex ImportError: No module named requests

What I have to do?

pratheepan7 commented 4 years ago

Run python3 -m pip install requests

laszloatoth commented 4 years ago

Hi pratheep704, I rab the suggested command but the situation didn't changed. What I did: laci@sanyika:~$ python3 -m pip install requests Please advise. The error message exactly: laci@sanyika:~$ sparta Traceback (most recent call last): File "sparta.py", line 29, in from app.logic import File "/usr/share/sparta/app/logic.py", line 19, in from app.auxiliary import File "/usr/share/sparta/app/auxiliary.py", line 14, in import os, sys, urllib2, socket, time, datetime, locale, webbrowser, re, requests # for webrequests, screenshot timeouts, timestamps, browser stuff and regex ImportError: No module named requests

st3r30byt3 commented 4 years ago

We've ported SPARTA to Python3 and PyQt5. It should run on the latest Kali.

Just install the dependencies as detailed 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.