future-architect / vuls

Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
https://vuls.io/
GNU General Public License v3.0
11k stars 1.16k forks source link

Allow printing out report from (curl) one-liner scan with vuls (without need of vulnerabilityDBs) #924

Open Hi-Fi opened 4 years ago

Hi-Fi commented 4 years ago

Currently there's possiblity to make "one-liner scan" of system using curl (https://vuls.io/docs/en/usage-server.html). Issue is, that received JSON can't be displayed nicely with application, because application always want's to get the data from vulnerability DB (even there's everything needed in the JSON returned by vuls server).

Jiab77 commented 3 years ago

In fact you can display the received JSON data with jq, I'm using the created file as a test for my scanning script, you can see the code here and here.

I should probably add this feature to my script... 🤔