Arsenly_OSINTby XowiaLabs

Web Scraping

Investigation Techniques
Browse the interactive, filterable tools for this domainOpen tools →
Tool Function URL Level
Photon Ultra-fast crawler https://github.com/s0md3v/Photon Intermediate
Scrapy Complete framework https://scrapy.org Advanced
Playwright Browser automation https://playwright.dev Advanced
Selenium Classic automation https://www.selenium.dev Intermediate
Beautiful Soup HTML/XML parser https://www.crummy.com/software/BeautifulSoup Basic

Basic Photon script:

python photon.py -u https://target.com \
  --export=json \
  --dns \
  --keys \
  --threads 10