shell bypass 403

GrazzMean-Shell Shell

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.32 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 52.14.184.10
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : features.ejs
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Creelio Business</title>
    <%- include('./partials/csslinks') %>
</head>

<body>
    <%- include('./partials/header') %>

        <main>
            <section class="main-content-creelio">
                <div class="container">
                    <div class="row align-items-center">
                        <div class="col-12 col-md-6">
                            <div class="main-hoster">
                                <h2>
                                    CREER<span>LIO</span>
                                    Features
                                </h2>
                            </div>
                        </div>
                        <div class="col-12 col-md-6">
                            <div class="main-hoster-para">
                                <p>Welcome to CREERLIOs portfolio.
                                    Here you’ll find the features and functions, versatility and more selection of my
                                    work. Explore Creerlios Portfolios to learn more about how Creerlio can work for
                                    you.</p>
                            </div>
                        </div>
                    </div>
                </div>
            </section>
            <section class="tow-sec">
                <div class="container">

                    <div class="row">
                        <div class="col-12 col-md-6">
                            <div class="custom-card">
                                <img src="assets\img\inner-pages/banner1.png" class="img-fluid" alt="img">
                                <h3>Business Promotional Career Pages</h3>
                                <p>CREERLIO for Business allows for any Business large or small to create attractive and
                                    informative Business Profiles to encourage future employees to their Business.
                                </p>
                                <button onclick="mention()">Read More</button>
                            </div>
                        </div>
                        <div class="col-12 col-md-6">
                            <div class="custom-card">
                                <img src="assets\img\inner-pages/banner2.png" class="img-fluid" alt="img">
                                <h3>Video Interviewing Included</h3>
                                <p>The job interview is more than a tool for selecting the right candidate; it is an
                                    opportunity to convey your company’s values, culture, and vision.</p>
                                <button onclick="located()">Read More</button>
                            </div>
                        </div>
                    </div>

                    <div class="row mt-5">
                        <div class="col-12 col-md-6">
                            <div class="custom-card">
                                <img src="assets\img\inner-pages/banner3.png" class="img-fluid" alt="img">
                                <h3>Talent Portfolios</h3>
                                <p>Awards and Recognitions: Highlight accolades and honors that set you apart.
                                    Certifications and Courses: Display your continuous learning journey with relevant certifications and completed courses.</p>
                                <button onclick="portfolio()">Read More</button>
                            </div>
                        </div>
                        <div class="col-12 col-md-6">
                            <div class="custom-card">
                                <img src="assets\img\inner-pages/banner4.png" class="img-fluid" alt="img">
                                <h3>Job Board</h3>
                                <p>Job Board Advertising is included in Subscriptions for those times you want to reach out to our Talent to build a few extra relationships. </p>
                                <button onclick="job()">Read More</button>
                            </div>
                        </div>
                    </div>
                </div>
            </section>
            <section class="inculde-form">
                <div class="container">

                    <div class="row justify-content-center ">
                        <h2>JOIN THE <span>WAITLIST</span></h2>
                        <form action="" style="
                     display: flex;
                     justify-content: center;">
                            <div class="col-12 col-md-8">
                                <div class="row justify-content-center">
                                    <div class="col-12 col-md-6">
                                        <div class="custom-input">
                                            <input type="text" placeholder="First Name:">
                                        </div>
                                    </div>
                                    <div class="col-12 col-md-6">
                                        <div class="custom-input">
                                            <input type="text" placeholder="Last Name:">
                                        </div>
                                    </div>

                                </div>

                                <div class="row mt-3 justify-content-center">
                                    <div class="col-12 col-md-12">
                                        <div class="custom-input">
                                            <input type="email" placeholder="Email:">
                                        </div>
                                        <button>JOIN</button>

                                    </div>

                                </div>
                            </div>
                        </form>
                    </div>
                </div>
            </section>
        </main>
        <script>
            function mention() {
                window.location.href = "business-read"
            }
            function located() {
                window.location.href = "video-interviews"
            }
            function portfolio(){
                window.location.href = "Portfolio-note"
            }
            function job(){
                window.location.href = "job-read"
            }
        </script>

        <%- include('./partials/footer') %>
            <%- include('./partials/scriptlinks') %>
</body>

</html>
© 2025 GrazzMean-Shell