Skip to main content

Tools

ToolFunctionURLLevel
PhotonUltra-fast crawlerhttps://github.com/s0md3v/PhotonIntermediate
ScrapyComplete frameworkhttps://scrapy.orgAdvanced
PlaywrightBrowser automationhttps://playwright.devAdvanced
SeleniumClassic automationhttps://www.selenium.devIntermediate
Beautiful SoupHTML/XML parserhttps://www.crummy.com/software/BeautifulSoupBasic

Basic Photon script

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

Build docs developers (and LLMs) love