CreedX
Unknown
- Messages
- 233
- Reaction score
- 228
- Points
- 43
Photon is an OSINT tool whose main function is to extract data.
This tool can extract data from:
1. URL
2. URL by type: example.com/gallery.php?id=2
3. Email, social media accounts, etc.
4. Files (pdf, png, xml, etc.)
5. Secret keys (auth / API keys and hashes)
6. JavaScript files
7. Strings matching custom regular expression pattern
8. Subdomains and DNS related data
You will get the urls archived by archive.org using the --wayback option.
Installation on Linux
git clone https://github.com/s0md3v/Photon.git
cd Photon
docker build -t photon
Launch
docker run -it --name photon photon:latest -u google.com
To view the results, connect the target folder for them:
docker run -it --name photon -v "$ PWD: /Photon/google.com" photon: latest -u google.com
This tool can extract data from:
1. URL
2. URL by type: example.com/gallery.php?id=2
3. Email, social media accounts, etc.
4. Files (pdf, png, xml, etc.)
5. Secret keys (auth / API keys and hashes)
6. JavaScript files
7. Strings matching custom regular expression pattern
8. Subdomains and DNS related data
You will get the urls archived by archive.org using the --wayback option.
Installation on Linux
git clone https://github.com/s0md3v/Photon.git
cd Photon
docker build -t photon
Launch
docker run -it --name photon photon:latest -u google.com
To view the results, connect the target folder for them:
docker run -it --name photon -v "$ PWD: /Photon/google.com" photon: latest -u google.com