unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > Anti-Cheat Bypass > HackShield

- Sponsored Advertisement -
http://www.myfpscheats.com/


Reply
 
Thread Tools Display Modes
  #1  
Old 02-09-2009, 03:45 AM
Alkatraz Alkatraz is offline
Administrator
 
Join Date: Jan 2007
Posts: 72
Default HackShield Hidden tracking

Credits to Sirmabus



HS hidden tracking stuff I've located:
This not 100% thorough mind you (What is a could sandbox, or system wide delta compare software?), could be missing something someplace.

Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList\HsUser_?????
I.E. "HsUser_PPk4Jp3IzgJ". The key is actually the value, rather then the reg value it's self. Obviously some kind of hash/encoding (humm, 88bits?).

Code:
C:\WINDOWS\system32\HsInfo.dat
Your "system" directory may vary, they use "GetSystemDirectory()" instead of a hard coded path. Some small encrypted data (appears to be AES), set with "hidden" file attribute.. Do you really care what's in it? Maybe interesting, but I will just delete it.

It appears the registry entry and file are created once as part of their "CreateNewUser" stuff. I suppose the concept is similar to a GUID.

For your own handler/bypass on initialize it should probably delete these every time, along with the log files (enumerate the target directory tree for "Hs*.log").

This is of concern obviously. I'm not 100% certain about HS, but with GameGuard for sure, they have tracking where they will store flags if hacks are detected. These might end up in log files that are sent back via FTP.

Ahn labs has a FTP log file dump server:
Shouldn't be to much of a surprise, GameGuard does too, as well as a lot of games and other software (via FTP, HTTP, or POP3/email) internally, separately.

Although it looks like HS is nice enough to ask you for permission first to send logs (specifically, to a server in Korea), they could as easy send them hidden in the background.
Look for "FtpOpenFileA" and "InternetOpenA" imports, should be obvious what to do here.
Reply With Quote
Reply

  • Submit Thread to Digg
  • Submit Thread to del.icio.us
  • Submit Thread to StumbleUpon
  • Submit Thread to Google
  • Submit Thread to Facebook
  • Submit Thread to My Yahoo!
  • Submit Thread to MySpace
  • Submit Thread to Twitter
  • Submit Thread to Reddit

Tags
hackshield, hidden, tracking

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 09:56 AM.