![]() |
#1
|
|||
|
|||
Jetbrain generic keys maker
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" |
#2
|
|||
|
|||
Any chance this could be put up on mega or something?
|
#3
|
||||
|
||||
there are new jetbrains license server around, just google for it
__________________
AKA Solomon/blowfish. |
#4
|
|||
|
|||
Last jetbrains server I found was here : hxxp://www.imsxm.com/jetbrains-license-server.html
|
#5
|
|||
|
|||
I couldn't find any information on how to run my own Jetbrains license server (which activates everything
![]() Does anyone know more about this? |
#6
|
|||
|
|||
tRY this-:
Quote:
|
#7
|
|||
|
|||
JetBrains Licensing Server
Quote:
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. Last edited by TechLord; 02-26-2018 at 07:10. |
#8
|
|||
|
|||
Wow, thank you both so much!
By the way, is the source code available for this license server? Last edited by aldente; 09-22-2017 at 00:57. |
The Following User Says Thank You to aldente For This Useful Post: | ||
abhi93696 (09-22-2017) |
#9
|
|||
|
|||
Quote:
![]() For source code, the file which i provided is cui based so i think converting exe to bat MAY do the job |
#10
|
|||
|
|||
Quote:
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. |
#11
|
|||
|
|||
Quote:
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 |
#12
|
||||
|
||||
for easing the windows version @TechLord provided link in previous post i made a small batch script to run it out of the box.
![]() server.zip just put in the same folder as the window version.
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." |
#13
|
|||
|
|||
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; } |
#14
|
|||
|
|||
so why do you think the app will not scan for localhost or 127.0.01.?
![]() |
#15
|
|||
|
|||
It just works for some specific version =)
|
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fleet Next-generation IDE by JetBrain | Mendax47 | General Discussion | 1 | 12-02-2021 00:07 |