Webcrawlers
Source: HTB Academy
Scrapy
Scrapy is a versatile and scalable Python framework for building custom web crawlers. It provides rich features for extracting structured data from websites, handling complex crawling scenarios, and automating data processing. Its flexibility makes it ideal for tailored reconnaissance tasks.
ReconSpider
Below is usage of HTB version
The spider will crawl the target and collect valuable information. After running ReconSpider.py, the data will be saved in a JSON file, results.json. This file can be explored using any text editor.
Original ReconSpider here
Hackthebox version of reconspider here
Last updated