shell bypass 403

GrazzMean-Shell Shell

: /home/allssztx/needapair.com/public/ [ drwxr-xr-x ]
Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 18.188.228.44
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : contact-us.ejs
<!DOCTYPE html>
<html>

<head>
    <title> Home </title>
    <meta charset="UTF-8">
    <meta name="keywords" content="HTML, CSS, JavaScript">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <%- include('./parcials/cssLinks') %>
</head>

<body>
    <%- include('./parcials/header') %>
        <main class="bg-shapes-main">
            <div class="bg-shapes">
                <figure>
                    <img src="<%= baseUrl %>images/banner-top-left.png" alt="">
                </figure>
                <figure>
                    <img src="<%= baseUrl %>images/banner-shape-lefft.png" alt="">
                </figure>
                <figure>
                    <img src="<%= baseUrl %>images/banner-shape-rgt.png" alt="">
                </figure>
            </div>
            <div class="floating-shapes">
                <span data-parallax='{"x": -180, "y": -20, "rotateZ":500}'>
                    <img src="<%= baseUrl %>images/floating-dot.png" alt="">
                </span>
                <span data-parallax='{"x": 150, "y": -20, "rotateX":2000}'>
                    <img src="<%= baseUrl %>images/floating-dot2.png" alt="">
                </span>
                <span data-parallax='{"x": -20, "y": -100, "rotateZ":500,"rotateX":2000}'>
                    <img src="<%= baseUrl %>images/floating-dot3.png" alt="">
                </span>
                <span data-parallax='{"x": -20, "y": -100, "rotateZ":500,"rotateX":2000}'>
                    <img src="<%= baseUrl %>images/floating-dot4.png" alt="">
                </span>
                <span data-parallax='{"x": -20, "y": -100, "rotateZ":500,"rotateX":2000}'>
                    <img src="<%= baseUrl %>images/floating-dot5.png" alt="">
                </span>
            </div>
            <!--<section class="inner-banner">-->
            <!--    <div class="container">-->
            <!--        <div class="row justify-content-center">-->
            <!--            <div class="col-xl-10 col-12 px-xl-5">-->
            <!--                <div class="banner-content">-->
            <!--                    <h1 class="theme-h2">contact us</h1>-->
            <!--                    <ul class="banner-links">-->
            <!--                        <li>-->
            <!--                            <a href="/">Home</a>-->
            <!--                        </li>-->
            <!--                        <li>contact us</li>-->
            <!--                    </ul>-->
            <!--                </div>-->
            <!--            </div>-->
            <!--        </div>-->
            <!--    </div>-->
            <!--</section>-->
            <section class="contact-sec padding-sec">
                <div class="container">
                    <div class="row justify-content-center">
                        <div class="col-xl-10 col-12 px-xl-5">
                            <div class="contact-content">
                                <div class="row gx-lg-5 g-4 justify-content-between align-items-center">
                                    <div class="col-lg-6 col-12">
                                        <img class="img-fluid" src="<%= baseUrl %>images/home-banner-bg.png" alt="">
                                    </div>
                                    <div class="col-lg-6 col-12">
                                        <h2 class="theme-h2">send us a message</h2>
                                        <form action="/api/email/contact" method="post">
                                            <div class="contact-form">
                                                <div class="row g-3">
                                                    <div class="col-6">
                                                        <div class="input-field">
                                                            <label for="">First Name *</label>
                                                            <input name="firstName" type="text" required>
                                                        </div>
                                                    </div>
                                                    <div class="col-6">
                                                        <div class="input-field">
                                                            <label for="lastName">Last Name *</label>
                                                            <input name="lastName" type="text" required>
                                                        </div>
                                                    </div>
                                                    <div class="col-6">
                                                        <div class="input-field">
                                                            <label for="email">Username *</label>
                                                            <input name="username" type="text" required>
                                                        </div>
                                                    </div>
                                                    <div class="col-6">
                                                        <div class="input-field">
                                                            <label for="email">Email Address *</label>
                                                            <input name="email" type="email" required>
                                                        </div>
                                                    </div>
                                                    <div class="col-12">
                                                        <div class="input-field">
                                                            <label for="lastName">Message *</label>
                                                            <textarea name="message" required></textarea>
                                                        </div>
                                                    </div>
                                                </div>
                                                <button type="submit" class="theme-btn">Submit</button>
                                            </div>
                                        </form>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </section>
        </main>
        <%- include('./parcials/footer') %>
        <%- include('./parcials/scriptLinks') %>
</body>

</html>
© 2025 GrazzMean-Shell