Remote, Local, One-liner scan
Vuls has three modes of scan methods: remote scan mode and local scan mode and One-liner scan mode.
Remote scan mode
Remote scan mode connect to the scan target server via SSH and scan by issuing some commands.
Local scan mode
Local scan mode does not via SSH, but it runs commands directly on the local host for scanning.
One-liner scan mode
Start vuls in server mode beforehand. Execute package manager command such as rpm, deb etc on the scan target server and then send the result to the vuls server with curl. The scan result is returned with json.