owasp-amass / amass

In-depth attack surface mapping and asset discovery
https://owasp.org/www-project-amass/
Other
11.63k stars 1.85k forks source link

Path to the text output file flag (-o) is not working #958

Open riramar opened 11 months ago

riramar commented 11 months ago

You can reproduce the issue with the commands below. I can see the results in DB but the text output file is blank. I'm assuming a lot of people are using the -o flag for automation and now it seems to be broken.

ubuntu@zion:~$ amass enum --passive -d vulnweb.com -o out.txt
Passive mode does not generate output during the enumeration
        Obtain your list of FQDNs using the following command:
        amass db -names -d vulnweb.com

The enumeration has finished
ubuntu@zion:~$ cat out.txt
ubuntu@zion:~$ amass db -names -d vulnweb.com
doon.vulnweb.com
demo.vulnweb.com
lesbos.vulnweb.com
...