exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

AnnaKlean.cpp

AnnaKlean.cpp
Posted Feb 28, 2001
Authored by Wanderley J. Abreu Jr.

AnnaKlean is a Console Application To Wipe Out Anna Kournikova Worm From Registry.

tags | worm, registry
SHA-256 | 522ec8bac3d8dfb030025065881e023fb6d2300bd4835c00911457dba60cddf0

AnnaKlean.cpp

Change Mirror Download
/* 
* AnnaKlean.c : Console Application To Wipe Out Anna Kournikova Worm From Registry
* 27/02/2001 - By Wanderley J. Abreu Jr.
* storm@stormdev.net
*/

#include <stdio.h>
#include <conio.h>
#include <windows.h>
#include <winbase.h>

#define PATH 256


int main(void)
{
LONG lnResult;
HKEY hKey;
CHAR bfWindows[PATH];

/* Open the Registry key the worm created... */
if ( ERROR_SUCCESS != RegOpenKeyEx(HKEY_CURRENT_USER,"Software\\",
0, KEY_ALL_ACCESS,
&hKey) ) {
// If already clean, notify user...
printf("Error opening key, use RegEdit\n");
printf("Press Any Key To Continue...");
_getch();
return 0;
}
/* Delete The Registry Entry...*/

lnResult = RegDeleteKey(hKey,"OnTheFly\\");
if ( ERROR_SUCCESS != lnResult ) {
// Some error, so notify user...
if ( lnResult == ERROR_FILE_NOT_FOUND ) {
// Key has already been deleted...
RegCloseKey(hKey);
printf("You Don't Have Any Traces of Anna Kournikova Worm...\n");
printf("Press Any Key To Continue...");
_getch();
return 0;
} // if
// Some other error...
printf("Error deleting key, use RegEdit\n");
RegCloseKey(hKey);
return 0;
} // if
printf("All Traces of The Anna Kournikova Worm Were Deleted from your Windows System...\n");
printf("You Must Check your Windows Directory for the file 'Annakournikova.jpg.vbs'...\n");
printf("Press Any Key To Continue...");
_getch();
return 0;
}
Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close