Exetools

Exetools (https://forum.exetools.com/index.php)
-   Source Code (https://forum.exetools.com/forumdisplay.php?f=46)
-   -   Jetbrain generic keys maker (https://forum.exetools.com/showthread.php?t=18115)

Elesty 02-06-2017 10:06

Jetbrain generic keys maker
 
1 Attachment(s)
I found an old JAR file in my hard drive and extracted the source code of this generic keygen source code for the following Jetbrain software (working on 2013-2014 versions):
- Appcode
- Pycharm
- Rubymine
- PHP Storm
- Web Storm

I can't remember where I got the JAR file, but I attached the extracted source code (and combined the correct Java classes and wrote the static "main" method) in order to run the attached file content on an online Java compilers such as https://www.compilejava.net/

All credits to the original author "StarZou"

typedef 04-30-2017 07:16

Any chance this could be put up on mega or something?

WhoCares 06-13-2017 18:58

there are new jetbrains license server around, just google for it

-=bb=- 06-14-2017 16:09

Last jetbrains server I found was here : hxxp://www.imsxm.com/jetbrains-license-server.html

aldente 09-21-2017 02:13

I couldn't find any information on how to run my own Jetbrains license server (which activates everything ;) )...

Does anyone know more about this?

abhi93696 09-21-2017 04:24

tRY this-:

Quote:

https://mega.nz/#!aNVUWIDY!LjK7e7tGMpamw4QaRQ2bXiypDzXIhGQEMaPQp25Sv3w
Br

TechLord 09-21-2017 09:40

JetBrains Licensing Server
 
Quote:

Originally Posted by aldente (Post 110554)
I couldn't find any information on how to run my own Jetbrains license server (which activates everything ;) )...

Does anyone know more about this?

This is the license server that I (and many others) are using successfully to activate all the JetBrains products for many years.


Instructions are in the README.


TESTED working with the latest version of ReSharper and a couple of other products as well. This should activate all the JetBrains products.
[B]

GOOD LUCK :)

EDIT: As this thread is visible on the internet to everyone, decided that it would be better to post the link as an attachment,rather than in the body of the post, to avoid complications.

aldente 09-22-2017 00:47

Wow, thank you both so much!

By the way, is the source code available for this license server?

abhi93696 09-23-2017 19:18

Quote:

Originally Posted by aldente (Post 110564)
Wow, thank you both so much!

By the way, is the source code available for this license server?

Your welcome :)
For source code, the file which i provided is cui based so i think converting exe to bat MAY do the job

aldente 09-24-2017 04:53

Quote:

Originally Posted by abhi93696 (Post 110586)
For source code, the file which i provided is cui based so i think converting exe to bat MAY do the job

What do you mean by "cui based"?

They executable files in your archive are UPX packed static binaries, probably written in C or C++.
I wonder if that source code is available. For other similar activation servers (e.g., Microsoft KMS), source code is available.

I just don't feel comfortable running some opaque binary 24/7 on my server.

TechLord 09-24-2017 15:28

Quote:

Originally Posted by aldente (Post 110564)
Wow, thank you both so much!

By the way, is the source code available for this license server?

The one that I provided is pretty "standard" and many of us have been using it for at 2-3 years without issues.

If you really want sources, you can google "JetBrain License Server Sources" and you can find many a source on Github itself :)

Do keep in mind that many of them do not supply the proper PRIVATE KEY in the sources and you'd have to get hold of it yourself.

On the other hand, you could simply use the one I'd provided, which many of us are using without issues all these years :)

Cheers

Storm Shadow 11-03-2017 05:11

1 Attachment(s)
for easing the windows version @TechLord provided link in previous post i made a small batch script to run it out of the box. ;)
Attachment 9272
just put in the same folder as the window version.

Elesty 02-05-2018 03:32

The alternative is to use online license servers (Google for "idea license server").
New versions seem to block the known online URLs.

As workaround, reverse proxy such as nginx can be configured such as below (set hxxp://localhost:8888 as license server):

server {
listen 8888;
server_name localhost;
location / {
proxy_pass HXXP://LICENSE_SERVER;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Port $server_port;
}

sendersu 02-05-2018 15:44

so why do you think the app will not scan for localhost or 127.0.01.? :)

Elesty 02-11-2018 23:25

It just works for some specific version =)


All times are GMT +8. The time now is 17:44.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX