SPartan
SPartan copied to clipboard
Error when running in Kali
Hello,
I'm trying to run Spartan in Kali 2018.4 and i get the following error :
SPartan.py:733: SyntaxWarning: name 'authed' is assigned to before global declaration
global authed
Traceback (most recent call last):
File "SPartan.py", line 25, in
Please advise
i am getting the same error
I solved it by doing the following:
pip install --upgrade beautifulsoup4
pip install --upgrade html5lib can solve this issue
https://github.com/MayankPandey01/Sparty-2.0