Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - pwn4x.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Thu, 01 May 2025 22:31:06 GMT
Content-Type: text/html
Content-Length: 6992
Last-Modified: Sun, 22 Dec 2024 16:51:14 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "67684382-1b50"
Accept-Ranges: bytes

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: pwn4x.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>PWN4X - 专业网络安全团队</title>
    <link rel="stylesheet" href="styles.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
    <link rel="icon" type="image/x-icon" href="/favicon.ico">
    <link rel="icon" type="image/png" href="/favicon.png">
    <meta name="description" content="PWN4X - 专业的网络安全团队,提供渗透测试、安全审计、安全开发等服务">
    <meta name="keywords" content="PWN4X,网络安全,渗透测试,安全审计,安全开发">
    <link rel="canonical" href="https://pwn4x.com" />
</head>
<body>
    <!-- 导航栏 -->
    <nav>
        <div class="container">
            <div class="logo">
                <h1>PWN4X</h1>
            </div>
            <ul class="nav-links">
                <li><a href="#home">首页</a></li>
                <li><a href="#services">服务</a></li>
                <li><a href="#team">团队</a></li>
                <li><a href="#products">周边</a></li>
                <li><a href="#contact">联系我们</a></li>
            </ul>
            <div class="burger">
                <div class="line1"></div>
                <div class="line2"></div>
                <div class="line3"></div>
            </div>
        </div>
    </nav>

    <!-- 首页部分 -->
    <section id="home" class="hero">
        <div class="matrix-bg"></div>
        <div class="container">
            <h1 class="glitch" data-text="">保护您的数字资产</h1>
            <p>专业的网络安全解决方案</p>
            <a href="#contact" class="cta-button">立即咨询</a>
            <div class="attack-map">
                <div class="map-container">
                    <div class="map-overlay"></div>
                    <div class="attack-points"></div>
                    <div class="attack-lines"></div>
                </div>
            </div>
        </div>
    </section>

    <!-- 服务部分 -->
    <section id="services">
        <div class="container">
            <h2>Services</h2>
            <p class="section-desc">我们提供全方位的网络安全解决方案</p>
            <div class="services-grid">
                <div class="service-card">
                    <i class="fas fa-shield-alt"></i>
                    <h3>渗透测试</h3>
                    <p>全面的安全漏洞评估和渗透测试服务<br><span class="legal-note">仅接受具有合法授权的项目</span></p>
                </div>
                <div class="service-card">
                    <i class="fas fa-lock"></i>
                    <h3>安全审计</h3>
                    <p>系统网络安全审计与评估</p>
                </div>
                <div class="service-card">
                    <i class="fas fa-code"></i>
                    <h3>安全开发</h3>
                    <p>安全软件开发和代码审计</p>
                </div>
            </div>
        </div>
    </section>

    <!-- 团队部分 -->
    <section id="team">
        <div class="container">
            <h2>Team</h2>
            <p class="section-desc">由经验丰富的安全专家组成</p>
            <div class="team-grid">
                <div class="team-member">
                    <h3>R3dhunt3r</h3>
                    <p>首席安全官</p>
                </div>
                <div class="team-member">
                    <h3>Sh4d0w</h3>
                    <p>高级渗透测试工程师</p>
                </div>
                <div class="team-member">
                    <h3>ByteKiller</h3>
                    <p>安全研究员</p>
                </div>
            </div>
        </div>
    </section>

    <!-- 周边产品部分 -->
    <section id="products">
        <div class="container">
            <h2>Products</h2>
            <p class="section-desc">专属极客的个性装备</p>
            <div class="products-grid">
                <div class="product-card">
                    <i class="fas fa-tshirt"></i>
                    <h3>黑客文化T恤</h3>
                    <p>极简黑客风格设计<br>100%纯棉面料<br>多种尺码可选</p>
                    <div class="price">
                        <span>¥129</span>
                        <span class="stock-status">补货中</span>
                    </div>
                    <button class="buy-button" disabled>立即购买</button>
                </div>
                <div class="product-card">
                    <i class="fas fa-mug-hot"></i>
                    <h3>极客马克杯</h3>
                    <p>二进制艺术图案<br>哑光质感<br>350ml容量</p>
                    <div class="price">
                        <span>¥49</span>
                        <span class="stock-status">补货中</span>
                    </div>
                    <button class="buy-button" disabled>立即购买</button>
                </div>
                <div class="product-card">
                    <i class="fas fa-laptop"></i>
                    <h3>笔记本贴纸套装</h3>
                    <p>30款精选贴纸<br>哑光防水材质<br>易贴易撕不留胶</p>
                    <div class="price">
                        <span>¥39</span>
                        <span class="stock-status">补货中</span>
                    </div>
                    <button class="buy-button" disabled>立即购买</button>
                </div>
                <div class="product-card">
                    <i class="fas fa-hoodie"></i>
                    <h3>极客连帽衫</h3>
                    <p>团队定制Logo<br>加绒保暖<br>黑客风格设计</p>
                    <div class="price">
                        <span>¥199</span>
                        <span class="stock-status">补货中</span>
                    </div>
                    <button class="buy-button" disabled>立即购买</button>
                </div>
            </div>
        </div>
    </section>

    <!-- 联系我们部分 -->
    <section id="contact">
        <div class="container">
            <h2>联系我们</h2>
            <form id="contact-form">
                <input type="text" placeholder="您的姓名" required>
                <input type="email" placeholder="电子邮箱" required>
                <textarea placeholder="请描述您的需求" required></textarea>
                <button type="submit" class="cta-button">发送消息</button>
                <p class="contact-info">或直接发送邮件至: [email protected]</p>
            </form>
        </div>
    </section>

    <!-- 页脚 -->
    <footer>
        <div class="container">
            <p>&copy; 2024 PWN4X 网络安全团队. 保留所有权利.</p>
        </div>
    </footer>

    <script src="script.js"></script>
</body>
</html>
                               

Whois info of domain

Domain Name: PWN4X.COM
Registry Domain ID: 2887678177_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.diymysite.com
Registrar URL: http://www.diymysite.com
Updated Date: 2024-06-05T00:13:26Z
Creation Date: 2024-06-04T23:39:51Z
Registry Expiry Date: 2025-06-04T23:39:51Z
Registrar: Cloud Yuqu LLC
Registrar IANA ID: 3824
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.17723349228
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.BDYDNS.CN
Name Server: NS2.BDYDNS.CN
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T22:30:46Z <<<
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