• 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"

LicenseBox - PHP License and Updates Manager By CodeMonks

LicenseBox - PHP License and Updates Manager By CodeMonks 1.6.4

No permission to download
HI,

There is backdoor left in the script inside the file core_init.php

Line No. 50:
nCjmAmmh:$this->api_url = "\x68\164\164\160\x73\72\x2f\57\x6c\x62\x2e\154\x69\x63\x65\x6e\x73\x65\x62\x6f\170\x2e\141\160\160\57";


If you decode the above it will show you "https://lb.licensebox.app/"

So this is the only backdoor i have found.

Just remove this to solve the problem of backdoor:
"\x68\164\164\160\x73\72\x2f\57\x6c\x62\x2e\154\x69\x63\x65\x6e\x73\x65\x62\x6f\170\x2e\141\160\160\57"


But still the obfuscator won't work, because it uses the developer's api to obfuscate i.e. https://lb.licensebox.app/api/obfuscate_php
 
Can someone reupload the latest nulled version pleasse?

The download link isn't working for me either, and I tried it using multiple browsers.
 
Nulling and playing the licensebox with licensebox was full of fun for me.

What i did is downloaded the untouched version and then decoded it and made some tiny changes in it.

PHP:
public function __construct()
        {
            $this->product_id = "";
            $this->api_url = "";
            $this->api_key = "";
            $this->api_language = "english";
            $this->current_version = "v1.6.4";
            $this->verify_type = "non_envato";
            $this->verification_period = 3;
            $this->current_path = realpath("/var/www/html");
            $this->root_path = realpath($this->current_path . "/../..");
            $this->license_file = realpath($this->current_path) . "/.lb_lic";
        }

PHP:
public function activate_license($uVpML53d, $fC1F3kK2, $sxl92rru = null, $QEA6DJzg = true)
        {
            file_put_contents($this->license_file, 'install.licensebox', LOCK_EX);
        return array('status' => TRUE, 'client' => 'admin', 'email' => '[email protected]', 'message' => 'Valid license', 'data' => 'data');
        }
        public function v3r1phy_l1c3n53($HmigRGzd = false, $uVpML53d = false, $fC1F3kK2 = false)
        {
       
        return array('status' => TRUE, 'client' => 'admin', 'email' => '[email protected]', 'message' => 'Valid license', 'data' => 'data');


        }

PHP:
public function download_update($u92Vk2Y2, $ks0BiEqL, $ER5BYL0j, $uVpML53d = false, $fC1F3kK2 = false)
        {
            return 'database.sql';
        }

public function download_sql($SOXFc430, $ER5BYL0j)
        {
            return 'database.sql';
        }

Thereafter, i put database.sql in install folder.

Installed Successfully.

Thereafter, i created an product and named it LicenseBox and generated external api key and generated an new license. I copied all these 3 i.e. product id, license key, external api key

Thereafter i created new installer and went back to core_init.php and put above copied things.

PHP:
public function __construct()
        {
            $this->product_id = "my product id";
            $this->api_url = " my url";
            $this->api_key = "my exteral api key";
            $this->api_language = "english";
            $this->current_version = "v1.6.4";
            $this->verify_type = "non_envato";
            $this->verification_period = 3;
            $this->current_path = realpath("/var/www/html");
            $this->root_path = realpath($this->current_path . "/../..");
            $this->license_file = realpath($this->current_path) . "/.lb_lic";
        }

Now i can even sell it or activate it with my own generated license keys LOL

But the obfuscation part won't work.
 
Last edited:
Nulling and playing the licensebox with licensebox was full of fun for me.

What i did is downloaded the untouched version and then decoded it and made some tiny changes in it.

PHP:
public function __construct()
        {
            $this->product_id = "";
            $this->api_url = "";
            $this->api_key = "";
            $this->api_language = "english";
            $this->current_version = "v1.6.4";
            $this->verify_type = "non_envato";
            $this->verification_period = 3;
            $this->current_path = realpath("/var/www/html");
            $this->root_path = realpath($this->current_path . "/../..");
            $this->license_file = realpath($this->current_path) . "/.lb_lic";
        }

PHP:
public function activate_license($uVpML53d, $fC1F3kK2, $sxl92rru = null, $QEA6DJzg = true)
        {
            file_put_contents($this->license_file, 'install.licensebox', LOCK_EX);
        return array('status' => TRUE, 'client' => 'admin', 'email' => '[email protected]', 'message' => 'Valid license', 'data' => 'data');
        }
        public function v3r1phy_l1c3n53($HmigRGzd = false, $uVpML53d = false, $fC1F3kK2 = false)
        {
      
        return array('status' => TRUE, 'client' => 'admin', 'email' => '[email protected]', 'message' => 'Valid license', 'data' => 'data');


        }

PHP:
public function download_update($u92Vk2Y2, $ks0BiEqL, $ER5BYL0j, $uVpML53d = false, $fC1F3kK2 = false)
        {
            return 'database.sql';
        }

public function download_sql($SOXFc430, $ER5BYL0j)
        {
            return 'database.sql';
        }

Thereafter, i put database.sql in install folder.

Installed Successfully.

Thereafter, i created an product and named it LicenseBox and generated external api key and generated an new license. I copied all these 3 i.e. product id, license key, external api key

Thereafter i created new installer and went back to core_init.php and put above copied things.

PHP:
public function __construct()
        {
            $this->product_id = "my product id";
            $this->api_url = " my url";
            $this->api_key = "my exteral api key";
            $this->api_language = "english";
            $this->current_version = "v1.6.4";
            $this->verify_type = "non_envato";
            $this->verification_period = 3;
            $this->current_path = realpath("/var/www/html");
            $this->root_path = realpath($this->current_path . "/../..");
            $this->license_file = realpath($this->current_path) . "/.lb_lic";
        }

Now i can even sell it or activate it with my own generated license keys LOL

But the obfuscation part won't work.
I wish you could share it with us :)
 
Nulling and playing the licensebox with licensebox was full of fun for me.

What i did is downloaded the untouched version and then decoded it and made some tiny changes in it.
Could you please share your work even if obfuscator not working as I'm more interested in the other parts. Thanks!
 
Nulling and playing the licensebox with licensebox was full of fun for me.

What i did is downloaded the untouched version and then decoded it and made some tiny changes in it.

PHP:
public function __construct()
        {
            $this->product_id = "";
            $this->api_url = "";
            $this->api_key = "";
            $this->api_language = "english";
            $this->current_version = "v1.6.4";
            $this->verify_type = "non_envato";
            $this->verification_period = 3;
            $this->current_path = realpath("/var/www/html");
            $this->root_path = realpath($this->current_path . "/../..");
            $this->license_file = realpath($this->current_path) . "/.lb_lic";
        }

PHP:
public function activate_license($uVpML53d, $fC1F3kK2, $sxl92rru = null, $QEA6DJzg = true)
        {
            file_put_contents($this->license_file, 'install.licensebox', LOCK_EX);
        return array('status' => TRUE, 'client' => 'admin', 'email' => '[email protected]', 'message' => 'Valid license', 'data' => 'data');
        }
        public function v3r1phy_l1c3n53($HmigRGzd = false, $uVpML53d = false, $fC1F3kK2 = false)
        {
      
        return array('status' => TRUE, 'client' => 'admin', 'email' => '[email protected]', 'message' => 'Valid license', 'data' => 'data');


        }

PHP:
public function download_update($u92Vk2Y2, $ks0BiEqL, $ER5BYL0j, $uVpML53d = false, $fC1F3kK2 = false)
        {
            return 'database.sql';
        }

public function download_sql($SOXFc430, $ER5BYL0j)
        {
            return 'database.sql';
        }

Thereafter, i put database.sql in install folder.

Installed Successfully.

Thereafter, i created an product and named it LicenseBox and generated external api key and generated an new license. I copied all these 3 i.e. product id, license key, external api key

Thereafter i created new installer and went back to core_init.php and put above copied things.

PHP:
public function __construct()
        {
            $this->product_id = "my product id";
            $this->api_url = " my url";
            $this->api_key = "my exteral api key";
            $this->api_language = "english";
            $this->current_version = "v1.6.4";
            $this->verify_type = "non_envato";
            $this->verification_period = 3;
            $this->current_path = realpath("/var/www/html");
            $this->root_path = realpath($this->current_path . "/../..");
            $this->license_file = realpath($this->current_path) . "/.lb_lic";
        }

Now i can even sell it or activate it with my own generated license keys LOL

But the obfuscation part won't work.
Can u share buddy ?
 
what are you a snitch
No. But in a community to share, it is not by being aggressive that you will achieve something, either the documentation you can access at this link: https://x.gd/qFbBn

Just click Add to cart.

Or have more politeness and respect with the members, I believe no one will deny the same to you.
 
No. But in a community to share, it is not by being aggressive that you will achieve something, either the documentation you can access at this link: https://x.gd/qFbBn

Just click Add to cart.

Or have more politeness and respect with the members, I believe no one will deny the same to you.
ok my fault
 
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