返回 Skill 列表
extension
分类: 数据与分析无需 API Key

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

Photon是一个专为OSINT操作而构建的超快速Python网络爬虫。它以多线程效率从目标网站中提取URL、电子邮件、社交媒体账户、文件、密钥、JavaScript端点和子域名。

person作者: 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