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: 3.145.58.30
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : business-reset-password.ejs
<!DOCTYPE html>
<html lang="en">

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

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

  <section class="portfolio-section">
    <div class="container d-flex flex-column justify-content-center align-items-center" data-aos="fade-up" data-aos-duration="3200" data-aos-easing="ease-in-sine">

      <div class="row justify-content-center w-100">
        <div class="col-lg-8 col-12">

          <!-- NO 1 portfolio WORKS STARTS HERE -->
          <div class="portfolio_width_setting portfolio-form w-100">
            <div class="text-center">
              <h1 class="fw-bold">Reset Password</h1>
            </div>
            <form method="POST" action="/api/auth/business/password/get-otp" class="row g-4">
              <div class="col-12 portfolio-form-design">
                <label for="email" class="form-label">Enter Your Email*</label>
                <input type="email" name="email" id="email" class="form-control" placeholder="Enter Email Address..." required>
              </div>
              <div class="d-flex justify-content-center">
                <button type="submit" class="submit-btn-portfolio btn-business-reg" data-next-class="companyoperate-section">Continue</button>
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </section>

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

</body>

</html>
© 2025 GrazzMean-Shell