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
200 OK - ric0s.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Fri, 30 May 2025 03:30:04 GMT
Content-Type: text/html
Content-Length: 12874
Last-Modified: Wed, 26 Oct 2022 15:20:09 GMT
Connection: keep-alive
ETag: "63595029-324a"
Accept-Ranges: bytes

HTTP Kodu 200 OK

200 OK, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: ric0s.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-us">
  <head>
  <meta charset="utf-8" />
  <meta
    name="viewport"
    content="width=device-width, initial-scale=1, shrink-to-fit=no"
  />
  <title>
    
      Hi, and welcome to my blog. -
      
      Ric0s website
  </title>
    <meta
      name="description"
      content="Ric0s website"
    /><meta name="author" content="Ricardo Matias" />
  
    <meta name="robots" content="index,follow" />
  
  <meta name="generator" content="Hugo 0.79.1" />

  <meta property="og:title" content="Hi, and welcome to my blog." />
<meta property="og:description" content="Ric0s website" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/" />
<meta property="og:updated_time" content="2022-10-26T00:00:00+00:00" />

  <meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Hi, and welcome to my blog."/>
<meta name="twitter:description" content="Ric0s website"/>

  
  
    <meta
      name="msapplication-TileColor"
      content="#5bbad5"
    />
  
  
    <meta name="theme-color" content="#ffffff" />
  
  
    <link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png" />
  
  
    <link rel="icon" type="image/png" sizes="32x32" href="./favicon-16x16.png" />
  
  
    <link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png" />
  
  
    <link rel="manifest" href="./site.webmanifest" />
  
  
    <link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5" />
  


  
<script type="application/ld+json">
{
    "@context": "http://schema.org",
    "@type": "WebSite",
    "name": "Ric0s website",
    "url": "",
    "description": "Ric0s website",
    "thumbnailUrl": "\/favicon-32x32.png",
    "license": "Copyright © 2022, Ricardo Matias, All Rights Reserved."
}
</script>


  <link
    rel="preload"
    href="./fonts/Comfortaa-Light.ttf"
    as="font"
    type="font/ttf"
    crossorigin
  />
  <link
    rel="preload"
    href="./fonts/FiraSans-Regular.ttf"
    as="font"
    type="font/ttf"
    crossorigin
  />
  <link
    rel="preload"
    href="./fonts/Comfortaa-Bold.ttf"
    as="font"
    type="font/ttf"
    crossorigin
  />
  <link rel="alternate" type="application/rss+xml" href="./index.xml" title="Ric0s website" />
  
  
  <link rel="canonical" href="./" />

  
  
  <link
      rel="stylesheet"
      href="/css/build.min.00cacd74b7553a2083e020187a7393c9c1b402979ce996033fd1de2e0eb217e9.css"
      integrity="sha256-AMrNdLdVOiCD4CAYenOTycG0Apec6ZYDP9HeLg6yF+k="
      crossorigin="anonymous"
    />
  

</head>

  <body class="flex flex-col min-h-screen dark:bg-gray-900"><header
  class="w-full bg-gray-200 dark:bg-black border-t-2 border-accent-400 sticky top-0 transition-shadow duration-300 hover:shadow-lg z-10"
>
  
  <style type="text/css">
    input#nav-toggle:checked ~ label#show-button {
      display: none;
    }

    input#nav-toggle:checked ~ label#hide-button {
      display: flex;
    }

    input#nav-toggle:checked ~ #nav-menu {
      display: block;
    }
  </style>

  <nav
    class="flex items-center sm:justify-around justify-between flex-wrap py-2 px-2"
  >
    <a
      href="./"
      class="flex items-center text-gray-700 dark:text-gray-200 font-mono font-bold"
    >
      ricos@akusec: ~/$
      <span class="animate-blink font-mono font-bold">|</span>
    </a>

    <input id="nav-toggle" type="checkbox" class="hidden" />
    <label
      id="show-button"
      for="nav-toggle"
      class="flex items-center block sm:hidden text-gray-500 dark:text-gray-200 hover:text-accent-500"
    >
      <svg
        class="fill-current h-4 w-4"
        viewBox="0 0 20 20"
        xmlns="http://www.w3.org/2000/svg"
      >
        <title>Menu Open</title>
        <path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z" />
      </svg>
    </label>
    <label
      id="hide-button"
      for="nav-toggle"
      class="flex items-center hidden text-gray-500 dark:text-gray-200 hover:text-accent-400"
    >
      <svg
        class="fill-current h-4 w-4"
        viewBox="0 0 20 20"
        xmlns="http://www.w3.org/2000/svg"
      >
        <title>Menu Close</title>
        <polygon
          points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
          transform="rotate(45 10 10)"
        />
      </svg>
    </label>

    <ul
      id="nav-menu"
      class="sm:flex w-full sm:w-auto hidden sm:block mt-2 sm:mt-0 sm:space-x-2"
    >
    
        <li>
          <a
            href="./blog/"
            class="text-gray-500 transition-colors duration-200 dark:text-gray-200 font-mono hover:text-accent-400 mx-2"
            >/Blog</a
          >
        </li>
      
      
        <li>
          <a
            href="./publications/"
            class="text-gray-500 transition-colors duration-200 dark:text-gray-200 font-mono hover:text-accent-400 mx-2"
            >/Publications</a
          >
        </li>
      
      
      <li>
        <a
          href="./resume/"
          class="text-gray-500 transition-colors duration-200 dark:text-gray-200 font-mono hover:text-accent-400 mx-2"
          >/Resume</a
        >
      </li>
    
    </ul>
  </nav>
</header>
<main class="flex-1 mx-4 md:mx-12 lg:mx-24 mt-4 sm:mt-16">
  <article class="text-center text-gray-700 dark:text-gray-200">
    
    <div class="flex flex-col h-screen -mt-4 sm:-mt-16">
      <div class="m-auto">
        
        <h1 class="font-light text-5xl text-gray-500 dark:text-gray-200">
          Hi, and welcome to my blog.
        </h1>
        <br/><br/>
          <img
            src="images/me.jpg"
            width="200"
            height="200"
            alt=""
            class="mx-auto mb-2 rounded-full h-48 w-48 object-cover border border-gray-200"
          />
        <div
          class="max-w-4xl m-auto"
        ><p>I&rsquo;m Ricardo Matias, a security enthusiast. I&rsquo;m just a guy passionate by cybersecurity and all good things in the life !</p>
<p>This is my website dedicated to my publications and findings. It will help me to share my knowledge to the community. Hope you will enjoy it !</p>
</div>
        
        <div
          class="w-48 m-auto my-4 border-accent-400 border-2 rounded-sm"
        ></div>
        <div class="flex justify-center space-x-4">
          
            <a
              rel="me"
              href="https://github.com/Ric0sM"
              title="GitHub"
              class="text-gray-700 dark:text-gray-200 hover:text-accent-400 transition-colors duration-200"
            >
              
              


  
    <span class="inline-svg h-10 w-10">
      <svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"><title>Logo Github</title><path fill="currentColor" d="M256 32C132.3 32 32 134.9 32 261.7c0 101.5 64.2 187.5 153.2 217.9a17.56 17.56 0 003.8.4c8.3 0 11.5-6.1 11.5-11.4 0-5.5-.2-19.9-.3-39.1a102.4 102.4 0 01-22.6 2.7c-43.1 0-52.9-33.5-52.9-33.5-10.2-26.5-24.9-33.6-24.9-33.6-19.5-13.7-.1-14.1 1.4-14.1h.1c22.5 2 34.3 23.8 34.3 23.8 11.2 19.6 26.2 25.1 39.6 25.1a63 63 0 0025.6-6c2-14.8 7.8-24.9 14.2-30.7-49.7-5.8-102-25.5-102-113.5 0-25.1 8.7-45.6 23-61.6-2.3-5.8-10-29.2 2.2-60.8a18.64 18.64 0 015-.5c8.1 0 26.4 3.1 56.6 24.1a208.21 208.21 0 01112.2 0c30.2-21 48.5-24.1 56.6-24.1a18.64 18.64 0 015 .5c12.2 31.6 4.5 55 2.2 60.8 14.3 16.1 23 36.6 23 61.6 0 88.2-52.4 107.6-102.3 113.3 8 7.1 15.2 21.1 15.2 42.5 0 30.7-.3 55.5-.3 63 0 5.4 3.1 11.5 11.4 11.5a19.35 19.35 0 004-.4C415.9 449.2 480 363.1 480 261.7 480 134.9 379.7 32 256 32z"/></svg>
    </span>
  


            </a>
          
            <a
              rel="me"
              href="https://www.linkedin.com/in/ricardo-matias-39bb5077/"
              title="LinkedIn"
              class="text-gray-700 dark:text-gray-200 hover:text-accent-400 transition-colors duration-200"
            >
              
              


  
    <span class="inline-svg h-10 w-10">
      <?xml version="1.0" encoding="utf-8"?>
<!-- Svg Vector Icons : http://www.onlinewebfonts.com/icon -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
<metadata> Svg Vector Icons : http://www.onlinewebfonts.com/icon </metadata>
<g><g><path fill="currentColor" d="M500,10C229.4,10,10,229.4,10,500c0,270.6,219.4,490,490,490s490-219.4,490-490C990,229.4,770.6,10,500,10z M316.4,831.8H178.6V388.5h137.8V831.8z M247.6,328c-44.2,0-79.9-35.8-79.9-79.9c0-44.1,35.7-79.8,79.9-79.8c44,0,79.8,35.8,79.8,79.8C327.4,292.2,291.6,328,247.6,328z M832.3,831.8H694.7V616.2c0-51.4-0.9-117.5-71.6-117.5c-71.6,0-82.7,56-82.7,113.8v219.3H402.8V388.5h132.1v60.6h1.9c18.4-34.8,63.3-71.6,130.3-71.6c139.5,0,165.2,91.8,165.2,211.1V831.8z"/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></g>
</svg>
    </span>
  


            </a>
          
            <a
              rel="me"
              href="https://twitter.com/Ric0sM"
              title="Twitter"
              class="text-gray-700 dark:text-gray-200 hover:text-accent-400 transition-colors duration-200"
            >
              
              


  
    <span class="inline-svg h-10 w-10">
      <svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"><title>Logo Twitter</title><path fill="currentColor" d="M496 109.5a201.8 201.8 0 01-56.55 15.3 97.51 97.51 0 0043.33-53.6 197.74 197.74 0 01-62.56 23.5A99.14 99.14 0 00348.31 64c-54.42 0-98.46 43.4-98.46 96.9a93.21 93.21 0 002.54 22.1 280.7 280.7 0 01-203-101.3A95.69 95.69 0 0036 130.4c0 33.6 17.53 63.3 44 80.7A97.5 97.5 0 0135.22 199v1.2c0 47 34 86.1 79 95a100.76 100.76 0 01-25.94 3.4 94.38 94.38 0 01-18.51-1.8c12.51 38.5 48.92 66.5 92.05 67.3A199.59 199.59 0 0139.5 405.6a203 203 0 01-23.5-1.4A278.68 278.68 0 00166.74 448c181.36 0 280.44-147.7 280.44-275.8 0-4.2-.11-8.4-.31-12.5A198.48 198.48 0 00496 109.5z"/></svg>
    </span>
  


            </a>
          
        </div>
      </div>
      
        <div class="mx-auto mb-10">
          <svg
            class="animate-bounce w-6 h-6 text-black dark:text-white cursor-pointer dark:stroke-current"
            id="bouncing-arrow"
            fill="none"
            stroke-linecap="round"
            stroke-linejoin="round"
            stroke-width="2"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path d="M19 14l-7 7m0 0l-7-7m7 7V3"></path>
          </svg>
        </div>
      
    </div>

    
      <div id="featured-post" class="h-8"></div>
      <div class="container mx-auto max-w-4xl">
        <h2 class="text-center font-light text-3xl mt-5">Recent Posts</h2>
        <div
          class="w-48 m-auto my-8 border-accent-400 border-2 rounded-sm"
        ></div>
        
  
  <div
    class="grid gap-0 md:grid-cols-3 grid-cols-1 bg-white dark:bg-gray-600 shadow-sm border-2 border-gray-200 rounded-lg mb-5 hover:shadow-xl transition-shadow"
  >
    
      
      <div class="md:col-span-2 col-span-1">
        <a href="./blog/welcome/" aria-label="Welcome !">
          <img
            src="./blog/welcome/images/welcome_hu559dabac598537b46c74ba87eb563099_24038_750x318_fill_q100_box_smart1.jpg"
            width="750"
            height="318"
            alt="Welcome !"
            class="rounded-t-lg md:h-full md:rounded-bl-lg md:rounded-tl-lg md:rounded-tr-none object-cover"
          />
        </a>
      </div>
    
    <div class="p-5 h-full ">
      <a href="./blog/welcome/" aria-label="Welcome !">
        <h3
          class="text-gray-900 dark:text-white font-bold text-2xl tracking-tight mb-2"
        >
          Welcome !
        </h3>
        <p class="text-gray-500 text-sm dark:text-gray-200">
          October 26, 2022
        </p>
        <p class="font-normal text-gray-700 dark:text-gray-200 mb-3">
          
        </p>
      </a>
    </div>
  </div>




        <div class="grid md:grid-cols-2 gap-4">
          
        </div>
      </div>
    
  </article>

    </main><footer
  class="bottom-0 w-full bg-gray-200 dark:bg-black p-4 text-xs text-center text-gray-700 dark:text-gray-200"
>
  <p>
    made with
    <a href="https://gohugo.io" class="underline hover:text-accent-400">Hugo</a>
    and
    <a href="https://tailwindcss.com" class="underline hover:text-accent-400"
      >TailwindCSS</a
    >
  </p>
  <p class="footer-copyright">
    Copyright © 2022, Ricardo Matias
  </p>
  <div class="hidden"></div>
  
</footer>


  
  
    <script src="./js/smoothScrollToNode.min.a7bc4ed67989d3aeac63f4313b9908e999c9f8ebc9dc1938ccbcd178aed7f0ab.js" integrity="sha256-p7xO1nmJ066sY/QxO5kI6ZnJ&#43;OvJ3Bk4zLzReK7X8Ks=" crossorigin="anonymous"></script>

</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: RIC0S.COM
Registry Domain ID: 2734552229_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.ovh.com
Registrar URL: http://www.ovh.com
Updated Date: 2024-10-27T07:23:30Z
Creation Date: 2022-10-26T15:14:19Z
Registry Expiry Date: 2025-10-26T15:14:19Z
Registrar: OVH sas
Registrar IANA ID: 433
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +33.972101007
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS108.OVH.NET
Name Server: NS108.OVH.NET
DNSSEC: signedDelegation
DNSSEC DS Data: 3575 8 2 6D9DB0D7D4FEF0C73E56F03B7B63A3B4CD3231BE91047D6A464AE680DF3663B9
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-30T03:29:57Z <<<
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