View Issue Details

IDProjectCategoryView StatusLast Update
0005008Kali LinuxNew Tool Requestspublic2021-05-18 11:07
ReporterD3V Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionduplicate 
Summary0005008: Photon : Crawler designed for OSINT
Description

Name: Photon
Version: 1.4.4
Homepage: https://github.com/s0md3v/Photon
Author: Somdev Sangwan <[email protected]>
License: GPL v3.0
Description: Photon is a web crawler written in python which aims at flexible data extraction.
It can be used to extract website accounts, secret keys such as API keys, endpoints from JS files, emails, strings based on custom regex pattern etc.
More information can be found on the project's homepage.

Dependencies: python > 2.6 (python > 3.1 should be preferred)
Required python Libraries: urllib3, requests, tld
Installation:

Usage Example:
To crawl a website 3 levels deep with 10 threads
python3 photon.py -u https://example.com -l 3 -t 10

To crawl with a delay of 3 seconds and enumerate subdomains:
python3 photon.py -u https://example.com -d 3 --dns

To fetch URLs from acrhive.org as seeds:
python3 photon.py -u https://example.com --wayback

A detailed documentation can be found here: https://github.com/s0md3v/Photon/wiki/Usage

Attached Files

Relationships

duplicate of 0004867 resolvedg0tmi1k Photon - Incredibly fast crawler which extracts urls, emails, files, website accounts and much more. 

Activities

D3V

D3V

2018-10-24 16:01

reporter   ~0009835

[Update] Photon v1.1.5 release

  • Minor bug fixes
  • Better host parsing
  • Interactive HTTP header input prompt
g0tmi1k

g0tmi1k

2019-12-09 13:27

administrator   ~0011620

Last edited: 2020-01-06 13:19

@kali-team, please could this be packaged up.
@author, If you want to help the packaging process, you can check the documentation here ~ https://www.kali.org/docs/development/public-packaging

Issue History

Date Modified Username Field Change
2018-09-23 07:36 D3V New Issue
2018-09-23 07:36 D3V File Added: 68747470733a2f2f696d6167652e6962622e636f2f6b515355637a2f64656d6f2e706e67.png
2018-10-24 16:01 D3V Note Added: 0009835
2019-12-09 13:27 g0tmi1k Category New Tool Requests => Queued Tool Addition
2019-12-09 13:27 g0tmi1k Note Added: 0011620
2019-12-10 11:57 g0tmi1k Severity minor => feature
2020-01-06 13:07 g0tmi1k Status new => acknowledged
2020-01-06 13:19 g0tmi1k Note Edited: 0011620
2020-06-17 12:37 g0tmi1k Relationship added duplicate of 0004867
2020-06-17 12:37 g0tmi1k Status acknowledged => closed
2020-06-17 12:37 g0tmi1k Resolution open => duplicate
2021-05-18 11:07 g0tmi1k Category Queued Tool Addition => New Tool Requests