View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005008 | Kali Linux | [All Projects] New Tool Requests | public | 2018-09-23 07:36 | 2021-05-18 11:07 |
Reporter | D3V | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | closed | Resolution | duplicate | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0005008: Photon : Crawler designed for OSINT | ||||
Description | Name: Photon Version: 1.4.4 Homepage: https://github.com/s0md3v/Photon Author: Somdev Sangwan <s0md3v@gmail.com> 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: - git clone https://github.com/s0md3v/Photon - cd Photon - python3 photon.py --help 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 | ||||
|
|
|
[Update] Photon v1.1.5 release - Minor bug fixes - Better host parsing - Interactive HTTP header input prompt |
|
@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 |
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 | View Revisions |
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 |