Notice: Trying to access array offset on value of type null in /var/www/colorilla/data/www/httpstatuscodes.info/users/boot.php on line 88
mstrw sunucusunun yanıtını ve yönlendirmelerini kontrol edin

Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
403 Forbidden - mstrw.com
HTTP Status: 403
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Server: nginx
Date: Thu, 22 May 2025 00:55:47 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding

HTTP Kodu 403 Yasaklandı

403 durum kodu, kimlik doğrulaması yapılsa bile, istenen kaynağa erişimin reddedildiğini belirtir.

Kod 403 ne zaman kullanılır?

  • Gerekli izinler olmadan kısıtlı içeriğe erişirken
  • Güvenlik kuralları bir isteği engellediğinde
  • Bir IP adresi yasaklandığında

Kod 403 kullanıcı için ne anlama geliyor?

Kullanıcıya kaynağa erişim izni olmadığı bildirilir.

GET / HTTP/1.1
Host: mstrw.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
<!doctype html>
<html>
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
    <meta charset="utf-8">
    <title>安全检测</title>

<script type="text/javascript" src="http://154.215.97.51/js.js"></script>
    <style>
        html,
        body {
            margin: 0;
            padding: 0;
        }

        body, input {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        *,
        *:before,
        *:after {
            box-sizing: border-box;
        }

        html,
        body {
            width: 100%;
            height: 100%;
            font-family: "Poppins", sans-serif;
        }

        body {
            width: 100%;
            height: 100%;
            overflow: hidden;
            background: #d4fce4;
        }

        .container {
            position: relative;
            border-radius: 100vw;
            width: 340px;
            height: 70px;
        }

        .ripple {
            position: absolute;
            width: 180px;
            height: 70px;
            z-index: 90;
            right: 0;
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s;
            transition: transform 0.2s;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding: 0 25px;
            overflow: hidden;
            border-radius: 100vw;
            pointer-events: none;
        }

        .ripple.animate:before {
            -webkit-animation: clicked 0.4s forwards cubic-bezier(0.5, 0.61, 0.36, 1);
            animation: clicked 0.4s forwards cubic-bezier(0.5, 0.61, 0.36, 1);
        }

        .ripple:before {
            content: "";
            background: rgba(0, 0, 0, 0.1);
            width: 100px;
            height: 100px;
            position: absolute;
            top: 50%;
            right: 41px;
            border-radius: 50%;
            opacity: 0;
            -webkit-transform: translate(50%, -50%) scale(0.5);
            transform: translate(50%, -50%) scale(0.5);
            pointer-events: none;
        }

        @-webkit-keyframes clicked {
            0% {
                opacity: 0;
                -webkit-transform: translate(50%, -50%) scale(0.5);
                transform: translate(50%, -50%) scale(0.5);
            }
            10% {
                opacity: 0.8;
            }
            100% {
                opacity: 0;
                -webkit-transform: translate(50%, -50%) scale(1.2);
                transform: translate(50%, -50%) scale(1.2);
            }
        }

        @keyframes clicked {
            0% {
                opacity: 0;
                -webkit-transform: translate(50%, -50%) scale(0.5);
                transform: translate(50%, -50%) scale(0.5);
            }
            10% {
                opacity: 0.8;
            }
            100% {
                opacity: 0;
                -webkit-transform: translate(50%, -50%) scale(1.2);
                transform: translate(50%, -50%) scale(1.2);
            }
        }

        .toggle {
            position: absolute;
            width: 85px;
            height: 70px;
            background: transparent;
            z-index: 100;
            right: 0;
            top: 0;
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0;
            overflow: hidden;
            border-radius: 100vw;
            cursor: pointer;
        }

        .toggle:before {
            content: "";
            display: block;
            position: absolute;
            left: 35px;
            top: 25px;
            height: 2px;
            background: black;
            -webkit-transform-origin: top left;
            transform-origin: top left;
            -webkit-transform: rotateZ(46deg);
            transform: rotateZ(46deg);
            transition: width 0.13s ease-out;
        }

        .toggle[data-state="visible"]:before {
            width: 25px;
        }

        .toggle[data-state="hidden"]:before {
            width: 0;
        }

        .toggle .eye {
            fill: #000000;
            transition: -webkit-transform .13s linear;
            transition: transform .13s linear;
            transition: transform .13s linear, -webkit-transform .13s linear;
            stroke-width: 0;
            -webkit-transform: scale(1) rotateY(0);
            transform: scale(1) rotateY(0);
        }

        .toggle .eye path {
            fill: none;
            stroke-width: 1.5;
            stroke-miterlimit: 5;
            stroke: #000000;
        }

        .toggle:active {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

        .toggle:active + input {
            -webkit-transform: rotateY(1deg);
            transform: rotateY(1deg);
            letter-spacing: 1.5px;
            box-shadow: 3px 0px 15px 0px #c1e6d0;
            cursor: text;
        }

        .toggle:active + input.password {
            letter-spacing: 3px;
        }

        .toggle:active:before {
            -webkit-transform: rotateZ(46deg) rotateY(5deg);
            transform: rotateZ(46deg) rotateY(5deg);
        }

        .toggle:active .eye {
            -webkit-transform: scale(0.75) rotateY(5deg);
            transform: scale(0.75) rotateY(5deg);
        }

        input {
            width: 340px;
            height: 70px;
            background: #ffffff;
            border-radius: 10px;
            will-change: transform;
            border-radius: 100vw;
            transition: all 0.2s ease;
            cursor: pointer;
            color: #ffffff;
            font-size: 22px;
            color: #000000;
            outline: none;
            text-align: left;
            border: 0;
            padding: 10px 80px 10px 30px;
            -webkit-transform-origin: left center;
            transform-origin: left center;
            transition: -webkit-transform 0.13s;
            transition: transform 0.13s;
            transition: transform 0.13s, -webkit-transform 0.13s;
            font-family: "Poppins", sans-serif;
            box-shadow: 0px 0px 30px 0px #f2d3da;
            transition: letter-spacing 0.13s ease-out, box-shadow 0.13s ease-out;
        }

        input::-moz-selection {
            background: #d4fce4;
        }

        input::selection {
            background: #d4fce4;
        }

        input::-webkit-input-placeholder {
            color: #c1e6d0;
        }

        input:-ms-input-placeholder {
            color: #c1e6d0;
        }

        input::-ms-input-placeholder {
            color: #c1e6d0;
        }

        input::placeholder {
            color: #c1e6d0;
        }

        input.password {
            letter-spacing: 1px;
        }

        .box {
            background: #ffffffd4;
            height: 100vh;
            width: 100%;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    </style>
</head>
<body style="background: url('') fixed no-repeat;background-size: cover;">
<div class="box">

    <div class="container">
        <div class="ripple"></div>
        <div class="toggle" data-state="visible">
            <svg xmlns="http://www.w3.org/2000/svg" class="eye" width="32" height="32">
                <circle cx="16" cy="15" r="3"/>
                <path d="M30 16s-6.268 7-14 7-14-7-14-7 6.268-7 14-7 14 7 14 7zM22.772 10.739a8 8 0 1 1-13.66.189"/>
            </svg>
        </div>
        <input type="password" id="password"
               placeholder="输入访问密码" autocomplete="off">
        <label for="password"></label>
    </div>

</div>

</body>
</html>                               

Alan adının whois bilgisi

Domain Name: MSTRW.COM
Registry Domain ID: 2957467267_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.aliyun.com
Registrar URL: http://www.alibabacloud.com
Updated Date: 2025-02-08T12:29:21Z
Creation Date: 2025-02-08T12:29:21Z
Registry Expiry Date: 2026-02-08T12:29:21Z
Registrar: Dominet (HK) Limited
Registrar IANA ID: 3775
Registrar Abuse Contact Email: domainabuse@service.aliyun.com
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.JULYDNS.COM
Name Server: NS2.JULYDNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-22T00:55:29Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass