DanMcInerney / xsscrapy

XSS spider - 66/66 wavsep XSS detected
1.66k stars 441 forks source link

Import Error of Suppress in XSScrapy #63

Open imchiragprajapati opened 3 years ago

imchiragprajapati commented 3 years ago

Hello Sir, I have been successfully installed all the requirements without any prompt of errors. But when I am trying to Run the command i.e "./xsscrapy.py -u https://target.com It gives me an error of Import: "cannot import name suppress" Please guide !

Reagrds

image

amaravindmenon commented 3 years ago

Its because of change in Python version. There is no update done with new python and old python version packages are depreciated

ThirdEyee commented 3 years ago

I am also facing same issue, i have searched and fixed now its working smoothly, you have to use following commands one by one hopefully your issue will resolve. pip uninstall attrs pip uninstall queuelib pip install queuelib==1.5.0 Regards

scumdestroy commented 2 years ago

for some reason, the above didn't work for me, but tipped me in the right direction. (so thank you!!!) I just changed "queuelib" to "queuelib==1.5.0" in the requirements file and ran 'pip2 install -r requirements.txt' again jah bless