ReconSpider.py web enumeration script provided by HackTheBox.
This script requires the Python library scrapy.
On Kali, you can get this by running:
sudo apt install python3-scrapyIn other distros that still utilize pip3, you may be able to install it with:
pip3 install scrapy