samsesh / Pritunl-Fake-API

pritunl vpn crack latest version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

This neat script provides a little fake API to unlock all premium/enterprise/enterprise+ (here called ultimate) features of your own Pritunl VPN server. If Pritunl wouldn't be mostly free already, you could call this a crack. An Open Source crack.

How to setup (server)

Take a look into the server folder: You could use the Pritunl source there (or just download this specific version from their GitHub repo) to compile a guaranteed compartible version for this API or just download any other version of the Pritunl server and try your luck. Then you'll need to execute the setup.sh script (preferable as root, as it needs to modify the Pritunl files directly). After that log in into the dashboard - there should be a "Update Notification":

login-msg

Now try to enter any serial key for your subscription and just follow the hints/notes if you enter an invalid command:

enter-something

A valid command would be bad premium or active ultimate:

active-ultimate

When everything worked, your subscription should now look like this:

done

Make sure to support the developers by buying the choosen subscription for your enterprise or company!

How to setup (api) (optional)

This is optional. You can simply use the default instance of this API (host is noted inside the setup.sh script) and profit from "automatic" updates.

Just transfer the www files inside a public accessible root-folder on your seperate Apache (really everthing with PHP support works) webserver. Also make sure your instance has a valid SSL-certificate (Let's encrypt is enough), otherwise it may won't work. An example Apache install process can be found here. When you want to test your instance, just open the public accessible url in your browser and append /notification to it - when you see some JSON with the text, everthing worked!

Nett2Know

  • This modification will also block any communication to the Pritunl servers - so no calling home :)
  • The ultimate mode is still a little bit buggy. This is caused by some hacky workarounds to get all features displayed (the server is already unlocked). Caused by this workaround some items are maybe shown instead o being hidden. If you find such thing - just inform me about it.
  • SSO will not work with this api version! As Pritunls own authentication servers handle the whole SSO stuff, track instance ids and verify users I won't implement this part for privacy concerns (and also this would need to be securly implemented and a database).
  • This api has also its own docker image. Take a look into the docker folder and enjoy!

Have fun with your new premium/enterprise/ultimate Pritunl instance!

About

pritunl vpn crack latest version

License:GNU Affero General Public License v3.0


Languages

Language:CSS 91.2%Language:PHP 3.8%Language:Python 2.4%Language:Shell 1.8%Language:Dockerfile 0.9%