Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location of saved #181

Open
wizhardhacker1 opened this issue Sep 23, 2021 · 2 comments
Open

Location of saved #181

wizhardhacker1 opened this issue Sep 23, 2021 · 2 comments

Comments

@wizhardhacker1
Copy link

What is the location that results are saved I am not finding any

@bstivers
Copy link

bstivers commented Dec 10, 2021

Running locally

from the wiki

Specify output directory

Option: -o or --output | Default: domain name of target

Photon saves the results in a directory named after the domain name of the target but you can overwrite this behavior by using this option.

python photon.py -u "http://example.com" -o "mydir"

So the results folder would be in your root project folder under the domain name you scraped.


Running via Docker

from the README.md

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:

$ docker run -it --name photon -v "$PWD:/Photon/google.com" photon:latest -u google.com

@y0himba
Copy link

y0himba commented Oct 23, 2022

I have this same issue. Using 'Everything' under Windows 10, I cannot find even the beginning folder of /Photon/Google.com

Here is what I tried to create a local directory under Wndows in the repo folder.

  1. Copy and paste docker run -it --name photon -v "$PWD:/Photon/google.com" photon:latest -u google.com
  2. Edit out the $PWD to create a Windows folder locally with the results. It'll look like docker run -it --name photon -v "/Photon/google.com" photon:latest -u google.com
  3. Edit the "/Photon/google.com" bit to my fully qualified path. Example: docker run -it --name photon -v "C:/tools/Photon/google.com" photon:latest -u google.com

Named it something other than "Photon" since that is already in use by my previous attempts.

Final result: docker run -it --name photon1 -v "C:/tools/Photon/google.com" photon:latest -u google.com

Still cannot find the folder anywhere on this machine, even giving it unique names to stand in using Everything search.

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants