shell bypass 403

GrazzMean Shell

: /home/gutlooks/www/admin_assets/js/ [ drwxr-xr-x ]
Uname: Linux server.thebazaar99.com 5.14.0-687.17.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 22 07:21:26 EDT 2026 x86_64
Software: Apache
PHP version: 8.3.32 [ PHP INFO ] PHP os: Linux
Server Ip: 163.227.92.254
Your Ip: 216.73.217.24
User: gutlooks (1003) | Group: gutlooks (1005)
Safe Mode: OFF
Disable Function:
exec,passthru,shell_exec,system

name : custom.js
(function($) {
    "use strict";
    $('#sendotp').click(function(){
      $('#otp-block').show();
      $('#sendotp').hide();
      $('#validotp').show();
    });
    // $('.newv').click(function(){
    //   $('#newVeh').hide();
    //   $('#oldVeh').hide();
    //   $('#rtoNumber').show();
    // });
    $('.vehiclesde input[type="radio"]').click(function(){
      $('.oldd').hide();
      $('.neww').hide();
      var demovalue = $(this).val(); 
        $('.'+demovalue).show();
    });  
    $('.policyprev input[type="radio"]').click(function(){
      $('.prevno').show();
      var policyvalue = $(this).val(); 
        $('.'+policyvalue).hide();
    }); 
    $('.claimst input[type="radio"]').click(function(){
      $('.claimno').hide();
      var claimvalue = $(this).val(); 
        $('.'+claimvalue).show();
    });   
    $('.gst input[type="radio"]').click(function(){
      $('.gstyes').hide();
      var claimvalue = $(this).val(); 
        $('.'+claimvalue).show();
    }); 
    $('input[type="checkbox"]').click(function(){
        $('.insur').toggle();
    }); 

    $("#issuetype").change(function(){
        $(this).find("option:selected").each(function(){
            var optionValue = $(this).attr("value");
            if(optionValue){
                $(".issue-item").not("." + optionValue).hide();
                $("." + optionValue).show();
            } else{

                $(".issue-item").hide();
            }
        });
    }).change();
})(jQuery);
jQuery(document).ready(function($) {
  $(".select2").select2({
  });
});

window.setTimeout(function() {
  $(".alert").fadeTo(400, 0).slideUp(400, function(){
    $(this).remove(); 
  });
}, 3000);
© 2026 GrazzMean