Lucene search
K

MS Windows (LegitCheckControl.dll) Genuine Advantage Validation Patch

🗓️ 01 Aug 2005 00:00:00Reported by HaCkZaTaNType 
zdt
 zdt
🔗 0day.today👁 20 Views

Windows Genuine Advantage Validation Patch for LegitCheckControl.dll by NeoSecurityTeam.

Code
=====================================================================
MS Windows (LegitCheckControl.dll) Genuine Advantage Validation Patch
=====================================================================

/*
  Will be moved to tools section shortly /str0ke

  Name: Windows Genuine Advantage Validation Patch
  Copyright: NeoSecurityTeam
  Author: HaCkZaTaN <[email protected]>
  Date: 31/07/05 21:42
  Description: LegitCheckControl.dll (1.3.254.0) 
  
 ?????????????????????????????????????????????????????????????????????????????
 ???                   -==[N]eo [S]ecurity [T]eam Inc.==-                   ???
 ??????????????????????????????????????????????????????????????????????????????
 ???     TiTLE : Windows Genuine Advantage Validation                       ???  ??????????????????????????????????????????????????????????????????????????J??
 ???    AUTHOR : HaCkZaTaN                                                  ???  ?????????????????????????????????????????????????????????????????????????????
 ???                           -==Information==-                            ???  ??????????????????????????????????????????????????????????????????????????????
 ???                                                                        ???  ??? LegitCheckControl.dll (1.3.254.0)                                      ???  ???                                                                        ???
 ?????????????????????????????????????????????????????????????????????????????
 ???                           -==Contact==-                                ???
 ??????????????????????????????????????????????????????????????????????????????
 ???                                                                        ???
 ???   [N]eo [S]ecurity [T]eam [NST]? - http://www.neosecurityteam.net/     ???
 ???   HaCkZaTaN <[email protected]>                                    ???
 ???   Irc.GigaChat.Net #uruguay                                            ???
 ???                                                                        ???
 ?????????????????????????????????????????????????????????????????????????????
 ???                              -==Greets==-                              ???
 ??????????????????????????????????????????????????????????????????????????????
 ???                                                                        ???
 ???                            NST's Staff                                 ???
 ???                            erg0t                                       ???
 ???                            ][GB][                                      ???
 ???                            Beford                                      ???
 ???                            LINUX                                       ???
 ???                            Heap                                        ???
 ???                            CrashCool                                   ???
 ???                            Makoki                                      ???
 ???                            And my Colombian people                     ???
 ???                                                                        ???  ?????????????????????????????????????????????????????????????????????????????
 ???                   -==[N]eo [S]ecurity [T]eam Inc.==-                   ???
 ??????????????????????????????????????????????????????????????????????????????
                          ????   ???? ????????? ???????????
                           ?????  ??  ???       ??  ???  ??
                           ?? ??????  ?????????     ???
                           ??   ????        ???     ???
                          ????    ??? ?????????    ?????

*/

#include <stdio.h>

typedef struct bytepair BYTEPAIR;

struct bytepair
{
       long offset;
       char val;
}; 

static const BYTEPAIR byte_pairs[3]= { 
{0x2BE98, 0x33},
{0x2BE99, 0xC0},
{0x2BE9A, 0x90},
};

int main(int argc, char *argv[])
{
    FILE *LegitCheckControl;
    int i;

    printf("\n\t?????????????????????????????????????????????????????????????\n"
           "\t????????????????????????????????????????????????????????????\n"
           "\t??                                                         ??\n"
           "\t??           [N]eo [S]ecurity [T]eam [N][S][T]             ??\n"
           "\t??      [Windows Genuine Advantage Validation Patch]       ??\n"
           "\t??             LegitCheckControl.dll (1.3.254.0)           ??\n"
           "\t??                                                         ??\n"
           "\t?? ???????   ???????   ????   ?? ?? ????  ???????????????? ??\n"
           "\t?? ???  ????  ??  ??   ???   ?? ???  ???  ??? ?? ?? ?? ??? ??\n"
           "\t?? ???  ? ??? ??  ??   ???   ??      ???  ???    ??    ??? ??\n"
           "\t?? ???  ? ??? ??  ??   ???   ????    ???  ???    ??    ??? ??\n"
           "\t?? ???  ?   ????  ??   ???    ?????  ???  ???    ??    ??? ??\n"
           "\t?? ???  ?    ???  ??   ???      ???  ???  ???    ??    ??? ??\n"
           "\t?? ???  ?    ???  ??   ???   ?? ???  ???  ???    ??    ??? ??\n"
           "\t?? ??? ???    ??  ??   ???   ? ??    ???  ???   ????   ??? ??\n"
           "\t?? ???            ??   ???           ???  ???          ??? ??\n"
           "\t?? ????          ???   ????         ????  ????        ???? ??\n"
           "\t??                                                         ??\n"
           "\t??                 [ HaCkZaTaN  ..... ]                    ??\n"
           "\t??                 [ Paisterist ..... ]                    ??\n"
           "\t??                 [ Daemon21   ..... ]                    ??\n"
           "\t??                 [ g30rg3_x   ..... ]                    ??\n"
           "\t??            [ Http://WwW.NeoSecurityTeam.Net ]           ??\n"
           "\t??                                                         ??\n"
           "\t?????????????????????????????????????????????????????????????\n"
           "\t ????????????????????????????????????????????????????????????\n\n\n");
           
           getchar();
           LegitCheckControl = fopen("LegitCheckControl.dll", "r+");
           
           if (LegitCheckControl == (FILE *)0)
           {
                       printf("LegitCheckControl.dll not found. Aborting.\n\n");
                       printf("Hit <Enter> to quit.");
                       getchar();
                       return 1;
           }
           
           printf("Starting...\n");
           
           for (i = 0; i < 3; i++)
           {
               fseek(LegitCheckControl, byte_pairs[i].offset, SEEK_SET);
               fwrite(&byte_pairs[i].val, 1, 1, LegitCheckControl);
           }
           
           fclose(LegitCheckControl);
           printf("->Patch completed.\n\n");
           printf("Done, enjoy...\n\n");
           getchar();

           return 0;
}



#  0day.today [2018-04-09]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 Aug 2005 00:00Current
6.8Medium risk
Vulners AI Score6.8
20