JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 08.01.2017, 15:23
Guims Guims is offline
JD VIP
 
Join Date: Jan 2014
Posts: 478
Default get-my.link Decrypter

Hello JD-team,

Can you add decrypter for get-my.link.
Example Link:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**


The tips, in the url you can decode the real url with a base64_decode
and alphabet reverse.

Example: **External links are only visible to Support Staff****External links are only visible to Support Staff**
c2dnazokJHVyb3Z4b2xmdytybCRzOXVhOGxydGc= -> sggk:$$urovxolfw+rl$s9ua8lrtg -> **External links are only visible to Support Staff****External links are only visible to Support Staff**


Regards
Reply With Quote
  #2  
Old 09.01.2017, 10:25
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

seems to be not reverse but some type of char shifting algo.

all odd numbers.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #3  
Old 09.01.2017, 10:40
Guims Guims is offline
JD VIP
 
Join Date: Jan 2014
Posts: 478
Default

i'm sure it's an alphabet reverse ( Backwards Alphabet ) but with symbol.
: = :
$ = \
+ = .
Reply With Quote
  #4  
Old 09.01.2017, 11:43
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

I've seen this encoding been used before,

I've made some code to support, but I never released it as I was unsure of all the other chars which can be within urls.
non alpha numeric and upper case.

think we do have plugin template to support this type of provider, just means recaptchav2.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #5  
Old 09.01.2017, 15:50
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 26.01.2017, 23:07
Guims Guims is offline
JD VIP
 
Join Date: Jan 2014
Posts: 478
Default

A little up ?
Reply With Quote
  #7  
Old 27.01.2017, 13:27
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

I've increased priority and asked developer to take a look at it.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #8  
Old 27.01.2017, 14:22
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Done.
I implemented it without the crypto stuff.
If you have ideas for this or even better, working Java code, tell us
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #9  
Old 30.01.2017, 15:11
Guims Guims is offline
JD VIP
 
Join Date: Jan 2014
Posts: 478
Default

Thx :-)
For the crypto stuff it's simple, i can try to in php but java too hard for me.
The method is simple:

- Extract the ID from URL and do a base_64 decode
- use a Cyphers atbash decoder for letter **External links are only visible to Support Staff****External links are only visible to Support Staff**
- Use the same for number ( 0 = 9 , 1 = 8 , 2 = 7 etc )
and for finish do a str_replace ( in php ) ( $ = / , + = - )

And you have the real URL

Simple and more fast that Recaptcha V2
Reply With Quote
  #10  
Old 30.01.2017, 17:08
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Thanks, I've updated the ticket
__________________
JD-Dev & Server-Admin
Reply With Quote
  #11  
Old 11.02.2017, 20:40
Guims Guims is offline
JD VIP
 
Join Date: Jan 2014
Posts: 478
Default

little Up
Reply With Quote
  #12  
Old 13.02.2017, 15:50
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

fixed support for other link type, wait for plugin update
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 13.02.2017 at 15:53.
Reply With Quote
  #13  
Old 14.02.2017, 12:03
Guims Guims is offline
JD VIP
 
Join Date: Jan 2014
Posts: 478
Default

Jiaz ( and JDteam ) !!! You Rox
Reply With Quote
  #14  
Old 14.02.2017, 16:41
Guims Guims is offline
JD VIP
 
Join Date: Jan 2014
Posts: 478
Default

The Update it's for the new crypto stuff ?
Reply With Quote
  #15  
Old 14.02.2017, 16:58
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Quote:
Originally Posted by Guims View Post
The Update it's for the new crypto stuff ?
No.
See ticket.
Status == 50%.

GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #16  
Old 11.04.2017, 16:26
Guims Guims is offline
JD VIP
 
Join Date: Jan 2014
Posts: 478
Default

not news ?
Reply With Quote
  #17  
Old 11.04.2017, 16:45
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

wait for next plugin update
__________________
JD-Dev & Server-Admin
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 01:05.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.