⚝
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
/
1747129117.248061
/
View File Name :
tourismtrainingbd.urvam.com_14
server { listen 80; server_name tourismtrainingbd.com, www.tourismtrainingbd.com; root /var/www/tourismtrainingbd.urvam.com/public; index index.html index.htm index.php; location / { # try_files $uri $uri/ =404; try_files $uri $uri/ /index.php?$args; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/var/run/php/php8.1-fpm.sock; } location ~ /\.ht { deny all; } }