unattended +Script driven spyware/adware/virus/malware removal programs?

TriggerHappy101

Golden Member
Jan 13, 2005
1,006
0
0
I work for a computer repair shop and I am looking for a script driven or an unattended user spyware/adware/malware/virus scanner and cleaner.

I basically want to press "go" and it run through the program install and removal of the infections with a report.

I found a program called "Hitman Pro" But I have not used it yet.
http://www.hitmanpro.nl/hitmanpro/

I noticed it uses spyware doctor and spyware sweeper. I thought these programs were rather crappy?

Does anyone know of any alternatives? Maybe one with more anti virus cleaners?
 

gsellis

Diamond Member
Dec 4, 2003
6,061
0
0
Except for AV packages, I know of no automated programs. It is almost impossible to do because the velocity of change from new exploits.
 

TriggerHappy101

Golden Member
Jan 13, 2005
1,006
0
0
I know that sometimes you need to manually remove infections or remove it from MSconfig or hijackthis it.... But what I am saying is there a program or script that automates the basic install of spybot, adware, AVG antispyware, update it, and run full scan and remove the infections. Then after that I can do the manual removeal if need be.
 

gsellis

Diamond Member
Dec 4, 2003
6,061
0
0
There will be after you write it. That is what VBScript is good for.
 

TriggerHappy101

Golden Member
Jan 13, 2005
1,006
0
0
No one has written one before? Thats absurd! Think of how much money someone could make selling an automated spyware/adware/malware/virus cleaner to computer repair shops.


I don't know any VBScript... How hard do you think it would be to make one?
 

gsellis

Diamond Member
Dec 4, 2003
6,061
0
0
Don't know VBScript = difficult.

And no one would make money on it as it has to make inclusions and exceptions for all the different products folk uses AND it would have to be continually changed as versions revise. Yuck.
 

John

Moderator Emeritus<br>Elite Member
Oct 9, 1999
33,944
5
81
Originally posted by: TriggerHappy101
When was the last time adware or spybot change? Like never.
Which is why they are inferior apps. Even the new beta AAW is junk.

IIRC the BB Geek Squad CD has some automated malware removal tools on it. I had a copy a while back but it expired. Regardless, I prefer to do everything manually.
 

Schadenfroh

Elite Member
Mar 8, 2003
38,416
4
0
I prefer to do everything manually.

Same here, the only thing that I can think of is that there could be / commands for some of these antimalware applications that allow you to perform certain tasks that you could write a script for.
 

Schadenfroh

Elite Member
Mar 8, 2003
38,416
4
0
Well, I am now in the testing phase of an unattended spyware/adware/virus/malware removal script.

Thread about it here

Script uses the command line versions of:
  • A-Squared
  • Mcafee
  • Sophos
  • aVast (avast's miniscanner, not the full scanner)
  • ClamWin
  • Trend Micro
  • Microsoft Malicious Software Removal Tool
 

Schadenfroh

Elite Member
Mar 8, 2003
38,416
4
0
My Automated Malware Removal Script is now fairly mature and includes an html readme with pictures to help you set it up, currently the following applications are used:
  • CCleaner does not run with scanonly
  • A-Squared
  • Mcafee
  • Panda (generates false positive with antivir, see readme.html file for details)
  • Trend Micro (select viruses)
  • ClamWin

It has a "scanonly" and "clean" mode, the former just automatically scans and reports, the other automatically scans, removes, and reports. I suggest doing a "scanonly" first, reviewing the logs that popup at the conclusion and either manually remove the infections are run "clean" once you are sure nothing critical will be removed.
 

compman25

Diamond Member
Jan 12, 2006
3,767
2
81
Originally posted by: Schadenfroh
My Automated Malware Removal Script is now fairly mature and includes an html readme with pictures to help you set it up, currently the following applications are used:
  • CCleaner does not run with scanonly
  • A-Squared
  • Mcafee
  • Panda (generates false positive with antivir, see readme.html file for details)
  • Trend Micro (select viruses)
  • ClamWin

It has a "scanonly" and "clean" mode, the former just automatically scans and reports, the other automatically scans, removes, and reports. I suggest doing a "scanonly" first, reviewing the logs that popup at the conclusion and either manually remove the infections are run "clean" once you are sure nothing critical will be removed.




Alternatively, I now have a very early and experimental alpha quality application called SAAMAL that I wrote over Christmas. It features:
  • Small executable (250K big) written entirely in c++ (so no .NET framework, no java to deal with, should work on any stock windows 2K or above machine)
  • Simple menu driven command line interface
  • Accepts command line arguments (including /scanonly and /clean, similar to the script, and /build (to automatically download / extract the applications)) to automate tasks
  • Automatically downloads and extracts applications (has built in unzipper, so no need to have a compression utility or even to open a web browser), unzipping based on work by Lucian Wischik
  • Integrated support for CrapCleaner, A-Squared, Panda, and Mcafee
  • Automatically parses the result files of Panda, A-Squared, and Mcafee into a single easy to read test file at the conclusion of a batch run
  • Ability to select which of the supported applications to run (or not run) during a batch run
  • Ability to add your own custom applications to the batch run via the menu interface (and to download / extract them if you have an address), although it cannot parse the results files (would have to custom write that)
  • Ability to change, delete, disable, enable, or add arguments to the supported applications or your own applications via the menu interface.
  • Saves / remembers your settings for each individual applications and the custom ones that you add to the batch run, automatically resets to default if your settings files are deleted
  • Does not change or modify the applications themselves

But, SAAMAL is nowhere near being mature or polished and it is "probably" very very buggy and could easily screw up your system or just flat out not work. PM me your email if you want me to send you the executable (let me know if you want the source code as well, the source code is a mess and I probably need to rewrite it) or you can reply to the thread here if your email is the same as in your profile and you want a copy. But, SAAMAL should NOT be used on any critical machines (stick to virtual machines).

fixed