Reverse Engineering RET Homepage RET Members Reverse Engineering Projects Reverse Engineering Papers Reversing Challenges Reverser Tools RET Re-Search Engine Reverse Engineering Forum Reverse Engineering Links

Go Back   Reverse Engineering Team Board > Reverse Engineering Board > Reverse Code Engineering
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #311  
Old 07-28-2011, 02:24 PM
pescador pescador is offline
Member
 
Join Date: Jul 2011
Posts: 20
Cool

i just download this program http://www.rmcproject.com/support/do..._v1.2.0.15.zip and did this process.

install and open pm_fastrack-rmp.exe

with PE tools dump full crp32002.ngn

open the file with Notepad and find

Masterkey 742961ff378ed1cb1c25fa7bb4ee881c3b3a7e294d34a46601 20688be538874b1e58642
4e6eba7fe271ba31a066a747951fca7e0eab433cfdea9c33e9 804dbba19e6bd2177c28b29d742ea8
066e330fe7413972330efbf9717f1738d09e708fb5a4595beb 347284431536db26badcd7fca1672f
c1625cfc8ec9819fff92468f0
CrypKey Copy Protection Information v1.08
(C)2001-2003 thewd, thewd@hotmail.com

Parsing Key - 7429 61FF 378E D1CB 1C25 FA7B <..> CFC8 EC98 19FF F924 68F0
Decrypting Key - DAFE 0000 BE05 0000 0000 0046 0300 0000 0100 0A00 0000 0000
0000 0000 0000 0000 0000 0000 0000 4F50 5553 2E4C 4943 0000
0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 A82A
Key Validation - OK
Formatting Key :
0000 BE05 4F5055532E4C4943000000000000 A82A
╚══╣ ╠══╝ ╠══════════════════════════╝ ╠══╝
╔═ Modules Allowed ═╝ ║ ╚═══════ Filename - OPUS.LIC ╚══ Key CRC - 0xA82A
╠═ NT (16bit) - Yes ╠═══ Account Number - 446
╠═ NT (32bit) - Yes ╠═══ Application Id - 1
╚═ Network - Yes ╚═══ Company Number - 7956446

Userkey C210E78F9D3A7050710189
CrypKey Copy Protection Information v1.08
(C)2001-2003 thewd, thewd@hotmail.com

Parsing Key - C210 E78F 9D3A 7050 7101 89
Decrypting Key - 1408 0908 0806 0606 090A 00
Key Validation - OK
Formatting Key :
08090808060606090A00
╠══════════════════╝
╠═ Password - GNGG777NW
╠═ Password Number - 193125120
╠═ User Key Hash (1) - 0x46
╚═ User Key Hash (2) - 0x0817

Itīs correct?

many tnks.

So, i just find another masterkey that is below Userkey, whatīs the difference if both are OK in ckinfo ?


How can i know whatīs the correct masterkey ?
Do i need use masterkey to create a valid script or just userkey is enough ?

THIS IS MY CODES TO THE PROGRAM, BUT ISNT WORKING, ERROR IS
Authorization Error, number: -5
The program is moved or the password is incorrect.

Key Information...
+ Site Code : 1900 BFA4 57C3 6309 D8
+ User Key Hash (2) : 0x0817
+ Easy Licence? : No
+ Number Of Licences : 1
+ Network Licence? : No
+ Licence Duration : Limited (Days)
+ Number Of Days : 365
+ Key Level : 1
+ Key Options : 0

Key Validation - OK
Creating Key - 0000 01FA 2F01 0000 006D 81B7 AC
Encrypting Key - 10B9 B5E5 9000 F2D3 74DD 5C73 74

many tnks again

Last edited by Git : 07-28-2011 at 05:04 PM.
Reply With Quote
  #312  
Old 07-28-2011, 10:37 PM
rahuul rahuul is offline
Member
 
Join Date: Jul 2011
Posts: 11
Default

@narciszu

Thx 4 helping..

I tried with the userkey and masterkey you provided and generated the following..

HTML Code:
#Default Script (ckInfo)

ScriptName=PM Fastrack

Action=CreateSiteKey
SiteCode=FE5C 7CD3 3C61 E886 3F
//MasterKey=8cec26332e61cefc11cb420143fee2e26e33a9015199dfef14 bfeab549dcb855b5ee7dfeb5e67d30b95a1c83ed8fa40cd4a0 39f287d46d2b887566b4d6ab687ff9f4c93f8f3f31545c6ac0 b6875c6a40a7a55fe37add64b859d58bdb7aa3a626a1e2b4f0 c064fe2501274d0c9767f198ff38cbb6a0d52e7aa68615733e 24dbf8
//UserKey=D200E78F9D2A70401E
Password=GNGG777
AddToExistingLicence=no
NumberOfLicences=1
NetworkLicence=no
EasyLicence=no
LicenceDuration=days
NumberOfDays=365
KeyLevel=1
KeyOptions=0
HTML Code:
D:\ckiInfo>ckiInfo /executeScript pmfastrack7.ckinfo
CrypKey Copy Protection Information v1.13

Executing Script File (PM Fastrack)

Key Information...
+ Site Code            : FE5C 7CD3 3C61 E886 3F
+ User Key             : D200E78F9D2A70401E
+ Easy Licence?        : No
+ Number Of Licences   : 1
+ Network Licence?     : No
+ Licence Duration     : Limited (Days)
+ Number Of Days       : 365
+ Key Level            : 1
+ Key Options          : 0

Key Validation - OK
Creating Key   - 0000 0144 7501 0000 006D 81C7 51
Encrypting Key - DD88 D644 0878 E386 C1F6 FA3D AB
I then changed the +Key Options : 1-16,
Also, tried with +Plain Password:GNGG777

but then also, it didn't work.

Could you please tell me where I am possibly wrong?

Also, where do we Use the ckinfo.exe /MasterKey output? In the above script, we are only using User Key but not masterkey.

Thanks a Lot!!

Last edited by rahuul : 07-28-2011 at 10:45 PM.
Reply With Quote
  #313  
Old 07-28-2011, 11:18 PM
Thresh Thresh is offline
Member
 
Join Date: Oct 2010
Posts: 5
Default

When deal w/ crp32002.ngn, PE Tools can dump full dumped.exe and got the proper userkey and masterkey, but I got a program w/ CRP32001.NGN and can't process with the same method.

The program is http://www.salford-systems.com/dist/...CART6ProEX.exe and http://www.salford-systems.com/dist/CART6/CART6Pro.exe

I tried PE Tools and LordPE but can't successfully dump the full file and got the userkey. Is there anybody who have tried dealing w/ CRP32001.NGN and succeed. Thanks a lot. If anyone can get the userkey for CART6, pls share it and the method. Thx.
Reply With Quote
  #314  
Old 08-01-2011, 08:14 AM
rahuul rahuul is offline
Member
 
Join Date: Jul 2011
Posts: 11
Question

The Ckinfo.exe /masterkey <my masterkey> produces the following. I observed there is key called Ver 7+ Key? and the value is Yes.
Is it making any difference. I am yet to understand where and how we use this master key while generating SiteKey.


HTML Code:
CrypKey Copy Protection Information v1.13

Parsing Key    - 8CEC 2633 2E61 CEFC 11CB 4201 <..> 2E7A A686 1573 3E24 DBF8
Decrypting Key - DAFE 0000 3705 0000 0000 0046 0300 0000 0100 0100 0000 0000
                 0000 0000 0000 0000 0000 0000 0000 524D 4350 524F 4A2E 4C49
                 4300 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
                 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
                 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 8CE9
Key Validation - OK
Formatting Key :
                 0000 3705 00460300 01000100 524D4350524F4A2E4C4943000000 8CE9
                 ╚══╣ ╠══╝ ╠══════╝ ╚══════╣ ╠══════════════════════════╝ ╚══╣
  ╔═ Allow Modules ═╝ ║    ║ ╔═════════════╝ ╚════ Filename - RMCPROJ.LIC    ║
  ╠═ WinNT16? - Yes   ║    ║ ║                           Key CRC - 0x8CE9 ═══╝
  ╠═ WinNT32? - Yes   ║    ║ ╚══ Network Seats (Site Key: 1 / Max: 1)
  ╚═ Network? - Yes   ║    ╠════ Static Key? - No
                      ║    ╠════ USBKey? - No
                      ║    ╚════ v7+ Key? - Yes (v7.0)
                      ╠═══ Account Number - 311
                      ╠═══ Application Id - 1
                      ╚═══ Company Number - 7956311
Any help guys??
Reply With Quote
  #315  
Old 08-07-2011, 11:52 PM
poprock poprock is offline
Junior Member
 
Join Date: Aug 2011
Posts: 2
Default

Please help me for find userkey, masterkey and sitekey

Sitecode C251 547A 0FDF 9173 03

http://www.ids-soft.com/downloadable...3DV12Setup.exe

Hi all

How can i find Sitekey I know only Sitecode: C251 547A 0FDF 9173 03

I use Ollydbg and PE Toll make dump CRP32002 and find string, but I not sure for Userkey and Masterkey, Please help me.

http://www.ids-soft.com/downloadable...3DV12Setup.exe


Thank.

Last edited by Git : 08-08-2011 at 06:46 AM.
Reply With Quote
  #316  
Old 08-08-2011, 09:52 AM
narciszu narciszu is offline
Senior Member
 
Join Date: Apr 2008
Location: r0m4n14
Posts: 77
Default

USERKEY
Quote:
D002E775D7A4F3DFE0
MASTERKEY
Quote:
2e35d124ea8896d2753db2987c6550617084495aa4e94bd4b2 71abbb0775a19d40ae51ef8f6328feee03c142646f655c90a1 8b92b585de764fbaf6bbbbc0af7bf527eb518811487bb3b5ee b818f2f57f55baf238420737992c0ff2465a3d416d28c9c4b3 1610c6f5440ea92d15e6316de12aa999eaa54b83eee88ca639 cd2804
Script for old version doesn't work anymore. Site codes for this version may be obfuscated.

For example, this is one sitecode for 15 days runs only. You can obtain some usefull info from this:
Quote:
C4A90ACCA38B4D83998557DD7F
P.S. I don't have time to dig deeper.
Reply With Quote
  #317  
Old 08-08-2011, 11:29 PM
poprock poprock is offline
Junior Member
 
Join Date: Aug 2011
Posts: 2
Default

Thank you Narciszu ,

Yes it not real sitekey and now I use date exprie already. How can I uninstall crypt and put the trailkey. Now it can not do everting. only put sitekey

Thank
Reply With Quote
  #318  
Old 08-23-2011, 04:05 PM
spwoof spwoof is offline
Junior Member
 
Join Date: Aug 2011
Posts: 4
Default

Hi,

I'm trying to get the key to PM Fastrack v7 too, and I found all masterkey and userkey as the real sitekey I believe: 524D 4350 524F 4A2E 4C49 43.
But I don't know how I can OBFUSCATED the real sitekey.
Is there any step by step to do that?
And I tried the sitekey "C4A90ACCA38B4D83998557DD7F" but when I try to use the previous key It's show me an error:
"Error with the registration on PM Fastrack. The user is likely trying to reuse an old key."

So How please can I fix that problem?
THX a lot

So,

Any body can help us please with that little problem???

THX a lot

Last edited by Git : 08-23-2011 at 04:56 PM.
Reply With Quote
  #319  
Old 08-23-2011, 04:57 PM
Git Git is offline
Super Moderator
 
Join Date: Oct 2007
Location: Torino
Posts: 1,797
Default

@spwoof - Please DO NOT reply to yourself, use the Edit button to edit your post.

Git
Reply With Quote
  #320  
Old 08-24-2011, 10:51 AM
Dr Pete Dr Pete is offline
Member
 
Join Date: Sep 2008
Posts: 25
Default

Work the problem in reverse.
If you run your program once it will give you a trial.
This sets a key with limitations.
Modify this key with information from userkey & masterkey.
Do not put it into program boxes, just replace trial key without limitations.
Might want to make back up for testing in case you make a mistake
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump





Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.