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

Modify results directory #55

Closed
kenseilabs opened this issue Aug 8, 2022 · 2 comments
Closed

Modify results directory #55

kenseilabs opened this issue Aug 8, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@kenseilabs
Copy link

I couln't find how to redirect the results to another folder without still using de default one.

@thewhiteh4t
Copy link
Owner

@kenseilabs can you elaborate the issue ?

@BerenBoden
Copy link

BerenBoden commented May 4, 2023

@kenseilabs can you elaborate the issue ?

I think they are talking about using the -o option for exporting to a file that is not the default export, at the moment it is exporting to this path:
/home/user/.local/share/finalrecon/dumps/fr_example.com_04-05-2023_21:21:31

However, I get an issue when using the -o option to try and export to a different directory:

Traceback (most recent call last):
  File "/home/user/FinalRecon/finalrecon.py", line 216, in <module>
    dnsrec(domain, output, data)
  File "/home/user/FinalRecon/modules/dns.py", line 72, in dnsrec
    export(output, data)
  File "/home/user/FinalRecon/modules/export.py", line 12, in export
    if output['export'] is True:
KeyError: 'export'

@thewhiteh4t thewhiteh4t added the enhancement New feature or request label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants