FinalRecon icon indicating copy to clipboard operation
FinalRecon copied to clipboard

Modify results directory

Open kenseilabs opened this issue 2 years ago • 2 comments

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

kenseilabs avatar Aug 08 '22 15:08 kenseilabs

@kenseilabs can you elaborate the issue ?

thewhiteh4t avatar Aug 08 '22 15:08 thewhiteh4t

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

BerenBoden avatar May 04 '23 22:05 BerenBoden