|
[Batch] FakeAV Cleanup Script
|
|
04-23-2010, 11:29 AM
Post: #1
|
|||
|
|||
|
[Batch] FakeAV Cleanup Script
Having to rid 2-3 computers per week of malware/scareware got me motivated to simplify things. And I needed something that wouldn't need to be installed that could provide quick information to the most important stuff that I need to know to quickly remove most any malware I come across. So, I wrote this. It does quite a few things:
Code: Close the Explorer processes, rundll32.exe, and ave.exeIt is quite small. A batch file does most of the work. To kill the processes, I have included Process.exe. I know some computers have taskkill available, but I wanted to make sure I killed it on every computer. Forfiles.exe is also included because it enables you to find files that have been created/modified within a specific time frame. The script is set to search for exe's and dll's created in the last 3 days. Rather than deleting them immediately, it lists them so you can figure out which ones you actually need to delete. The zip is attached. Simply extract it to any USB drive and use it where ever. I don't think there's going to be any problem with malware blocking any of these files from running. Please feel free to make any suggestions for the script. I've tried to throw in everything that I can think of that can provide the needed information to quickly get rid of malware. Free image hosting at http://myph.us. |
|||
|
04-23-2010, 12:05 PM
Post: #2
|
|||
|
|||
|
RE: [Batch] FakeAV Cleanup Script
This sir, is very impressive. A step up from most windows scripting I've seen!
"Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
04-23-2010, 07:04 PM
Post: #3
|
|||
|
|||
|
RE: [Batch] FakeAV Cleanup Script
That is great. I skimmed through code. I think that collecting all the tricks was the heaviest job. I know some of these tricks, but not all of them lol
The job that you did with Registry is awesome. Also vb scripts are great. Re-enabling of System Restore is interesting trick, that is very helpful. Maybe you can make it to set new System restore Checkpoint. That is only suggestion that i have. There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
04-23-2010, 10:03 PM
Post: #4
|
|||
|
|||
|
RE: [Batch] FakeAV Cleanup Script
Dr D, when System Restore is re-enabled, Windows automatically creates a new checkpoint. That already solves the problem for me.
Free image hosting at http://myph.us. |
|||
|
04-24-2010, 03:50 AM
Post: #5
|
|||
|
|||
RE: [Batch] FakeAV Cleanup Script
(04-23-2010 10:03 PM)ajcis55 Wrote: Dr D, when System Restore is re-enabled, Windows automatically creates a new checkpoint. That already solves the problem for me.Okay, i didn't know that fact. That definitely solves the problem ! There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
« Next Oldest | Next Newest »
|





