Back to skills
extension
Category: Data & AnalyticsNo API key required

Photon 高速 OSINT 网络爬虫和数据提取器

Photon 是一款专为 OSINT 作战打造的超快速 Python 网页爬虫。它能够从目标网站中提取 URL、电子邮件、社交媒体账号、文件、密钥、JavaScript 端点和子域名,具有多线程高效性。

personAuthor: user_3c6cb52ehubcommunity

Photon 高速 OSINT 网络爬虫和数据提取器

Photon is a blazing-fast Python web crawler purpose-built for OSINT operations. It extracts URLs, emails, social media accounts, files, secret keys, JavaScript endpoints, and subdomains from target websites with multithreaded efficiency.

Installation

Use the upstream install or setup path that matches your environment:

  • $ git clone https://github.com/1991513ccie-png/skills
  • $ docker build -t photon .
  • $ docker run -it --name photon photon:latest -u google.com
  • $ docker run -it --name photon -v "$PWD:/Photon/google.com" photon:latest -u google.com

Requirements and caveats from upstream:

  • Docker

  • Photon can be launched using a lightweight Python-Alpine (103 MB) Docker image.
  • To view results, you can either head over to the local docker volume, which you can find by running docker inspect photon or by mounting the target loot folder:

Basic usage or getting-started notes:

  • <a href="https://github.com/1991513ccie-png/skills">How To Use</a>

  • URLs with parameters (example.com/gallery.php?id=2)

  • The extracted information is saved in an organized manner or can be exported as json.

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/s0md3v/Photon/HEAD/README.md