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 /
sites-enabled /
[ HOME SHELL ]
Name
Size
Permission
Action
berripix.com.conf
2.66
KB
-rw-rw-r--
mangaberri.com.conf
3.04
KB
-rw-rw-r--
mangacherri.com.conf
2.33
KB
-rw-rw-r--
mangalegend.com.conf
2.74
KB
-rw-r--r--
readmodulo.com.conf
2.77
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mangalegend.com.conf
# Redirect all HTTP traffic to HTTPS server { if ($host = mangalegend.com) { return 301 https://$host$request_uri; } # managed by Certbot if ($host = www.mangalegend.com) { return 301 https://$host$request_uri; } # managed by Certbot listen 80; server_name mangalegend.com www.mangalegend.com; return 301 https://$host$request_uri; } # Main HTTPS server block server { listen 443 ssl http2; server_name mangalegend.com www.mangalegend.com; root /var/www/html/mangaberri/public_html; index index.php index.html; location / { try_files $uri $uri/ $uri.php @clean_urls; } location @clean_urls { 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; } 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; fastcgi_read_timeout 60s; set $skip_cache 0; if ($request_method = POST) { set $skip_cache 1; } if ($query_string != "") { set $skip_cache 1; } if ($http_cookie ~* "PHPSESSID|wordpress_logged_in_|comment_author") { set $skip_cache 1; } if ($request_uri ~* "/(admin|login|dashboard|user)") { set $skip_cache 1; } fastcgi_cache_bypass $skip_cache; fastcgi_no_cache $skip_cache; fastcgi_cache phpcache; fastcgi_cache_valid 200 302 10m; fastcgi_cache_valid 404 1m; add_header X-FastCGI-Cache $upstream_cache_status always; add_header Cache-Control "no-store, no-cache, must-revalidate, max-age=0"; add_header Pragma "no-cache"; expires off; #add_header X-Content-Type-Options "nosniff" always; #add_header X-Frame-Options "DENY" always; #add_header X-XSS-Protection "1; mode=block" always; #add_header Content-Security-Policy "script-src 'self'" always; } location ~* \.(?:jpg|jpeg|png|gif|webp|css|js)$ { expires 30d; access_log off; add_header Cache-Control "public, max-age=2592000"; } error_page 404 = @custom_404; location @custom_404 { rewrite ^ /404.php; } location ~ /\.(?!well-known).* { deny all; } ssl_certificate /etc/letsencrypt/live/www.mangalegend.com/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/www.mangalegend.com/privkey.pem; # managed by Certbot }
Close