Author Topic: Rigol DP932U Unlocking  (Read 8919 times)

0 Members and 1 Guest are viewing this topic.

Offline DavidKo

  • Frequent Contributor
  • **
  • Posts: 297
  • Country: cz
Re: Rigol DP932U Unlocking
« Reply #25 on: March 13, 2023, 10:57:40 am »
Than is odd with root rights you should be able to mount anything, you only need to know device name and mount point (you can may need to create one)

to see all mounted partitions simply run "mount"

to see automatically mounted partitions "cat /etc/fstab" - may be a different path if they have modified standard distribution
 

Offline bigfedeTopic starter

  • Contributor
  • Posts: 35
  • Country: it
  • Electronic Automotive Engineer @ Bitron
Re: Rigol DP932U Unlocking
« Reply #26 on: March 13, 2023, 11:29:34 am »
Than is odd with root rights you should be able to mount anything, you only need to know device name and mount point (you can may need to create one)

to see all mounted partitions simply run "mount"

to see automatically mounted partitions "cat /etc/fstab" - may be a different path if they have modified standard distribution

Sure I can mount whatever I want but the command mount need the filesystem type and I'm not sure about that.
 

Offline tv84

  • Super Contributor
  • ***
  • Posts: 3271
  • Country: pt
Re: Rigol DP932U Unlocking
« Reply #27 on: March 13, 2023, 02:20:15 pm »
Well, it seems more difficult than expected. It's not present inside the filesystem the famous Key.data.

The "Key.data" should be the "PubKey.LIC" in your 2nd image...

I've never looked into this device so it's just an educated guess.
 

Offline bigfedeTopic starter

  • Contributor
  • Posts: 35
  • Country: it
  • Electronic Automotive Engineer @ Bitron
Re: Rigol DP932U Unlocking
« Reply #28 on: March 13, 2023, 02:47:19 pm »
Well, it seems more difficult than expected. It's not present inside the filesystem the famous Key.data.

The "Key.data" should be the "PubKey.LIC" in your 2nd image...

I've never looked into this device so it's just an educated guess.

This is what I thought. But it's in a different format, it's ASCII.
 

Offline tv84

  • Super Contributor
  • ***
  • Posts: 3271
  • Country: pt
Re: Rigol DP932U Unlocking
« Reply #29 on: March 13, 2023, 04:03:34 pm »
This is what I thought. But it's in a different format, it's ASCII.

So, it's in plaintext. It doesn't matter the format. The important is the contents and to know how it's used.
 

Offline bigfedeTopic starter

  • Contributor
  • Posts: 35
  • Country: it
  • Electronic Automotive Engineer @ Bitron
Re: Rigol DP932U Unlocking
« Reply #30 on: March 13, 2023, 04:12:49 pm »
This is what I thought. But it's in a different format, it's ASCII.

So, it's in plaintext. It doesn't matter the format. The important is the contents and to know how it's used.
I've tried to use this key and created the attached file but the go program is not working. It generates correctly the keys but they not work.
 

Offline tv84

  • Super Contributor
  • ***
  • Posts: 3271
  • Country: pt
Re: Rigol DP932U Unlocking
« Reply #31 on: March 13, 2023, 04:43:04 pm »
1. The DP932U is also Android?

2. Why are you assuming that the DP has the same licensing implementation error as the HD scope?

3. This is a pubkey. You'll never be able to license it with the specific stock key. Or did you replace it?

4.  If you did replace it, did you change it in the FRAM or it doesn't get stored there also?
 

Offline bigfedeTopic starter

  • Contributor
  • Posts: 35
  • Country: it
  • Electronic Automotive Engineer @ Bitron
Re: Rigol DP932U Unlocking
« Reply #32 on: March 13, 2023, 04:50:13 pm »
1. The DP932U is also Android?

2. Why are you assuming that the DP has the same licensing implementation error as the HD scope?

3. This is a pubkey. You'll never be able to license it with the specific stock key. Or did you replace it?

4.  If you did replace it, did you change it in the FRAM or it doesn't get stored there also?

1) No it's openwrt (TinaLinux)
2) Not quite sure I've understand. I've seen in the Rigol website it's possible to buy these three licenses: HIRES, ARP, DIGITALIO.
3) No I haven't. I have not enough knowledge on this system and how these key works to generate a serial.

Please if you know something more I will be pleased to learn how it works. We can modify the go script to generate this serials as well.
 

Offline tv84

  • Super Contributor
  • ***
  • Posts: 3271
  • Country: pt
Re: Rigol DP932U Unlocking
« Reply #33 on: March 13, 2023, 05:06:36 pm »
Please if you know something more I will be pleased to learn how it works. We can modify the go script to generate this serials as well.

As I've told you, never looked into this. Nonetheless, this should be closer to the MSO5000 than the DHO so the go script is not enough.
 

Offline bigfedeTopic starter

  • Contributor
  • Posts: 35
  • Country: it
  • Electronic Automotive Engineer @ Bitron
Re: Rigol DP932U Unlocking
« Reply #34 on: March 13, 2023, 05:11:00 pm »
Please if you know something more I will be pleased to learn how it works. We can modify the go script to generate this serials as well.

As I've told you, never looked into this. Nonetheless, this should be closer to the MSO5000 than the DHO so the go script is not enough.
Ok so what can we do to start?
 

Offline Userli

  • Regular Contributor
  • *
  • Posts: 72
  • Country: de
Re: Rigol DP932U Unlocking
« Reply #35 on: July 01, 2023, 04:11:07 pm »
For DP932E  changing
00 30 a0 e3 08 30 0b e5 76 to 03 30 a0 e3 08 30 0b e5 76

and for DP932U
01 30 a0 e3 08 30 0b e5 6a to  03 30 a0 e3 08 30 0b e5 6a

will bring the device into an identity crisis.
« Last Edit: July 01, 2023, 05:23:18 pm by Userli »
 

Offline bigfedeTopic starter

  • Contributor
  • Posts: 35
  • Country: it
  • Electronic Automotive Engineer @ Bitron
Re: Rigol DP932U Unlocking
« Reply #36 on: July 03, 2023, 09:18:17 am »
For DP932E  changing
00 30 a0 e3 08 30 0b e5 76 to 03 30 a0 e3 08 30 0b e5 76

and for DP932U
01 30 a0 e3 08 30 0b e5 6a to  03 30 a0 e3 08 30 0b e5 6a

will bring the device into an identity crisis.

Sorry man, I didn't understand what change where.
 

Offline ashik

  • Newbie
  • Posts: 2
  • Country: us
Re: Rigol DP932U Unlocking
« Reply #37 on: January 05, 2024, 03:12:37 pm »
Any updates on unlocking the DP932 series? I just ordered the DP932E and wanted to know if its hackable. Thanks in advance.
 

Offline sensille

  • Newbie
  • Posts: 8
  • Country: de
Re: Rigol DP932U Unlocking
« Reply #38 on: January 05, 2024, 07:49:27 pm »
Any updates on unlocking the DP932 series? I just ordered the DP932E and wanted to know if its hackable. Thanks in advance.

See https://www.eevblog.com/forum/testgear/rigol-dp900-dp2000-series-hack

All is well :)
 
The following users thanked this post: ashik

Offline ashik

  • Newbie
  • Posts: 2
  • Country: us
Re: Rigol DP932U Unlocking
« Reply #39 on: January 06, 2024, 05:29:54 am »
Thanks!!
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf