owasp-amass / amass

In-depth attack surface mapping and asset discovery

Home Page:https://owasp.org/www-project-amass/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amass can not output to JSON anymore?

mfocuz opened this issue · comments

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?

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

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.

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