Estoy buscando un antivirus, que sea gratuito y funcione mediante línea de comandos, sin necesidad de ser instalado.
La idea es, automatizarlo mediante la línea de comandos con AutoIt y usarlo como motor, para un antivirus hecho con AutoIt. O sea, crear yo la interfaz y usar desde ella ese antivirus.
Pero los que he encontrado, no acaban de servirme: Encontré uno, de Mc, que al descomprimirlo no tenía más que un ejecutable, y no hacía nada (o yo no supe como funcionaba).
Y luego, encontré el "Panda Antivirus Command-Line Scanner", pero no entiendo su sintaxis.
Esta es la ayuda, por si alguien lo entiende ;)
No entiendo esto:Syntax: pavcl [Parameter] [What to scan] [Parameter]
E.g. : pavcl C:\DOS D: -aex
Possible parameters:
-auto Scan without user intervention.
-nob Do not scan boot sectors.
-lis Show virus list
-del Delete infected files.
-cmp Search for viruses into compressed files.
-clv Disinfect the viruses found.
-exc: Use exclusion list
-ext: Use valid extension list
-help Show help
-heu Activate heuristic detection method.
-heu: Activate heuristic detection method with level (1-3).
-onlype Use only PE Heuristic during analysis
-nbr Does not allow interrupting the program with Ctrl-C.
-nomalw Do not detect Malware
-nojoke Do not detect Jokes
-nodial Do not detect Dialers
-nohackt Do not detect Hacking Tools
-nospyw Do not detect Spyware
-nof Do not analyze files
-nocookiesDo not detect Tracking Cookies.
-nor Do not generate result files.
-noscr Do not output to console.
-nos Deactivate sounds.
-nsub Do not scan nested subdirectories.
-path Scan the directories specified in the path environment variable.
-sig: Alternate location for signature files
-ren Rename infected files.
-rto Restore original name for renamed files
-rpt: Report file
-save Saves the parameters to a file for its use the next time it is run.
-esp Change language to SPANISH.
-eng Change language to ENGLISH.
-aex Scan all files, independently of their extension.
-info Show configuration status information.
-no2 Do not perform the second action
-loc Analyze local drives
-all Analyze all drives
¿Qué será el primer "parameter", y el segundo?.Syntax: pavcl [Parameter] [What to scan] [Parameter]
E.g. : pavcl C:\DOS D: -aex
He probado casi todos los parámetros que pone en la ayuda, y o no los reconoce, o no sale nada en la ventana de símbolo del sistema.
En cualquier caso, si alguien conoce algún script que haga algo como lo que quiero hacer, con otro antivirus, también me sirve para ver como hacerlo.
Salu2!