PDA

View Full Version : Enrypted strings.


beast_1
08-06-2009, 05:06 PM
Hi,

Need some small help over a little crack me file. I am trying to change host in this crackme to google.com but not getting sucess. I traced a lot, even i used the couple of decompilers to find that encypted host but not getting sucess. The program is connecting to crackme.com
and i want to make it connect to google.com. Is it possible to do so.

http://www.2shared.com/file/6671693/d8bbc434/Crackme.html

This is a simple crackme, not a commercial application. Admin can do verify :)

Cheers :D

Git
08-06-2009, 05:18 PM
Open the file windows\system32\drivers\etc\HOSTS in a text editor and add this line at the bottom :

74.125.67.100 crackme.com

Save changes and reboot.

Git

beast_1
08-06-2009, 07:19 PM
Thanks for the info. :) But if i want to change host in exe file then how to do so. Because i want to redirect it to custom url. :)

For example:

i want to redirect it to this link

http://reteam.org/board/activations.php

Git
08-07-2009, 06:48 AM
That is not what you said originally.

Git

beast_1
08-07-2009, 11:55 AM
i agree with you GIT, thats why i said thanks to you before.

But in general, i really want to add an custom url to this file. i know the thing is possible to add. But the way, i dont know. So need some help about it. :)

Yeorwned
08-12-2009, 10:00 PM
As an FYI, reboot isn't needed when updating the hosts file.

Git
08-13-2009, 06:31 AM
> reboot isn't needed

Depends on the OS.

Git

yogi_saw
08-13-2009, 01:22 PM
Try to search for ip address insted of string of web address