• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

WHMCS Nulled - Null any plugins themes yourself.

afreena

Member
May 9, 2023
44
26
8
USE ANY WHMCS PLUGIN/THEME
Null any WHMCS addon free
Use any WHMCS theme/addon without nulling or touching the code.

TIP: If its too difficult for you & you can't setup.
I can help you to setup for free BUT you need to share the modules/themes here in the forum first - DM me
Instead of Money i ask you to share stuff here so others can use...


WARN: Please do not send me DM for addons/modules/scripts/themes -
I can help as much i can free but only if you reply to this thread post and for encrypted files i can not help you...
:: In case you have any theme/module and want to null post post your request in comment with details you have and files if any.

REPEAT: DO NOT PM - Unless i ask to .

=================
If you are using WHMCS so you know how license works,
This is easy way to use any WHMCS item without touching the source code.
Note: you may need to have VPS ( for your WHMCS) as most hosting providers does not allow adding a domain that is not using companies nameservers.

Note: You need the secret and that is kinda difficult for some users.

IGNORE IF YOU ARE NOOB & DONT KNOW MD5 HASH
Simply If you have anything like theme or module send me ( make sure its clean & untouched)
I will get the secret and paste here


---------------------------------------------------
3 Method to get SECRET STRING

1. WHMCS uses MD5 everywhere, so you can decode the files containing license info and get the secret.
This is easy and you will get the Keys easy..
2. Private Method (Debug The Code) 🔕

3. Reverse the HASH to get the Secret.

All whmcs modules/themes/addons uses MD5 string to encrypt the secret keys.
This is Kinda concept but can be achieved if you have waste knowledge ( DO NOT ASK ME)
--------------------------------------------------------------------------------------
Secret is actually MD5 Hash you can it by reversing the hash to string.
Problem: It is very difficult to reverse a MD5 hash - because it is not reversible.
BUT ..................... But you can if
If you know how a vanity long 15 words TOR domain is generated.
Tor Domains are generated using EEC & HASHING SHA-1 SHA-3
Infact MD5 is easy to reverse but still below math still applies.

Example: below is simple math tells you how long it takes to generate custom TOR domain.
For 7 characters it will take 1 DAY
For 9 characters it takes 2.5 YEARS
For 10 characters it takes 40 YEARS.
For 11 characters it takes 640 YEARS.

NOW: If you see Proton Mail's Tor address
It is 16 characters so how they created this?

I do not know how they created but i know we can use bmtca (Batch multi thread on multi host)
To reverse anything its illegal -
Example: You can use 100 Servers with 24 cores and brut force using 10 threads on each core.
It will be: 10cx24t=240p ^ 100sX240p=24000

Ignore calculations to reverse a MD5 your system normally tries 6 regex or combinations per second.
If you can increase the limit to 24000 or above you can generate a 10 characters long TOR domain in 48 hours. ( if you are super good in linux)

Cutting it short: MD5 is easier than SHA-3+SHA-1.
If you can generate a TOR domain in 48 hours - so you can reverse a MD5 in 5 minutes


Get a VPS and install whmcs on it ( you can move your existing WHMCS.
Now untouched modules & addons.
Example: modulesgarden.com
Suppose you got an addon from ModulesGarden for that.

---------------------------------------------------------------------------------------
1. Upload modules in valid folder and wait...
2. Create Fake SIte NOTE: If you are using shared hosting ignore step2 and follow this
Create a new website on your server if you are using any Panel i.e WHM, FastPanel, Plesk
Note: you need to use domain that you want to use modules from i.e www.modulesgarden.com
Note: Visit the site where from you want modules login or goto client are where WHMCS is installed and copy the URL 100% exact url.
For modulesgarden url is: https://www.modulesgarden.com/client-area
So Domain will be www.modulesgarden.com (with WWW) and WHMCS is installed in client-area)

IMPORTANT: Fake site domain should resolve to 127.0.0.1 so change A record or edit host file and replace server IP with 127.0.0.1 (Because SSL only works for localhost)
6. In file manager of modulesgarden ( newly created website delete all files and add new file i.e index.php and inside file just enter anything i.e: Working...

7. Check new site is working : curl https://modulesgarden.com
SUCCES: it should give you SSL error ignore that but it should load from 127.0.0.1
8. FIX SSL: In step 4 you created 2 files xxx.key.pem & xxx.pem
In your panel: copy paste license and install ssl
Example Certificate: cat www.modulesgarden.com.pem
Example Private Key: cat www.modulesgarden.com.key.pem
Example Authority ( content of rootCA.pem file of mkcert)
9. On some panels you need to restart apache2 and also update-ca ( update trusted CA list)

10. Now if you installed SSL and Created domain correctly you should get working...
if you run curl https://www.modulesgarden.com -v
( You will see what you put in index.php file)
11. WHMCS: each provide have different whmcs path for MG it is client-area get that name and create a new folded in newly created domain i.e client-area
BONUS: you can link your WHMCS to FAKE whmcs i.e YOUR WHMCS is at /home/user/whmcs & FAKE WHMCS needs at /home/modulesgarden/public_html
Link: ln -s /home/user/whmcs /home/modulesgarden/public_html/client-area
12. Important: In you own WHMCS login to admin panel and enable License Manager and logout
and now copy your own WHMCS in client-area
or
LINK your whmcs to fake whmcs see STEP11
(You never need to may any changes in FAKE WHMCS and Do not upload anything)


13. Now if you run curl https://www.modulesgarden.com/client-area
you should see default whmcs page in terminal

IMPORTANT & DIFFICULT
14. Now get the secret of module/theme you want to install ( secret is a MD5 key used to with license key as below examples.
15. In you WHMCS create a new Group i.e: LICENSE and then create a new product as MD_cPanelExtened ) Use any names and make these both hidden.
when you create new product use License Manager addon and choose key length to 12 or above 11
Change settings accordingly or you can check all boxes
IMPORTANT : SECRET key field add the module secret key i.e: 659xxxxxxxxxxxxxxxxxxxx
IMPORTANT : Key prefix should not contain number or space & should end with a _ (underscore) valid is : Fake_cPanelExtened_
NOTE: You now dont have to do anything with modulesgarden domain of files ( in case you change your database for your own WHMCS put new values in FAKE whmcs configuration.php file)
TIP: If you are on VPS & you have directories lined you dont need to do anything. See step 11.

16. If you have configured fake domain+fake whmcs+fake SSL + valid secret of addon/theme/module.
Create a new user on your whmcs and order the new item i.e: MD_cPanelExtened and iactivate it from WHMCS you will get the key

17. Now add your license key in moules license.php ( License_RENAME.php )
Check official module documentation for installation..

======== DONE ========
SECRET KEYS OF MODULES.
======================
For secret keys you need to decode modules files to get secret key.
also you can share keys with each other.
In case anyone has has secret keys send them to me i will put them here so others can use.
======================



-----------------------------------------
Hope you enjoyed
This free tutorial/hack was shared on Babiato
 
Last edited:
USING WHMCS WITHOUT VPS/SERVER
REPLACEMENT FOR STEP2

If you are using WHMCS on a shared hosting with WHM or Plesk follow.
Note: In case you succeed to add domain you may not be able to add a fake subdomain i.e
you can add https://thisdomain.xxx
you can NOT add: https://subdomain.thisdomain.xxx

Still try your luck and see if you can manage to add .
1. In your panel add new subdomain check domain from provider above.
Example: members.whmcsglobalservices.com
Example: modulesgarden.com

2. If you can NOT add domain in your cPanel contact Support of your hosting and even after support can not add your domain. DEAD END_??><%^ Get a VPS

2. SSL: Use above method on your localhost or use google cloudshell or colab ( any linux terminal)
If you use Google Cloud Shell (FREE) that comes with ubuntu - apt update && apt install mkcert -y

3. mkcert install : this will install CA cert then then. generate SSL for your fake domain.
Example: mkcert xx.com ( can be subdomain)
4. You will need 3 files.
> xxx.pem ( Certificate )
> xxx-key.pem ( Private Key )
> rootCA.pem (Signing Authority or Certificate Authority)

NOTE: rootCA.pem will be in /root/.local/share/mkcert/rootCA.pem
You can find path with: mkcert -CAROOT

5. Get values from above 3 files using cat or nano or vim ...
Now in your cpanel to SSL/TLS and click on Install SSL
Do not select any domain.
paste 3 values in 3 feils ( certificate-key-ca)

It will install cert for you.

5(a) You can copy your whmcs to fake location.
5(b) If your have shell access you can use ln ( link is better)

Now follow steps from threads
 
Last edited:
  • Love
Reactions: manuelnice
most of code is already shared as nulled with backlinks - backdoors by scammer.
+ most of forums ask for premium or Upgrade to download nulled stuff.

Also it is a method to bypass license without touching original code.
and only if you can afford to run WHMCS + VPS and have knowledge to do above ,
And its not that easy like downloading a nulled zip file and uploading from file manager that may contain malwares...



So if you are Author of any code, let me know i can remove any code that you own.
Sorry but i mean if everything is available UNSAFE , why not share a safe method.
 
how to get untouch package ?
it is big work ,but it is a road. return fake actived result for using.
 
Last edited:
  • Like
Reactions: lothaireya
any one help me make a hostx theme nulled latest version
As i mentioned if you have VPS you can use any WHMCS Module/ Plugin - without Decode.

Below is screenshot untouched HOSTX theme just add the license in Module Settings.

1713471072536.png
 
Last edited:
I m sharing just the knowledge so ...

If someone doesn't understand & setup this - no point in making video, they will get errors even after video.

You can try & if u get any error post here, i will help
 
hi is it possible if fake and original whmcs is not on same server?
 
Yes you can for that need to add whmcs licensing servers i.e a.licensing.whmcs.com etc in /etc / hosts


Create a fake domain i.e: licensing.whmcs.com
Add alies for a b c d e f whatever whmcs uses ( gets changed after major release)

Create index.php this file will contain WHMCS license info ,,
You can see nulled whmcs's License.php file and find where nulled response i.e: That contains Exipry, Renewal Date.

Put that in index.php
--
 
Yes you can for that need to add whmcs licensing servers i.e a.licensing.whmcs.com etc in /etc / hosts


Create a fake domain i.e: licensing.whmcs.com
Add alies for a b c d e f whatever whmcs uses ( gets changed after major release)

Create index.php this file will contain WHMCS license info ,,
You can see nulled whmcs's License.php file and find where nulled response i.e: That contains Exipry, Renewal Date.

Put that in index.php
--
I dont get it

I mean in step 12 above, it must be link between our whmcs and fake whmcs. So that we dont need to upload anything (because it was linked)

So i want to ask, is it possible if our whmcs didnt on same server with fake whmcs?
 
I dont get it

I mean in step 12 above, it must be link between our whmcs and fake whmcs. So that we dont need to upload anything (because it was linked)

So i want to ask, is it possible if our whmcs didnt on same server with fake whmcs?
Then use PROXY
Because you are using WHMCS to sell yourself a License.
not possible to use WHMCS on different server.
 
I dont get it

I mean in step 12 above, it must be link between our whmcs and fake whmcs. So that we dont need to upload anything (because it was linked)

So i want to ask, is it possible if our whmcs didnt on same server with fake whmcs?
You can host fake whmcs on another server and link them by making use od database of original whmcs, that works perfectly
 
  • Like
Reactions: afreena
I see, thanks for your help, i still in step 12 and still stuck because imposible to migrate my whmcs to same server with fake now 🤣🤣🤣

Any recommendation free panel for vps?
You can host fake whmcs on another server and link them by making use od database of original whmcs, that works perfectly
So it means i need to use remote db right?
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock