Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - dr3dd.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
content-type: text/html; charset=utf-8
location: https://dr3dd.com/
permissions-policy: interest-cohort=()
vary: Origin
x-request-id: 01JTCBKYQ8Z6MB6KD0FBEGPVG0
date: Sun, 04 May 2025 00:37:27 GMT
content-length: 53
gitlab-lb: haproxy-pages-04-lb-gprd
gitlab-sv: pages-us-east1-b

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://dr3dd.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: max-age=600
Content-Length: 5283
Content-Type: text/html; charset=utf-8
Etag: "1d079cea5fbcb70ce6ef307375eb9d6f593a0f5c5eebe1ef533a218a035b4543"
Expires: Sun, 04 May 2025 00:47:28 UTC
Last-Modified: Sun, 16 Feb 2025 15:07:01 GMT
Permissions-Policy: interest-cohort=()
Vary: Origin
X-Request-Id: 01JTCBKZ5FPG1GT2M25HAHAT8E
Date: Sun, 04 May 2025 00:37:28 GMT

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: dr3dd.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
  <meta name="generator" content="Jekyll">
  <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
  <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
  <link rel="manifest" href="/favicon/site.webmanifest">
  <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#5bbad5">

  <title>dr3dd</title>

  <link rel="stylesheet" href="/css/main.css">
  
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5c03915b806598ee"></script>

  
  <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" /> <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>dr3dd | my-blog</title>
<meta name="generator" content="Jekyll v4.4.1" />
<meta property="og:title" content="dr3dd" />
<meta name="author" content="dr3dd" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="my-blog" />
<meta property="og:description" content="my-blog" />
<meta property="og:site_name" content="dr3dd" />
<meta property="og:type" content="website" />
<link rel="next" href="/page/2/" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="dr3dd" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","author":{"@type":"Person","name":"dr3dd","url":"https://dr3dd.com"},"description":"my-blog","headline":"dr3dd","name":"dr3dd","url":"/"}</script>
<!-- End Jekyll SEO tag -->

</head>

<body>
  <div id="wrapper">
    <header>
  <div>
    <a href="/">
    
    <h1>./dr3dd</h1>
    </a>
    <div class="header-links">
      <h2>Application Security Engineer</h2>
      <a href="/archive"><h2 class="header-link">Blogs</h2></a>
<a href="/about"><h2 class="header-link">About</h2></a>
<a href="/favicon/resume.pdf"><h2 class="header-link">Resume</h2></a>
<a href="/cve"><h2 class="header-link">CVE's</h2></a>
<a href="https://dr3dd.gitlab.io/githunt"><h2 class="header-link">GitHunt</h2></a>
<!-- <a href="/atom.xml"><h2 class="header-link">RSS</h2></a> -->
    </div>
  </div>
</header>
    <div class="container">
      <section id="main_content">
        <ul>
    
      <li>
          <h2><a href="/web/2023/12/26/37C3-Potluck-CTF-Santify/">37C3 Potluck CTF 2023 - Santify</a></h2>
          <time datetime="2023-12-26T11:31:19+00:00">26 Dec 2023</time>
          <p>Santify This week, I participated in the 37C3 Potluck CTF and solved a few challenges, among which I particularly enjoyed the Santify challenge. Therefore, I decided to write a blog post about it. Challenge Description The challenge’s backend is written in PHP and includes the following functionalities: User Login/Registration. Create...</p>
      </li>
    
      <li>
          <h2><a href="/web/2021/09/23/DNS-rebinding/">Unveiling the Stealth of DNS Rebinding - Bypassing SSRF Protection</a></h2>
          <time datetime="2021-09-23T11:31:19+00:00">23 Sep 2021</time>
          <p>Introduction: In the realm of web application security, Server-Side Request Forgery (SSRF) poses a significant threat. To counter this vulnerability, developers often implement safeguards to restrict requests to private IP addresses. However, cunning attackers have discovered an ingenious technique called DNS rebinding to bypass these protection mechanisms. In this blog,...</p>
      </li>
    
      <li>
          <h2><a href="/bug-bounty/2020/12/10/Razer-Unquoted-Search-Path-Vulnerability/">Unmasking the Razer Unquoted Search Path Vulnerability - A Hilarious Code Tango - $750 USD</a></h2>
          <time datetime="2020-12-10T11:31:19+00:00">10 Dec 2020</time>
          <p>Introduction: Greetings, my fellow code aficionados and bug bounty hunters! Prepare to embark on a side-splitting adventure into the realm of cybersecurity, where we shall unveil the uproarious Razer Unquoted Search Path Vulnerability. With a touch of mischievous code and a dash of deep knowledge, this journey promises laughter and...</p>
      </li>
    
</ul>

      </section>
    </div>
  </div>

  
  <div class="pagination">
    
    <span class="page-item">&laquo;</span>
      
    <span class="page-item">1</span>
      
    <a href="/page/2/" class="page-item">2</a>
      
    <a href="/page/3/" class="page-item">3</a>
      
    <a href="/page/4/" class="page-item">4</a>
      
    <a href="/page/2/" class="page-item">&raquo;</a>
    
  </div>
   <footer>
  <a href="http://dr3dd.me">
    <span>
        <b>dr3dd</b>
    </span>
    
    <span>© 2025</span>
  </a>
</footer>

  
    <script type="text/javascript">
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-20365477-4', 'auto');
  ga('send', 'pageview');
</script>
  
</body>

</html>                               

Whois info of domain

Domain Name: DR3DD.COM
Registry Domain ID: 2804250895_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.squarespace.domains
Registrar URL: http://domains2.squarespace.com
Updated Date: 2024-07-24T16:34:46Z
Creation Date: 2023-08-08T12:53:31Z
Registry Expiry Date: 2025-08-08T12:53:31Z
Registrar: Squarespace Domains II LLC
Registrar IANA ID: 895
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6466935324
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-CLOUD-A1.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-A2.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-A3.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-A4.GOOGLEDOMAINS.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 21367 8 2 50DC15FB892907C51AD059347BD33A78713D2E63C0EB3E82E93E74BF40467E77
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-04T00:37:06Z <<<
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