xSDM icon indicating copy to clipboard operation
xSDM copied to clipboard

New Key URL

Open luckydonald opened this issue 6 years ago • 3 comments

The old one (from your 404'd blog) http://[SDXdomain]/WebStore/Account/SDMAuthorize.aspx?oiopu=[oiopu]&f=[fileID]&oiop=[oiop]&dl=[dlSelect] (not .ashx)

Results in

The current download configuration has changed. You need to remove this client from your machine and download again from the webstore; you can find your download from the Your Account section of the site once you have signed into the system.

As that new client crashes for me, I was trying this project. Anyone able to get a new URL?

luckydonald avatar Mar 04 '18 18:03 luckydonald

You can try sniffing the request using developer tools in you browser. When I did the reverse engineering of original SDM, opening link from SDX file in ordinary browser, not SDM and clicking Download generated the request, but in UI nothing happened. Then, in returned XML there was everything necessary to download and decrypt file locally.

v3l0c1r4pt0r avatar Mar 05 '18 17:03 v3l0c1r4pt0r

Doesn't seem to trigger an Ajax any more, sadly. Also can't sniff the client, as it keeps crashing :/

luckydonald avatar Mar 05 '18 20:03 luckydonald

Try /WebStore/Account/SdmAuthorizeSDCN.ashx that the request would be <information> <oiopua>xxxxx-xxx-xxx-xxx</oiopua> <linkAvailable>1</linkAvailable> <errorTextKey/> <invokeExternalDownload>0</invokeExternalDownload> <fileUrl> <![CDATA[ http://software.dreamspark.com/dreamspark/ENGLISH/xx-xx-x.01.sdc ]]> </fileUrl> </information> it can be noticed that edv didnt response

potatotry avatar Mar 30 '18 23:03 potatotry