Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

New Key URL #24

Open
luckydonald opened this issue Mar 4, 2018 · 3 comments
Open

New Key URL #24

luckydonald opened this issue Mar 4, 2018 · 3 comments

Comments

@luckydonald
Copy link

luckydonald commented Mar 4, 2018

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 luckydonald changed the title Key URL New Key URL Mar 4, 2018
@v3l0c1r4pt0r
Copy link
Owner

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.

@luckydonald
Copy link
Author

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

@potatotry
Copy link

potatotry commented Mar 30, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants