Pular para o conteúdo principal

MultiScan, Scan Local Files With Multiple Antivirus Programs

MultiScan, Scan Local Files With Multiple Antivirus Programs: "

The idea to scan files with multiple antivirus engines is not new, online portals such as Virustotal offer that feature for quite some time. If you look at desktop applications you notice that there are not many that offer a similar functionality. Programs that fall into the category are the previously reviewed Antivirus Multi and Avert.

MultiScan offers in many regards a similar functionality when compared to those two programs. The portable application can be configured to scan local files in up to ten different antivirus engines. The configuration is unfortunately not as comfortable as that of Avert, since it is necessary to download and add the antivirus programs and command line options manually. To make matters worse, there is no list of supported or recommended command line antivirus scanners on the developer’s site.

Links to free antivirus programs that support command line scanning would make the process a lot easier.

multiscan

Below is a selection of free options:

AVG
Avira Command Line Scanner
ClamWin
Panda Antivirus Command-Line Scanner (2009 last update)
VIPRE Rescue

Many commercial antivirus solutions offer command line scanners as well. Check the documentation or look in the program directory.

Downloading the different engines is just the first part of the setup as they need to be added to MultiScan before the program can utilize their antivirus engine in scans.

New commands are added in the main program interface.

MultiScan configuration

Run Order and Friendly Name are the easiest to explain. The first determines the order in which the commands are run by MultiScan, the latter is a name that describes the command to make it easier identifiable.

The command field finally contains the command that you want to run. This requires research on the antivirus developer homepage or readme file to get the scanning syntax right. An example of a config line would be the following:

C:\Windows\System32\cmd.exe /K C:\PROGRA~2\ClamWin\bin\clamscan.exe --database
=E:\SYSTEM\ClamWin\db --recursive=yes %FILES%

The code runs the Windows command line, and then clamscan.exe with several parameters. The %Files% variable is replaced by the selected files and folders for the scan.

MultiScan is not limited to scanning files with antivirus engines. It is for instance possible to configure the program to run a database update for a specific antivirus engine before it is used to scan the files. Other options include deleting old log files or displaying alerts, provided the correct programs or commands are added to the command field.

Configurations can be saved at any time. Saved configurations are then selectable via a pulldown menu in the main interface. This opens new possibilities like running commands for specific situations.

But it is not only configurations that can be saved. File listings can be saved as well so that it becomes possible to scan previously saved files and folders with saved configurations. This makes the process very comfortable once the initial setup has been completed and thoroughly tested.

Files and folders can be scanned by adding items to the queue from within the program interface, by selecting them in Windows Explorer after enabling Windows Explorer integration in the options or by selecting previously saved file listings.

Verdict

MultiScan has lots of potential and several interesting features. The ability to save commands, their run order and file listings is excellent. The downside is the complicated configuration, which the developer should work on. A good start would be to integrate links to command line antivirus scanners and their documentation on the program site. Example configurations for those programs would be the next step, and eventually the integration of those information in the program itself.

MultiScan is a portable software for Microsoft’s Windows operating system. It tested fine on a Windows 7 Professional 64-bit system, and should run fine on other systems as well.


© Martin for gHacks Technology News, 2011. | Permalink | Add to del.icio.us, digg, facebook, reddit, twitter
Post tags: , , , ,

"

Comentários

Postagens mais visitadas deste blog

Favigen, Favicon Generator

Favigen, Favicon Generator : " Favicons are small icons that help identify websites. They are used as a visual representation of a website both in the web browser and at many online services. The three most prominent locations of favicons are the browser’s address bar, the tabbar and the bookmarks folder. Many webmasters like to create custom favicons to add that custom identifier to their website. Favicons can be created in many image and icon editors, but also online. Favigen is a straightforward favicon generator that can turn an image into a favicon. All that it takes is to pick an image from the local hard drive first, select the dimensions of the favicon and click the submit button to make the service generate the favicon. Favigen supports several image formats, including jpg and png, and it does not seem to have size restrictions either. Available image dimensions range are 16×16, 32×32 and 64×64. The generated favicon is displayed directly on the page. A click on do...

A simple rsync script to back up your home directory

A simple rsync script to back up your home directory : " Backing up important data is obviously something we should all do. Unfortunately, it is not always easy to make it happen. We get lazy; we do not have the additional hardware for a backup server; it takes a long time and a lot of CDs to back up to optical media; we do not trust online backup services; backup schemes are difficult to set up and use — any of dozens of reasons can stand in our way. Still, we know we should be backing up our important data. Modern open source Unix-like operating systems offer a plethora of options for incredibly simple, effective backup schemes, however. If the problem is figuring out how to set one up, a simple rsync solution may be exactly what you need. The rsync utility is used to synchronize files between two systems. It does so by way of incremental copies, only copying from the source to the destination what has not already been copied there, saving time, network bandwidth, and syst...

Google Wave now open to the public: faster, Robots and Gadgets aplenty!

Google Wave now open to the public: faster, Robots and Gadgets aplenty! : " Filed under: Internet , Google If you somehow missed it, Google Wave is now a bonafide Labs project: rather than being an invite-only alpha, it's now a public beta test! If you don't already have an account, just head on over to Wave and use your regular Google login details. If you've not seen any of the Google Wave introductory videos , you should check them out -- they explain the whole thing a lot more succinctly than I ever could. Wave has also been enabled for Google Apps domains -- businesses could convert their internal communication to Waves today! Leading up to this public release there have a lot of changes. It's by no means finished, but Google Wave is now a lot faster . It's also more intuitive -- more useful -- and given the large number of Robots and Gadgets now reaching prime-time readiness, it feels like the mass adoption of Wave is imminent. Also, if you're an ol...