shell bypass 403
UnknownSec Shell
:
/
home
/
delvin
/
public_html
/
dev2.delv-in.com
/
views
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
v_admin_testimony.php
<div class='col-12 pad_4_b'> <div class='col-10'> <h1>Testimonials</h1> </div> <div class='col-2 right'> <form action='' method='post'> <input type='submit' name='submitBut' value='Preview Slideshow' class='btn btn_edit'> <input type='submit' name='submitBut' value='Add Testimony' class='btn btn_add'> </form> </div> </div> <table class='data_table'> <tr> <th>ID #</th><th>Source</th><th>Message</th><th>Photo</th><th>Display Order</th><th>Added/Updated</th><th class='centre'>Action</th> </tr> <?php $Testimonial = new Testimonial; date_default_timezone_set('Canada/Pacific'); $rows = $Testimonial->get('', 'rank'); foreach ($rows as $testID => $row){ echo " <tr> <td>".$row['testID']."</td> <td>".$row['dispName']."</td> <td>".$row['message']."</td> <td>"; if ($row['photo'] != ''){ echo "<img src='views/images/testimonials/".$row['photo']."' height=75 align='left'> ".$row['photo']; } echo "</td> <td> <form action='' method='post' name='set_rank'> <input type='hidden' name='testID' value='". $row['testID'] ."'> <input type='hidden' name='oldRank' value='". $row['rank'] ."'> <input type='hidden' name='submitBut' value='updateRank'> "; $SelectObjNum = new SelectObjNum('rank', 1, count($rows), 1, $row['rank'], '', '[select]', "onchange='submit(\"this\")'", 'set_rank', 'centre'); echo " </form> </td> <td>".date('M j/y', $row['addedTS'])."</td> <td class='centre'> <form action='' method='post'> <input type='hidden' name='testID' value='".$row['testID']."'> <input type='submit' name='submitBut' value='Edit' class='btn btn_edit btn-mini'> <input type='submit' name='submitBut' value='Delete' class='btn btn_delete btn-mini'> </form> </td> </tr>"; } ?> </table>
© 2026 UnknownSec