Generates signatures for phpMussel using main.cvd and daily.cvd from ClamAV.
Generates signatures for phpMussel using main.cvd
and daily.cvd
from ClamAV., (*2)
Before installing, please check the requirements. If these aren't met, SigTool won't operate correctly., (*3)
The recommended way to install SigTool is through Composer., (*4)
composer require phpmussel/sigtool
, (*5)
Alternatively, you can clone the repository, or download the ZIP, directly from GitHub., (*6)
Note that SigTool is NOT a web-based PHP application (or web-app)! SigTool is a CLI-based PHP application (or CLI-app) intended to be used with terminal, shell, etc. It can be invoked by calling the PHP binary with the SigTool.php
file as its first argument:, (*7)
$ php SigTool.php
, (*8)
Help information will be displayed when SigTool is invoked, listing the possible flags (second argument) that can be used when operating SigTool., (*9)
More information can be found in the documentation herein., (*10)
Last Updated: 1 July 2024 (2024.07.01)., (*11)