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

Amass can not output to JSON anymore? #967

Open mfocuz opened 10 months ago

mfocuz commented 10 months ago

On latest release I see this error when trying to print to JSON flag provided but not defined: -json

Looks like since version 4 this options is dissapeared, probably together with --nolocaldb

Is it intentional change?

Mr-Lazzy commented 10 months ago

Hi if you have updated your amass then it has been recently updated to v4 which doesn't support JSON file any more. Your can get the data using sqlite3 commands

mfocuz commented 9 months ago

a lot of ppl used json output to build this into pipelines, so now it becomes more "convenient" exporting data from sqlite to json. Please bring feature back, it was super useful.

NeuroWinter commented 4 months ago

I agree updating to v4 has broken almost all of my oneliners that I have used for a long time !