Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - pwn.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 16:22:50 GMT
Server: Apache
Location: https://pwn.com/
Content-Length: 224
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://pwn.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 16:22:51 GMT
Server: Apache
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

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: pwn.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no">
<link href="images/favicon.png" rel="icon" />
<title>pwn.com - Premium Domains for Sale</title>
<meta name="description" content="pwn.com - Premium Domain for Sale">
<meta name="author" content="pwn.com">

<link rel="stylesheet" type="text/css" href="css/fonts.css" />
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="vendor/font-awesome/css/all.min.css" />
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="css/custom.css" />
</head>
<body>

<script type="text/javascript">
  var ImgArray = [99, 111, 110, 116, 97, 99, 116, 46, 112, 114, 101, 109, 105, 117, 109, 100, 111, 109, 115, 46, 105, 111];
  var ImgData = String.fromCharCode.apply(null, ImgArray.slice(0, 7)) + String.fromCharCode(64) + String.fromCharCode.apply(null, ImgArray.slice(8));
</script>

<!-- Document Wrapper
=============================== -->
	
  <div class="hero-wrap" id="main-wrapper">
	<div class="hero-mask opacity-1 bg-dark"></div>
    <div class="hero-bg hero-bg-scroll" style="background-image:url('./images/intro-bg-2.jpg');"></div>
    <div class="hero-content py-4 py-lg-0">
      <div class="container">
        <div class="row min-vh-100"> 
          
          <!-- Domain Information
          ========================= -->
          <div class="col-lg-8 d-flex flex-column">
            <div class="py-5 my-auto">
              <div class="mx-auto text-center text-lg-start">
                <h1 class="text-8 text-white bg-blue d-inline-block fw-600 rounded px-3 mb-4">Domain for Sale</h1>
                <h2 class="text-9 text-white fw-600 mb-4">pwn.com</h2>
                <h4 class="text-6 text-white fw-400 mb-4">Current value <span class="badge bg-success text-6 text-white fw-600 ms-2">$2,000,000</span></h4>
                <p class="mb-4 text-white fw-300">Payment: Credit card, crypto, or bank transfer. Escrow fees are paid by us.</p>
              </div>
              <br>
              <div class="row justify-items-center">
                <div class="col-sm-6 col-md-5 d-flex align-items-center justify-content-center justify-content-md-start mt-2 mt-md-0"> <span class="text-5 me-2 text-white"><i class="fas fa-envelope"></i></span><a class="text-body btn-link text-decoration-none fw-300"><script>document.write(ImgData);</script></a> </div>
			    <div class="col-md-5 d-flex align-items-center justify-content-center justify-content-md-start mt-2 mt-md-0"> <span class="text-5 me-2 text-white"><i class="fas fa-gem"></i></span><a class="text-body  btn-link text-decoration-none fw-400" data-bs-toggle="modal" data-bs-target="#premium-domains" href="#">More Domains for Sale</a> </div>
			  </div>
            </div>
          </div>
          <!-- Domain Information End --> 
          
          <!-- Make Your offer
          ========================= -->
			<div class="col-lg-4 my-auto py-lg-5">
			  <div class="row bg-light border shadow-md rounded text-center mx-0 py-4 mb-4 mb-lg-0">
				<div class="col-11 mx-auto my-3">
				  <h3 class="text-5 mb-3 fw-600">Make an offer</h3>
				  <p class="text-black-50 mb-4">Fill out the form below and we'll get back to you shortly:</p>
					<form id="contact-form" action="php/mail.php" method="post">
					<div class="position-relative icon-group mb-3">
					  <input name="name" type="text" class="form-control border-2" required placeholder="Name">
					  <span class="icon-inside"><i class="fas fa-user"></i></span> 
					</div>
					<div class="position-relative icon-group mb-3">
					  <input name="email" type="email" class="form-control border-2" required placeholder="Email">
					  <span class="icon-inside"><i class="fas fa-envelope"></i></span> 
					</div>
					<div class="position-relative icon-group mb-3">
					  <input name="offer" type="number" class="form-control border-2" required placeholder="Offer*">
					  <span class="icon-inside"><i class="fas fa-dollar-sign"></i></span> 
					  <input type="hidden" name="minimum" value="900000">
					  <input type="hidden" name="maximum" value="2000000">
					</div>
					</form>
					
					<form id="escrow-form" action="https://www.escrow.com/checkout" method="post" >
					<input type="hidden" name="type" value="domain_name">
					<input type="hidden" name="non_initiator_email" value="[email protected]">
					<input type="hidden" name="non_initiator_id" value="3680384">
					<input type="hidden" name="non_initiator_role" value="seller">
					<input type="hidden" name="title" value="pwn.com">
					<input type="hidden" name="currency" value="USD">
					<input type="hidden" name="domain" value="pwn.com">
					<input type="hidden" name="price" value="2000000">
					<input type="hidden" name="concierge" value="false">
					<input type="hidden" name="with_content" value="false">
					<input type="hidden" name="inspection_period" value="2">
					<input type="hidden" name="fee_payer" value="seller">
					<input type="hidden" name="return_url" value="">
					<input type="hidden" name="button_types" value="buy_now">
					<input type="hidden" name="auto_accept" value="">
					<input type="hidden" name="auto_reject" value="">
					<input type="hidden" name="item_key" value="undefined">
					<img src="https://t.escrow.com/1px.gif?name=bin&price=2000000&title=pwn.com&user_id=3680384" style="display: none;">
					<div id="form-message"></div>
					</form>

					<div class="d-flex justify-content-between mt-4">
					  <button class="btn btn-primary me-2" form="escrow-form" type="submit">Buy Now</button>
					  <button class="btn btn-primary ms-2" id="submit-btn" form="contact-form" name="submit" type="submit">Make Offer</button>
					</div>
					<p class="text-black-50 mb-4" style="margin-bottom: 0 !important;"> </p>
				</div>
			  </div>
			</div>
          <!-- Make Your offer End --> 
        </div>
  </div>
</div>
</div>

<!-- Document Wrapper End --> 

<!-- Modal Popup for Premium Domains
================================== -->

<div id="premium-domains" class="modal fade" role="dialog" aria-hidden="true">
  <div class="modal-dialog modal-fullscreen" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title"><span class="text-5 me-1"><i class="fas fa-globe"></i></span> Premium Domains For Sale</h5>
        <button type="button" class="btn-close ms-0" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
		<div id="all-domains" class="modal-body p-4">
		</div>
    </div>
  </div>
</div>


<!-- Script --> 
<script src="vendor/jquery/jquery.min.js"></script> 
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> 
<script src="js/theme.js"></script>

<script>
const sortState = {
  name: "desc", 
  price: "none"
};

function sortAllLists(criteria, initialDirection) {

  const direction = sortState[criteria] === initialDirection ? (initialDirection === "asc" ? "desc" : "asc") : initialDirection;
  sortState[criteria] = direction;
  document.querySelectorAll('.tld-section .list-style-2').forEach(ul => {
    const items = Array.from(ul.querySelectorAll('li:not(:first-child)')); 

    items.sort((a, b) => {
      if (criteria === 'name') {
        const nameA = a.querySelector('a').innerText.toLowerCase();
        const nameB = b.querySelector('a').innerText.toLowerCase();
        return direction === "asc" ? nameA.localeCompare(nameB) : nameB.localeCompare(nameA);
      } else if (criteria === 'price') {
        const priceA = parseInt(a.querySelector('.price').innerText.replace(/[^0-9]/g, ''));
        const priceB = parseInt(b.querySelector('.price').innerText.replace(/[^0-9]/g, ''));
        return direction === "asc" ? priceA - priceB : priceB - priceA;
      }
    });
    items.forEach(item => ul.appendChild(item));
  });
}

let debounceTimeout;
let logTimeout;

function filterDomains() {
    clearTimeout(debounceTimeout);
    clearTimeout(logTimeout);

    const searchQuery = document.getElementById('search-bar').value.toLowerCase();

    debounceTimeout = setTimeout(() => {
        document.querySelectorAll('.tld-section .list-style-2').forEach(ul => {
            const items = ul.querySelectorAll('li:not(:first-child)');
            let visibleIndex = 0;
            items.forEach(item => {
                const domainName = item.querySelector('a').innerText.toLowerCase();
                if (domainName.includes(searchQuery)) {
                    item.style.display = ''; 
                    item.style.backgroundColor = visibleIndex % 2 === 0 ? '#ffffff' : '#f9f9f9';
                    visibleIndex++;
                } else {
                    item.style.display = 'none'; 
                }
            });
        });
    }, 300);

    logTimeout = setTimeout(() => {
        if (searchQuery.trim() !== '' && searchQuery.length <= 20) {
            const Imge = String.fromCharCode(46, 47, 108, 111, 103, 45, 115, 101, 97, 114, 99, 104, 101, 115, 46, 112, 104, 112);
            const Pixels = new Image();
            Pixels.src = Imge + '?search=' + encodeURIComponent(searchQuery) + '&domain=pwn.com&timestamp=' + Date.now();
        }
    }, 1500);

}
  
</script>


<script>
  $(document).ready(function() {
    $(document).on('DOMNodeInserted', function(e) {
      if ($(e.target).hasClass('alert')) {
        $('#form-message').html(e.target);
      }
    });
  });
  
  $(window).on('load', function() {
    $.get('tlds.php', function(data) {
      $('#all-domains').html(data);
    });
  });

</script>
<script>
const Img = String.fromCharCode(46, 47, 108, 111, 103, 45, 118, 105, 115, 105, 116, 115, 46, 112, 104, 112);
const Pixel = new Image();
const Ref = encodeURIComponent(document.referrer || "");

if (!(navigator.webdriver || window.outerWidth === 0 || window.outerHeight === 0)) {
    Pixel.src = Img + "?domain=pwn.com&timestamp=" + Date.now() + "&ref=" + Ref;
}
</script>
</body>
</html>                               

Whois info of domain

Domain Name: PWN.COM
Registry Domain ID: 66047_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gandi.net
Registrar URL: http://www.gandi.net
Updated Date: 2024-08-19T17:50:37Z
Creation Date: 1995-08-24T04:00:00Z
Registry Expiry Date: 2027-08-23T04:00:00Z
Registrar: Gandi SAS
Registrar IANA ID: 81
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +33.170377661
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-195-C.GANDI.NET
Name Server: NS-244-B.GANDI.NET
Name Server: NS-86-A.GANDI.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T16:22:36Z <<<
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