⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.103
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.22
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
letsencrypt
/
backups
/
1725343183.186646
/
View File Name :
dosbarth.lmsmonks.com_5
server { listen 80; server_name dosbarth.urvam.com; root /var/www/dosbarth/public/; index index.html index.htm index.php; charset utf-8; location / { #try_files $uri $uri/ =404; try_files $uri $uri/ /index.php?$query_string; } error_page 404 /index.php; location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/var/run/php/php8.1-fpm.sock; fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name; include fastcgi_params; } location ~ /\.ht { deny all; } }