shell bypass 403

UnknownSec Shell


name : a8a3ab3330923046d1b50235eaacc99e0d214fed.php
<form class="form-area contact-form" id="myForm"
      action="<?php echo e(route('contactMsgSubmit')); ?>"
      method="post">
    <?php echo csrf_field(); ?>
    <div class="row">
        <div class="col-lg-12">
            <label class="primary_label"><?php echo e(__('frontend.Name')); ?></label>
            <input name="name" placeholder="<?php echo e(__('frontend.Enter Name')); ?>"
                   onfocus="this.placeholder = ''"
                   onblur="this.placeholder = '<?php echo e(__('frontend.Enter Name')); ?>'"
                   class="primary_input mb_20" type="text" required
                   value="<?php echo e(old('name')); ?>">
            <span class="text-danger"
                  role="alert"><?php echo e($errors->first('name')); ?></span>

            <label
                class="primary_label"><?php echo e(__('frontend.Email Address')); ?></label>
            <input name="email" required
                   placeholder="<?php echo e(__('frontend.Type e-mail address')); ?>"
                   pattern="[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{1,63}$"
                   onfocus="this.placeholder = ''"
                   onblur="this.placeholder = '<?php echo e(__('frontend.Type e-mail address')); ?>'"
                   class="primary_input mb_20"
                   type="email" value="<?php echo e(old('email')); ?>">
            <span class="text-danger"
                  role="alert"><?php echo e($errors->first('email')); ?></span>
            <label class="primary_label"><?php echo e(__('frontend.Subject')); ?></label>
            <input name="subject" required
                   placeholder="<?php echo e(__('frontend.Enter your subject')); ?>"
                   onfocus="this.placeholder = ''"
                   onblur="this.placeholder = '<?php echo e(__('frontend.Enter your subject')); ?>'"
                   class="primary_input mb_20" type="text"
                   value="<?php echo e(old('subject')); ?>">
            <span class="text-danger"
                  role="alert"><?php echo e($errors->first('subject')); ?></span>
        </div>
        <div class="col-lg-12">
            <label class="primary_label"><?php echo e(__('frontend.Message')); ?></label>
            <textarea required class="primary_textarea mb-0" name="message"
                      placeholder="<?php echo e(__('frontend.Write your message')); ?>"
                      onfocus="this.placeholder = ''"
                      onblur="this.placeholder = '<?php echo e(__('frontend.Write your message')); ?>'"
            ><?php echo e(old('message')); ?></textarea>
            <span class="text-danger"
                  role="alert"><?php echo e($errors->first('message')); ?></span>
        </div>

        <div class="col-12 mt_10 mb_20">


            <?php if(saasEnv('NOCAPTCHA_FOR_CONTACT')=='true'): ?>
                <input type="hidden" name="hasCaptcha"
                       value="<?php echo e(saasEnv('NOCAPTCHA_FOR_CONTACT')); ?>">
                <?php if(saasEnv('NOCAPTCHA_IS_INVISIBLE')=="true"): ?>
                    <?php echo NoCaptcha::display(["data-size"=>"invisible"]); ?>

                    <?php echo NoCaptcha::renderJs(); ?>

                <?php else: ?>
                    <?php echo NoCaptcha::display(); ?>

                    <?php echo NoCaptcha::renderJs(); ?>

                <?php endif; ?>

                <?php if($errors->has('g-recaptcha-response')): ?>
                    <span class="text-danger"
                          role="alert"><?php echo e($errors->first('g-recaptcha-response')); ?></span>
                <?php endif; ?>
            <?php endif; ?>


        </div>
        <div class="col-lg-12 text-left">
            <div class="alert-msg"></div>


            <?php if(saasEnv('NOCAPTCHA_FOR_CONTACT')=='true' && saasEnv('NOCAPTCHA_IS_INVISIBLE')=="true"): ?>
                <button type="button"
                        class="g-recaptcha theme_btn small_btn submit-btn w-100 text-center"
                        data-sitekey="<?php echo e(saasEnv('NOCAPTCHA_SITEKEY')); ?>"
                        data-size="invisible"
                        data-callback="onSubmit"
                >
                    <?php echo e(__('frontend.Send Message')); ?>

                </button>

                <script src="https://www.google.com/recaptcha/api.js"
                        async
                        defer></script>
                <script>
                    function onSubmit(token) {
                        document.getElementById("myForm").submit();
                    }
                </script>
            <?php else: ?>

                <button type="submit"
                        class="theme_btn small_btn submit-btn w-100 text-center">
                    <?php echo e(__('frontend.Send Message')); ?>

                </button>
            <?php endif; ?>

        </div>
    </div>
</form>
<?php /**PATH /home/bouloter/infix/resources/views/frontend/infixlmstheme/snippets/components/_contact_form.blade.php ENDPATH**/ ?>

© 2025 UnknownSec
afwwrfwafr45458465
Password