shell bypass 403
UnknownSec Shell
:
/
var
/
www
/
html
/
views
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
v_admin_testimony.php
<div class='col-10'> <h1>Testimonials</h1> </div> <div class='col-2 right'> <form action='' method='post'> <input type='submit' name='submitBut' value='Add Testimony' class='button add_cont_but'> </form> </div> <table class='data_table'> <tr> <th>ID #</th><th>Source</th><th>Message</th><th>Photo</th><th>Added/Updated</th><th class='centre'>Action</th> </tr> <?php $Testimonial = new Testimonial; date_default_timezone_set('Canada/Pacific'); $rows = $Testimonial->get('', ''); 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>".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='button edit_save_but'> <input type='submit' name='submitBut' value='Delete' class='button del_but'> </form></td> </tr>"; } ?> </table>
© 2026 UnknownSec