Domain country-names.pages.dev
United States
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Git configuration and history exposed
    First seen 2023-09-21 14:44
    Last seen 2024-09-20 15:13
    Open for 365 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbba470fc1

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/Durgasai001/country.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2024-09-20 15:13
      303 Bytes
  • Git configuration and history exposed
    First seen 2023-09-21 14:44
    Last seen 2024-09-20 11:22
    Open for 364 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbba470fc1

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/Durgasai001/country.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2024-09-20 11:22
      303 Bytes
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-09-16 09:47

    HTTP/1.1 200 OK
    Date: Mon, 16 Sep 2024 09:47:57 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HV0iF2jcIGbjzlUMwcPxpZawcoBBbbWi1JH67dPTF2%2BHqJR0DijX9j3XILaMIEQze7JOqsPezZjwyQ6OXx94zQDUa%2FkuktlbQ33WFvDdVBRxGftjircuyVUNeQ8mF3N67kRVDQLhASiEaA%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c3ff024bae49974-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-16 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-09-14 12:37

    HTTP/1.1 200 OK
    Date: Sat, 14 Sep 2024 12:37:47 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=otxKIOYY2n0tjJiTEkmXsmdNJcQyb2woJ52tTZa7dTJ638w0rTgqsOajjFeqKc2TKDidvWsNwuaXDwS6bl01Ou3CST1YGFRH%2BDgxTcBPddkiFVJnWgxVUNnFGfkRdxIbJjh5GkvePagM%2BA%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c306e2a4f5818d6-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-09-14 11:36

    HTTP/1.1 200 OK
    Date: Sat, 14 Sep 2024 11:36:42 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=vNVkPxk5GpEmzdxRXubkltZRg754n4tlLuANZew5b5rbcLBo91Ulm%2Bked6dzQqC4IAwsy9QenXyGElcp2JdPyzt61VL9gTNlDtKUi05e0DBPBFl2VyFR4%2BG2JJI0yMU8fqfr5ANUEk7KxQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c3014ae08865d7f-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-09-12 18:25

    HTTP/1.1 200 OK
    Date: Thu, 12 Sep 2024 18:25:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=AFXtpARHA46y%2BdGAjUg0ikwyZb94WRUP90RDG%2FCrVE5mShGIoW7Q6E8KEBE26mYM1Oqd2Vpy%2FBRNVPrtAb4W%2BehflAhx1uhPGeeTnYSsAVleczCNFxTr5SFkWALt9St9TZgfr%2BoocpI9Sw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c21f09d3a0b0e74-AMS
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-09-12 14:11

    HTTP/1.1 200 OK
    Date: Thu, 12 Sep 2024 14:12:00 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4tYKba%2B7%2FbFSGQDW4nCydkcaojg9IhITtKID%2BQz6llyhJOXrz49bV%2B%2BpV9elD%2BryXH1aANrsE1bbM2nNRV%2FBMdzySKcDIS84MtCwBysc8NN4FRd4puE4Vjwc72lE0OvbS8U19pYMGEIsvg%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c207d6d38c71caa-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-09-10 20:43

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 20:43:47 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=KLPiT05BGOaa4EixTs0JBX5xzUC2Z0bjUwmIJq0qCCbcN79Q2MO1Mp2ejbSsuE7fNgEc6%2BHIgGe1T6mhH%2FcUMJVjzfHX3xRqeVK13wOjSZ9lGiPAuFShHhvB8Vo7QTgAO5WGo1aINamsNQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c12409889219046-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-09-10 19:55

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 19:55:34 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4k7aocXS%2BJ%2Bfqvm8tt948Rlh62ecCiQclOhGjWwsUs0T%2FGn5dPP5kfhskRYoYWN%2BjRzdOHkbfZjINSF0BiHgeV2biGSQxO%2BgM5vq2h47Ezbxv57Xx%2FknoeUE9I9IjNppkxD9TVKpoFUapw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c11f9f7280536c8-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 172.66.44.191:443 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 00:35:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Bb0BW0PPwq2yvqK5RnjSdhcZmxZx4AWFLp6dXP5BwkKZlAoCg8HQbTr9w6LiIyIjzGfmGTc1PNZeYcHAq5rzfoSyJ5HpPhDWSDs2h6jokcSx%2BdqttlAn4eJZ9BNnH%2F5pvGwnTCvq4cNgGQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b5600ef42d2eb-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 172.66.44.191:8443 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 00:35:05 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=kKjVYYeW3yOVXo1wZ2HRRcKVJYJnt4s4hepjRSZScxt1wcVioSyi2aS9NlM6txxyczfivGSuFAagNcYCF%2Fgs4oPHZAFozsjcOcUd9%2FkQk13LY7wdcw%2BOWtL3Yf5Tf5HHzi4MTa%2FLJ2emrQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b56048cc565cf-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 172.66.44.191:80 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 10 Sep 2024 00:34:53 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Tue, 10 Sep 2024 01:34:53 GMT
    Location: https://country-names.pages.dev/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=EDAkircLLwyxZXPLJJxrVa28cD%2B8RSe0E6okYcG287%2F7PHPmZmm%2BHKmQ86pgLSV1n6blZtTJ%2BkblviV6JG1KXs53Cd0LJYmy2SgdAolJD7AkC%2FKoyqYHehj1GAwDvDjLhFh2hvjPXGA0eQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b55be7e8cb8bb-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2cbf:443 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 00:34:55 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=yRr62vMjGWWnVQ6b1GmdVtUiJrjUZDCf36DV%2FvxHqfCBTcsw1Y%2BGxGL5R7pdW0FclTzccQQduBhXMP%2B81mVFWB4jf3y7V50sBgqymjSE4HjAmr3fMFK1PHeTVcS2Oiqs7s910aOsUkzP%2FtxsNGr8UE%2FOj6IAJw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b55c77cf5d223-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2cbf:80 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 10 Sep 2024 00:34:53 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Tue, 10 Sep 2024 01:34:53 GMT
    Location: https://country-names.pages.dev/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=l%2FYF00bm4B5u0Sz8EkpDY6F8LGpnM%2FO5YGIH%2FfFSBL8O7AfNliHAY7F3vzHNmUGdX9O6Snaj1zDZdyzDB0666WLpb4oCg9yV5im706C9qjKSpubfBWmwB7o2%2BhUW40Lx8hcAXx8yqRBpESRk12nuVcsEoLtUUw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b55beda04bb95-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f41:8443 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 00:34:54 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FZAVFSplD3wvmPJzrr8gES1rfsYqL3Cr%2FDPCEoTOp6XQSbN0oAMrn%2BCpT%2FhhCuYk9INLbI4qSL8ad58e6gP%2FSoPmX3T1urVnDYm36PmQCdTpdlQ6j32y22cQS6ZeIG3e94eSoZH3BDIfI6y0YQcXMxDkHRDQoA%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b55c24e7d6322-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f41:443 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 00:34:55 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ILcBnCJ1k%2FKaChqVBiHOpmrXIhJWih9BBp51qI0pIIDXx11c%2FG1kCV8EZrP%2FFfUBAGZu8itaX%2Fxalu6nwtJsZexGh%2Bb%2BYZokylRXHV2iWZwW%2BOhh6ndpjHfXnKAz2jh2oP8Q4Llv0iYLNPOxkzDdCYy0bpwL8A%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b55c58d616334-LHR
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 00:34:55 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Oq5VMgOHPiN0K5pKJlIKe1nW4%2BB9r9rEwvIGnm2fmIyyRUPUo%2BLWLlDWiL8%2FRjVVojDBRkCU4fC3ilRIwB64gRiaM42FQjy0uj14Q3leIQ2ryG%2BeQO%2FBc9o%2FXsk1%2FUeUBLpcrMXGbBtdYg%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b55cb2e7337c6-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 172.66.47.65:80 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 10 Sep 2024 00:34:54 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Tue, 10 Sep 2024 01:34:54 GMT
    Location: https://country-names.pages.dev/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=DdXS%2BsOUNX1s0LUuWbFTLQkDqiOyRe4IQwu8LnIVA2A51Qrdxp6hVIjsJwnVGcbJYf79ZgzLPIBbEU6huq7m96ODniqEdqnDMpuCvUCvee3WgZ91ESRf05b4WEZYNkg0LUvB7S82KFmnEA%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b55c0895a9067-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f41:80 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 10 Sep 2024 00:34:53 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Tue, 10 Sep 2024 01:34:53 GMT
    Location: https://country-names.pages.dev/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=O5oFjYtFl8tSpxMPu6ZmrlKdyDyP6bIEDeyPuZLCI3CiCdjA7azxFReWyVwg%2FO80N4w01y30gyZbpABS9JEHH2oV8v%2FXtcdZ0iPLDZxNDuFeMkPF%2FbuS77P0fFLtBttPOD9VR8eZ%2FAMenjyRU16%2BlKFZ82y2zQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b55bebc5e2c55-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2cbf:8443 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 00:34:54 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=bfSDAEnfMaeqm4xPDoe%2F4nyd%2FiiZqpH6Hn31SW9BQNo%2BZlM4HjAXZlKewikWwdCLoPRgm4rRCPUUMQTaoJn3p6GoxBIiLGEvbcafExZyYXzKKSFz%2FgC5ehCIy%2Bo69c3Payw83IcaJB%2FLksq7pRbtNaL4360tJA%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b55c29f6865d7-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-09-10 00:34

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 00:34:54 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Cn7dfhHDBt%2FqoNS%2F8SgPBUPHetLe42GGMZqvKTaJPX%2Bxg%2BTcIozhpakvT6IjVUN7FQeZObOmAEQFWiyZtw7y1IcsjlVcw%2BHq43JYzA74H0dwROftpI77cNUhVnp3yaDPpzl4rtaPQ1Iisg%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c0b55c3fa03915e-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-09-08 21:52

    HTTP/1.1 200 OK
    Date: Sun, 08 Sep 2024 21:52:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=WZnKIqg%2FQqQ%2F%2Frk3u17wRO6Vm7wMtrBlH%2BKxeuAjbe9TP1jlNziPDdKRzxbXPIbOjt6SHCaTWlVAPho7wmi9UTLTPLyPe2ABmbXWX1jjBdfWpzZ40Kh0IL6OveT9Pq950ZUCpFfCIKJZFw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8c022a7b2e906767-ATL
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-09-08 02:51

    HTTP/1.1 200 OK
    Date: Sun, 08 Sep 2024 02:51:19 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=yxBCryYjVUPxId35vZYdFvYH%2BxQ%2BZoLUOTDkZhti5B6PQghmceaLjpx%2BcfCICT0b%2FHvGVgte%2FtV%2FFlJNSxTIBcLIYUV4%2BW19CEXP8NhoaDHhkqjBFV8orEzsPT%2B8HU4ocG374gmeSoZ%2F9Q%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8bfba2d518190bd5-AMS
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-09-06 14:53

    HTTP/1.1 200 OK
    Date: Fri, 06 Sep 2024 14:53:19 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VmdX08MFLMDQugqhZq%2BDzBW9xFbLzH7hGCuo9K7edG%2Fb08dYG1JJ07TMm3SneLP91VdZCHbkQHDQG1L9YUe7F3VV6d1Yy5Z%2F8oZpYGF%2BedrLpVLLNmmY3iBxWMi5nvRCdIkoo813BFKRTw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8bef49b5180c4d68-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-09-06 11:42

    HTTP/1.1 200 OK
    Date: Fri, 06 Sep 2024 11:42:31 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=T2wFSgHWi8prYrFGfjbzhCgDxz4eCR2jItxyxgQqAx9Tz5L2mmVuGaIkW1XJBnT%2FHhaYzGq%2B57hxRBNDcSgJ7hJXONIkvOi4kYTjRfk1FrbBTgnBzOadf%2BkcII%2Bm80KRKjonOY0d1Z8cyA%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8bee32362bb0d381-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-08-18 09:27

    HTTP/1.1 200 OK
    Date: Sun, 18 Aug 2024 09:27:12 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2HHveMuOpbwmX1806LZYfDyyfAokpRIkS6RqJWURQCuAj8aB9zni%2Fz0oey%2B0iKX1WKa594VPo24As2VTRlj6y3CnukAvqZNtZM%2F67YQ6UBI5vKOEQxZNF4LLscD5WG05jDO6lPxalXV8uA%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8b50dde02ead9f2d-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-18 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-08-18 04:31

    HTTP/1.1 200 OK
    Date: Sun, 18 Aug 2024 04:31:59 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RJva2%2FKvh2ZUE5LCPYV9Z2lMQ6s7SvJ4EA%2BmCNXdrKCaAf3R6WR3aALKonp5oF9q62L696ZmeLnPezThG5FOIibJWBzrsjZW5e2QqvJb%2FbkkxCImCuIMeNcd1UwXPsMNjYCn7EXYyACiAg%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8b4f2d6bdfd00b83-AMS
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-18 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-08-16 16:52

    HTTP/1.1 200 OK
    Date: Fri, 16 Aug 2024 16:52:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=qC1ZU%2BsRcn8THMhVoVMwTFpa8a4Es2AM8ciU5Rvo903mBCaNDFdeojE1r9Q3e7WlfCcBuG9N4wuwhu%2F7y2b%2FqgIzfV5U6mSIVAolkIE2GT6pN%2Fnj7OOy0DbhduMa1dotjJy%2Bvn7n81lucQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8b42ef5d8cd30baa-AMS
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-08-16 13:10

    HTTP/1.1 200 OK
    Date: Fri, 16 Aug 2024 13:10:32 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zYaHtf1axB81BilLraRq%2FSI42o%2BmMTUjhCISdI0sCVrOryjBrAoaSsPgyyCCuVAP9UZ9rGMOSGVip61lXI%2BHJS1dMqf07dh2VmxaJtzCIs6gER66svygChXqSFGPO5ZT9lObCE2BJtNIvg%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8b41aa46dec80f4f-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-08-14 18:45

    HTTP/1.1 200 OK
    Date: Wed, 14 Aug 2024 18:45:07 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=tpykkv6HyZ%2Bb72hd%2Fp4%2B9gZ2z2SiSSYSdqwFGdncIytOLSkdxNtkobwZNUfmC314AqygM4VcVPo0Y%2BxU68%2BO3EOMHPETOXDiMp%2F2HFSDL7MpzN0SlW8lV28jptfBfnC37GRSBAGMm8KsRA%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8b3319a2bb5e5d50-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-08-14 13:09

    HTTP/1.1 200 OK
    Date: Wed, 14 Aug 2024 13:09:17 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ducooIYj3p3oNwXgBFjo3U3W3oQb4s%2FUcRPEis%2BIIjeGC%2B2dD6R4Bgf92j%2BIq6cDiZ%2F73U3LJCUeRKr%2B2zH8cHSz8d0AFIB09HaGTU%2FaDLMjLKW3R8yBFQkm6jiZ6B2Vdx9J3htoR%2FEBqA%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8b312dae8b599f37-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-08-12 21:20

    HTTP/1.1 200 OK
    Date: Mon, 12 Aug 2024 21:20:58 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=WiC9q5kz11Iu56yFxKsKg8xHyKNxexVOTKaXeeFd7y2%2BUFd3%2Bis0RJBM%2B5pAPRjZeiCX6YUlNLdsR%2B3rkwkLvW%2Bhs6YP4Xyc6jV62D4PR%2FNSGCgEOXOOBaohrca%2FL15P9YavQ3T5AYajuw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8b23832ed99ca234-YYZ
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-08-12 03:47

    HTTP/1.1 200 OK
    Date: Mon, 12 Aug 2024 03:47:05 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3pvniTrVsEaWhpIw1FtrqdXellFmncX1%2FtoDKjlaG5e%2FNtcFA2C2FD6I79iEixSszRBjOaxdCmYkZgg4hhChLJ22X0Fr%2Byjr%2Bnc%2Bb1AkjuqkM3vMxAO2TD79cEsLBrHn90Yfp7FqNo8MgQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8b1d7b68288203a6-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-08-10 15:13

    HTTP/1.1 200 OK
    Date: Sat, 10 Aug 2024 15:13:22 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=XdYpyry554NHjRl1sf%2FTbig8PRJOiLj%2FUZwvLt7GK3dzj%2F%2Fq%2BuM3%2FP6Fcze0GBEp75Tq64zRkc%2FF43g1Y5G5QpmSNrPicCuP%2F3f2gdy9hlCBPYcYMiVPjTQN%2FV0cz97Kvi%2BJDVbnxzd8Vw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8b10edf1d967440b-EWR
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-08-10 06:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Aug 2024 06:37:51 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VozpvC%2FoemD4OmA777%2BH1pLUIDzUXFlnMKGv3AgMnyjG%2FsEfLJP3roPIXzayCEiMylis4Mxcu7694icIIrheW3%2F3n03F8Looq1fKshMPBOJ7ZTg6JXZB2NI3asyESGqwzQCUxyBDuq6Sfg%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8b0dfacb9cddbedc-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 172.66.47.65:8443 · country-names.pages.dev

    2024-08-08 07:25

    HTTP/1.1 200 OK
    Date: Thu, 08 Aug 2024 07:25:26 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=yNYd%2BqKpSilhYamUHwWg9dlTM5ekdejxaFNSNUSki0jUO0bt0CjYASL%2FrvBwmuTaXoxr3y4HpQRJEj7oU1cickznJaZCCFfu3DPIQqavWlg5xsuI%2F%2BzPoD%2Fr2UDcqiVPTpjs31BKTB5tyA%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8afdc5c09be20f5d-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-08-08 01:03

    HTTP/1.1 200 OK
    Date: Thu, 08 Aug 2024 01:03:11 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7t4n5XLB7ssJn8UPZeELRM5PN9QFi%2FS8Wb6jfnvUtVzKfDBH%2Fpf%2BItoGoVmwxGOPLowHdQ%2FdWvBiHMPq1DgDXQ%2BQZ25fkL5%2B1rEXONXQGi%2Fjwqt7TT75ttn7q%2BjiGxismgsYGnlS%2B861MQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8afb95cdaa917757-AMS
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 172.66.47.65:443 · country-names.pages.dev

    2024-08-07 00:39

    HTTP/1.1 200 OK
    Date: Wed, 07 Aug 2024 00:39:31 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Abn0FvoJyU%2BtBrB25UA2Bi0GZmyQVObGpP9ZJGkT%2BN%2BnSrwXFpQC4B4WdbQbFoJHsFO5HbU2A%2FoQRwgufRD9qTl3jk6ghJArrrGAjnOmg63Qs2THVXRg4rHCx5iGrFkITrpUeG1BbVZbtQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8af335c7bb9c6425-LHR
    alt-svc: h3=":443"; ma=86400
    
    
    <html>
        <head>
            <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>
        </head>
        <body>
            <button onclick="getdata()">show data</button>
            <input type="text" placeholder="search">
            <table border="1px">
                <th>country</th>
                <th>population</th>
                <th>capital</th>
                <th>flag</th>
                <tbody id="cc"></tbody>
            </table>
        </body>
        <script>
            function getdata(){
                $.get("https://restcountries.com/v3.1/all", function(countries,status){
                    countries.forEach(function(country){
                        var tr1=document.createElement("tr")
                        var td1=document.createElement("td")
                        td1.innerHTML=country.name.common
                        tr1.appendChild(td1)
    
                        var td2=document.createElement("td")
                        td2.innerHTML=country.population
                        tr1.appendChild(td2)
    
                        var td3=document.createElement("td")
                        td3.innerHTML=country.capital
                        tr1.appendChild(td3)
    
                        var td4=document.createElement("td")
                        var x=document.createElement("img")
                        x.src=country.flags.svg
                        x.style.width="30px"
                        x.style.height="30px"
                        td4.appendChild(x)
                        tr1.appendChild(td4)
                        document.getElementById("cc").appendChild(tr1)
                    })
                    
                        
                    });
                
            }
        </script>
    </html>
    Found 2024-08-07 by HttpPlugin
    Create report
country-names.pages.dev*.country-names.pages.dev
CN:
country-names.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2024-09-09 23:33
Not after:
2024-12-08 23:33
country-names.pages.dev*.country-names.pages.dev
CN:
country-names.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2024-07-12 21:55
Not after:
2024-10-10 21:55