DanMcInerney / xsscrapy

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

Can't run after cloning successfully. Help! #81

Open spacezero20 opened 10 months ago

spacezero20 commented 10 months ago

┌──(garrettg㉿kali)-[~/xsscrapy] └─$ sudo python3 xsscrapy.py -u coinbase.com Traceback (most recent call last): File "/home/garrettg/xsscrapy/xsscrapy.py", line 4, in from scrapy.cmdline import execute ModuleNotFoundError: No module named 'scrapy'

What am I doing wrong here?

decidedlygray commented 10 months ago

My first guess would be you didn't install the required packages. If you want to create a virtual environment then do that first, but then: pip install -r requirements.txt

decidedlygray commented 10 months ago

Probably also worth noting that this project hasn't been updated to Python3. There are other tickets and Pull Requests open around how to get it working with Python3