thewhiteh4t / FinalRecon

All In One Web Recon
https://www.kali.org/tools/finalrecon/
MIT License
2.24k stars 424 forks source link

Modify results directory #55

Closed kenseilabs closed 4 months ago

kenseilabs commented 2 years ago

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

thewhiteh4t commented 2 years ago

@kenseilabs can you elaborate the issue ?

BerenBoden commented 1 year ago

@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'