wpscanteam / wpscan

WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites. Contact us via contact@wpscan.com
https://wpscan.com/wordpress-cli-scanner
Other
8.54k stars 1.26k forks source link

JSON lines #1828

Open ocervell opened 8 months ago

ocervell commented 8 months ago

It would be nice to have a -f jsonl flag to output JSON in real-time in the console.

Currently when passing the -f json we need to wait till the end of the run to have the report and nothing is printed in the console meanwhile.

This would allow consuming the tool's output in real-time with other tools like jq.

What do you think ?