QScanner supports output inventory in the following formats:
--format db
is used or any mode other than inventory-only
is provided. QScanner generates an LZMA compressed db file. This can be uncompressed using unxz Linux utility.--format json
is used. This is enabled by default.To generate inventory in multiple output formats, use --format
flag. All the output files are saved in the output directory.
The default output directory is $USER_HOME_DIR/qualys/qscanner/data/
.
This can be overridden using --output-dir
flag.