Skip to content

Setup vsi.properties

Markus Strehle edited this page Nov 17, 2016 · 3 revisions

If libclamsap.so and libclamdsap.so are working then you can start to define the VSI properties, e.g. profile settings for the scan.

Simple start the integrated Java SWING UI in vsi.jar and store the properties in -cfg :

java -jar vsi.jar -cfg vsi.properties

Hint: if you are connected with ssh to the linux machine, you need to forward X.

The UI has 3 main TABs

  • Configuration
  • Info
  • Test

In test you simply can test with EICAR (test-virus pattern) and Shakespear (positive pattern)

If you have several adapters loaded then you can see the infos if you switch

The configuaration is also parted into 3 sections

  • Group (represents a Virus Scan Adapter)
  • Provider (define the Adapter settings, e.g. path to library)
  • Profile (represents the application settings)

The profile section allows you to define

  • combine scan engines (products) into one application scan
  • define VSI 2.0 capabilities, e.g. check mime types and check for active content
Clone this wiki locally