shell bypass 403
UnknownSec Shell
:
/
var
/
www
/
html
/
views
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
v_demo2.php
<div class='main_content_container'> <?php $sendto = 'cindy@delv-in.com'; $sendto = "carole@delv-in.com"; $subject = "Demo Request from ".$_POST['name']; $message = "<p>The following request for a Demo of DELVIN has been received:</p> <b>Name:</b> ".$_POST['name']."<br> <b>Practice:</b> ".$_POST['practice']."<br> <b>City:</b> ".$_POST['city']."<br> <b>Position:</b> ".$_POST['position']."<br> <b>Phone:</b> ".$_POST['phone']."<br> <b>Email:</b> ".$_POST['email']; if ($Send_Email = new Send_Email($sendto, $subject, $message)){ echo "<p>Dear ". $_POST['name'].",</p> <p>Your request for a DELVIN Demo has been received.</p> <p>We will be contacting you shortly"; if (filter_var($_POST['email'], FILTER_VALIDATE_EMAIL)){ echo " by email (".$_POST['email'].") "; } if ($_POST['name'] != '' && (filter_var($_POST['email'], FILTER_VALIDATE_EMAIL) || strlen($_POST['phone']) >= 10)){ echo " or "; } if (strlen($_POST['phone']) >= 10){ echo " by phone (".$_POST['phone'].") "; } echo " to set up an appointment.</p> <p>Thank you for interest in DELVIN Practice Optimizing Software.</p>"; } else { echo "<p>Dear ". $_POST['name'].",</p> <p>It seems that there was a problem communicating your request. Please email us with your contact information at <a href='mailto:info@delv-in.com'>info@delv-in.com</a></p> <p>Thank you for your interest in DELVIN.</p>"; } ?> </div>
© 2026 UnknownSec