Webcrawlers
Scrapy
# Install if you want to use it alone
sudo apt install python3-scrapy
# To use it with ReconSpider
mkdir webcrawlers
cd webcrawlers
python3 -m venv .
source bin/activate
pip3 install scrapyReconSpider
# Usage
python3 ReconSpider.py http://website.com
Last updated