amass
amass copied to clipboard
Amass can not output to JSON anymore?
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 !