Domain npg.freizo.org
United Kingdom
OVH SAS
Ubuntu
Software information

Apache Apache 2.4.18

tcp/443 tcp/80

Apache Apache 2.4.7

tcp/443

  • Git configuration and history exposed
    First seen 2022-08-03 11:25
    Last seen 2024-09-20 08:34
    Open for 778 days
    • Severity: high
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522ce917ef3

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = ssh://dan@z.0x44.net:16309/~/git-projects/perl-iiif
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      [branch "dev"]
      	remote = origin
      	merge = refs/heads/dev
      
      Found on 2024-09-20 08:34
      332 Bytes
  • Git configuration and history exposed
    First seen 2022-08-03 11:26
    Last seen 2024-09-20 21:44
    Open for 779 days
    • Severity: high
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522ce917ef3

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = ssh://dan@z.0x44.net:16309/~/git-projects/perl-iiif
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      [branch "dev"]
      	remote = origin
      	merge = refs/heads/dev
      
      Found on 2024-09-20 21:44
      332 Bytes
  • A JSON configuration file has been found
    First seen 2022-09-30 23:51
    Last seen 2024-09-20 23:37
    Open for 720 days
    • Fingerprint: b18befd9dd653680f27d1c0149be56d9c6c452f68c85bd06445a85079d7b8df5

      { 
          "siteURL" : "https://npg.freizo.org/",
          "resetEmail" : "mail@freizo.org",
          "siteName" : "npg.freizo.org",
          "siteEmail" : "mail@freizo.org",
          "attachements" : "https://npg-media-freizo-org.s3.amazonaws.com/", 
          "defaultAvailability":"l",
          "defaultObject" : "artworks",
            "fieldMapping" : {
      	"imgcats" : "Image Types",
              "catno":"Asset No",
      	"artist" : "Artist",
              "sitter_c" : "Sitter",
              "medium" : "Medium",
      	"npgid" : "NPG Number"
            },   
          "curator" : {
            "summaryFields": {"catno":1 ,"issue":1 ,"title":1 ,"author":1 ,"image":1 ,"text":1 ,"metadata.owner.name":1}
          },
          "signup" : {
            "initialtext" : "Please enter your full name and email address below..",
            "submittedtext" : "Thank-you for your interest in npg.freizo.org.<br />Your application is being processed and you will receive a further email shortly.",
            "sendinitialmail": 1,
            "bcclist" : ["dan@blipcreative.com","peterc@blipcreative.com"]
          },
          "enabledocs": 1,
          "listAttachments" :0,
          "mirador" : {
            "linktext" : "mirador"
          }
      
      }
      
      Found on 2024-09-20 23:37
  • Open service 51.38.87.102:80 · iiif.npg.freizo.org

    2024-09-16 05:58

    HTTP/1.1 200 OK
    Date: Mon, 16 Sep 2024 05:58:23 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-09-16 by HttpPlugin
    Create report
  • Open service 51.38.87.102:443 · iiif.npg.freizo.org

    2024-09-14 14:27

    HTTP/1.1 200 OK
    Date: Sat, 14 Sep 2024 14:27:42 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 92.222.115.180:443 · npg.freizo.org

    2024-09-14 11:39

    HTTP/1.1 200 OK
    Date: Sat, 14 Sep 2024 11:42:38 GMT
    Server: Apache/2.4.7 (Ubuntu)
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=ISO-8859-1
    
    Page title: 
    npg.freizo.org
    
    
    
    <!DOCTYPE html> 
    <html>
    <head>
    <head>
    <title>
    npg.freizo.org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="/pp.css" /><script type="text/javascript" src="/js/jquery.min.js"></script>
    <script type="text/javascript" src="/js/global.js"></script>
    <script type="text/javascript" src="/js/jquery.cookies.2.2.0.js"></script>
    <script type="text/javascript">
    
    var config;
    
    $.ajax({
        url: '/config.json',
        async: false,
        success: function(result) {
          config=jQuery.parseJSON(result);
        },
        error: function(a,b,c) {
         console.log("error :"+b);
        }
    });
    
    var fieldDescriptions; 
    $.ajax({
        url: '/js/objects.json',
        async: false,
        success: function(result) {
          fieldDescriptions=jQuery.parseJSON(result);
        }
    });
    
    $(document).ready( function() {
    
    //if ($.getQuery('p') == 'about') {
    //  $('#frontpagetext').append(getSysDoc('about'));  
    //}  else {
    //  $('#frontpagetext').append(config.introtext);   
    //}
      initRotate(); 
      activateMenus(); 
    
    }); 
    
    
    var rotator;
    function initRotate () {
    $rotator = $("#frontpageimage");
    var n = Math.floor(Math.random()*$rotator.find("img").length); 
    $rotator.find("img:gt("+n+")").hide();
    $rotator.find("img:lt("+n+")").hide();
    setTimeout(Rotate,1000);
    } 
    
    function Rotate() {
        var $current = $rotator.find("img:visible");
        var $next = $current.next();
        if ($next.length == 0) $next = $rotator.find("img:eq(0)");
        $current.fadeOut(1000, function () {
              $next.fadeIn(1000);
        });
        setTimeout(Rotate, 7500);
    }
    
    </script>
    <!--
    <script type="text/javascript" src="mejs/mediaelement-and-player.min.js"></script>
    -->
    
    
    </head>
    <body>
    <div id="headcontainer">
    <div id="header">
      <div id="headerlogo">
      <img src="/img/phonopostlogo.png" alt="PhonoPost logo" />
      &nbsp;
      <!--&nbsp;
      <img id="rhlogo" src="/img/rhbanner.png" alt="PhonoPost logo" />
      <img src="/img/logo2.png" alt="PhonoPost logo" />-->
      </div>
      <div id="headerleft">  
      <a href="/">home</a>&nbsp;|&nbsp;<a href="/?p=about">about</a>&nbsp;|
    <a href="/login.cgi">sign in</a> | <a href="/login.cgi?action=signup">sign up</a></div>
      <div class="clear"></div>
    </div>
    <div id="topmenu">
      <div id="searchcontainer">
          <div id="searchinput">
            <input type="text" id="searchtext">
          </div>
         <div class="menucontainer">
          <ul id="searchbutton" class="top"><li><div class="topbutton searchbutton2">search</div></li></ul>
         </div>
      </div>
      <div class="menucontainer">
        <ul id="browse_menu" class="top">
          <li onClick="location.href='/browse.cgi'">
            <div class="topbutton">browse</div>
          </li>
        </ul>
      </div>
      <div class="menucontainer">
        <ul class="top"><li onClick="location.href='/docs.cgi'"><div class="topbutton">documents</div></ul>
      </div>  
      
    <!--  
     <div class="menucontainer" onMouseOver="showMenu('menu_label')" onMouseOut="hideMenu('menu_label')">
        <ul class="top drop">
        <li> label
        <ul id="menu_label">
          <li>label 1</li>
          <li>label 2</li>
          <li>label 3</li>
        </ul>
    </li>     
        </ul>
      </div>
    
      <div class="menucontainer" onMouseOver="showMenu('menu_media')" onMouseOut="hideMenu('menu_media')">
        <ul class="top drop">
        <li>media
        <ul id="menu_media">
          <li>media 1</li>
          <li>media 2</li>
          <li>media 3</li>
          <li>media 4</li>
          <li>media 5</li>
    
        </ul>
    </li>
        </ul>    
    </div>
    -->    
    </div>
    </div>
    <div id="colmask">
        <div id="colright">
            <div id="rhcontainer">
               <div id="rhcontent">
    
    <table><tr>
    <td id="frontpagetext" valign="top">
    <h1>welcome to npg.freizo.org</h1>
    <h1>&nbsp;<br /><br />this workflow supports preparation of data for the</h1>
    <h1>National Portrait Gallery InvenioRDM Repository</h1></td>
    <td>
    <div id="frontpageimage">
    <img src="/img/front/front-01.png"/>
    <img src="/img/front/front-02.png"/>
    <img src="/img/front/front-03.png"/>
    <img src="/img/front/front-04.png"/>
    <img src="/img/front/front-05.png"/>
    
    </div>
    </td>
    </tr></table>
               </div>
                </div>
              
            <div id="lhcol">
            <d
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 51.38.87.102:80 · iiif.npg.freizo.org

    2024-09-14 02:29

    HTTP/1.1 200 OK
    Date: Sat, 14 Sep 2024 02:29:29 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 51.38.87.102:443 · iiif.npg.freizo.org

    2024-09-12 17:50

    HTTP/1.1 200 OK
    Date: Thu, 12 Sep 2024 17:50:44 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 92.222.115.180:443 · npg.freizo.org

    2024-09-12 15:04

    HTTP/1.1 200 OK
    Date: Thu, 12 Sep 2024 15:07:47 GMT
    Server: Apache/2.4.7 (Ubuntu)
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=ISO-8859-1
    
    Page title: 
    npg.freizo.org
    
    
    
    <!DOCTYPE html> 
    <html>
    <head>
    <head>
    <title>
    npg.freizo.org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="/pp.css" /><script type="text/javascript" src="/js/jquery.min.js"></script>
    <script type="text/javascript" src="/js/global.js"></script>
    <script type="text/javascript" src="/js/jquery.cookies.2.2.0.js"></script>
    <script type="text/javascript">
    
    var config;
    
    $.ajax({
        url: '/config.json',
        async: false,
        success: function(result) {
          config=jQuery.parseJSON(result);
        },
        error: function(a,b,c) {
         console.log("error :"+b);
        }
    });
    
    var fieldDescriptions; 
    $.ajax({
        url: '/js/objects.json',
        async: false,
        success: function(result) {
          fieldDescriptions=jQuery.parseJSON(result);
        }
    });
    
    $(document).ready( function() {
    
    //if ($.getQuery('p') == 'about') {
    //  $('#frontpagetext').append(getSysDoc('about'));  
    //}  else {
    //  $('#frontpagetext').append(config.introtext);   
    //}
      initRotate(); 
      activateMenus(); 
    
    }); 
    
    
    var rotator;
    function initRotate () {
    $rotator = $("#frontpageimage");
    var n = Math.floor(Math.random()*$rotator.find("img").length); 
    $rotator.find("img:gt("+n+")").hide();
    $rotator.find("img:lt("+n+")").hide();
    setTimeout(Rotate,1000);
    } 
    
    function Rotate() {
        var $current = $rotator.find("img:visible");
        var $next = $current.next();
        if ($next.length == 0) $next = $rotator.find("img:eq(0)");
        $current.fadeOut(1000, function () {
              $next.fadeIn(1000);
        });
        setTimeout(Rotate, 7500);
    }
    
    </script>
    <!--
    <script type="text/javascript" src="mejs/mediaelement-and-player.min.js"></script>
    -->
    
    
    </head>
    <body>
    <div id="headcontainer">
    <div id="header">
      <div id="headerlogo">
      <img src="/img/phonopostlogo.png" alt="PhonoPost logo" />
      &nbsp;
      <!--&nbsp;
      <img id="rhlogo" src="/img/rhbanner.png" alt="PhonoPost logo" />
      <img src="/img/logo2.png" alt="PhonoPost logo" />-->
      </div>
      <div id="headerleft">  
      <a href="/">home</a>&nbsp;|&nbsp;<a href="/?p=about">about</a>&nbsp;|
    <a href="/login.cgi">sign in</a> | <a href="/login.cgi?action=signup">sign up</a></div>
      <div class="clear"></div>
    </div>
    <div id="topmenu">
      <div id="searchcontainer">
          <div id="searchinput">
            <input type="text" id="searchtext">
          </div>
         <div class="menucontainer">
          <ul id="searchbutton" class="top"><li><div class="topbutton searchbutton2">search</div></li></ul>
         </div>
      </div>
      <div class="menucontainer">
        <ul id="browse_menu" class="top">
          <li onClick="location.href='/browse.cgi'">
            <div class="topbutton">browse</div>
          </li>
        </ul>
      </div>
      <div class="menucontainer">
        <ul class="top"><li onClick="location.href='/docs.cgi'"><div class="topbutton">documents</div></ul>
      </div>  
      
    <!--  
     <div class="menucontainer" onMouseOver="showMenu('menu_label')" onMouseOut="hideMenu('menu_label')">
        <ul class="top drop">
        <li> label
        <ul id="menu_label">
          <li>label 1</li>
          <li>label 2</li>
          <li>label 3</li>
        </ul>
    </li>     
        </ul>
      </div>
    
      <div class="menucontainer" onMouseOver="showMenu('menu_media')" onMouseOut="hideMenu('menu_media')">
        <ul class="top drop">
        <li>media
        <ul id="menu_media">
          <li>media 1</li>
          <li>media 2</li>
          <li>media 3</li>
          <li>media 4</li>
          <li>media 5</li>
    
        </ul>
    </li>
        </ul>    
    </div>
    -->    
    </div>
    </div>
    <div id="colmask">
        <div id="colright">
            <div id="rhcontainer">
               <div id="rhcontent">
    
    <table><tr>
    <td id="frontpagetext" valign="top">
    <h1>welcome to npg.freizo.org</h1>
    <h1>&nbsp;<br /><br />this workflow supports preparation of data for the</h1>
    <h1>National Portrait Gallery InvenioRDM Repository</h1></td>
    <td>
    <div id="frontpageimage">
    <img src="/img/front/front-01.png"/>
    <img src="/img/front/front-02.png"/>
    <img src="/img/front/front-03.png"/>
    <img src="/img/front/front-04.png"/>
    <img src="/img/front/front-05.png"/>
    
    </div>
    </td>
    </tr></table>
               </div>
                </div>
              
            <div id="lhcol">
            <d
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 51.38.87.102:80 · iiif.npg.freizo.org

    2024-09-12 04:48

    HTTP/1.1 200 OK
    Date: Thu, 12 Sep 2024 04:48:49 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 51.38.87.102:443 · iiif.npg.freizo.org

    2024-09-11 00:52

    HTTP/1.1 200 OK
    Date: Wed, 11 Sep 2024 00:52:48 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-09-11 by HttpPlugin
    Create report
  • Open service 92.222.115.180:443 · npg.freizo.org

    2024-09-10 18:59

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 19:02:23 GMT
    Server: Apache/2.4.7 (Ubuntu)
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=ISO-8859-1
    
    Page title: 
    npg.freizo.org
    
    
    
    <!DOCTYPE html> 
    <html>
    <head>
    <head>
    <title>
    npg.freizo.org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="/pp.css" /><script type="text/javascript" src="/js/jquery.min.js"></script>
    <script type="text/javascript" src="/js/global.js"></script>
    <script type="text/javascript" src="/js/jquery.cookies.2.2.0.js"></script>
    <script type="text/javascript">
    
    var config;
    
    $.ajax({
        url: '/config.json',
        async: false,
        success: function(result) {
          config=jQuery.parseJSON(result);
        },
        error: function(a,b,c) {
         console.log("error :"+b);
        }
    });
    
    var fieldDescriptions; 
    $.ajax({
        url: '/js/objects.json',
        async: false,
        success: function(result) {
          fieldDescriptions=jQuery.parseJSON(result);
        }
    });
    
    $(document).ready( function() {
    
    //if ($.getQuery('p') == 'about') {
    //  $('#frontpagetext').append(getSysDoc('about'));  
    //}  else {
    //  $('#frontpagetext').append(config.introtext);   
    //}
      initRotate(); 
      activateMenus(); 
    
    }); 
    
    
    var rotator;
    function initRotate () {
    $rotator = $("#frontpageimage");
    var n = Math.floor(Math.random()*$rotator.find("img").length); 
    $rotator.find("img:gt("+n+")").hide();
    $rotator.find("img:lt("+n+")").hide();
    setTimeout(Rotate,1000);
    } 
    
    function Rotate() {
        var $current = $rotator.find("img:visible");
        var $next = $current.next();
        if ($next.length == 0) $next = $rotator.find("img:eq(0)");
        $current.fadeOut(1000, function () {
              $next.fadeIn(1000);
        });
        setTimeout(Rotate, 7500);
    }
    
    </script>
    <!--
    <script type="text/javascript" src="mejs/mediaelement-and-player.min.js"></script>
    -->
    
    
    </head>
    <body>
    <div id="headcontainer">
    <div id="header">
      <div id="headerlogo">
      <img src="/img/phonopostlogo.png" alt="PhonoPost logo" />
      &nbsp;
      <!--&nbsp;
      <img id="rhlogo" src="/img/rhbanner.png" alt="PhonoPost logo" />
      <img src="/img/logo2.png" alt="PhonoPost logo" />-->
      </div>
      <div id="headerleft">  
      <a href="/">home</a>&nbsp;|&nbsp;<a href="/?p=about">about</a>&nbsp;|
    <a href="/login.cgi">sign in</a> | <a href="/login.cgi?action=signup">sign up</a></div>
      <div class="clear"></div>
    </div>
    <div id="topmenu">
      <div id="searchcontainer">
          <div id="searchinput">
            <input type="text" id="searchtext">
          </div>
         <div class="menucontainer">
          <ul id="searchbutton" class="top"><li><div class="topbutton searchbutton2">search</div></li></ul>
         </div>
      </div>
      <div class="menucontainer">
        <ul id="browse_menu" class="top">
          <li onClick="location.href='/browse.cgi'">
            <div class="topbutton">browse</div>
          </li>
        </ul>
      </div>
      <div class="menucontainer">
        <ul class="top"><li onClick="location.href='/docs.cgi'"><div class="topbutton">documents</div></ul>
      </div>  
      
    <!--  
     <div class="menucontainer" onMouseOver="showMenu('menu_label')" onMouseOut="hideMenu('menu_label')">
        <ul class="top drop">
        <li> label
        <ul id="menu_label">
          <li>label 1</li>
          <li>label 2</li>
          <li>label 3</li>
        </ul>
    </li>     
        </ul>
      </div>
    
      <div class="menucontainer" onMouseOver="showMenu('menu_media')" onMouseOut="hideMenu('menu_media')">
        <ul class="top drop">
        <li>media
        <ul id="menu_media">
          <li>media 1</li>
          <li>media 2</li>
          <li>media 3</li>
          <li>media 4</li>
          <li>media 5</li>
    
        </ul>
    </li>
        </ul>    
    </div>
    -->    
    </div>
    </div>
    <div id="colmask">
        <div id="colright">
            <div id="rhcontainer">
               <div id="rhcontent">
    
    <table><tr>
    <td id="frontpagetext" valign="top">
    <h1>welcome to npg.freizo.org</h1>
    <h1>&nbsp;<br /><br />this workflow supports preparation of data for the</h1>
    <h1>National Portrait Gallery InvenioRDM Repository</h1></td>
    <td>
    <div id="frontpageimage">
    <img src="/img/front/front-01.png"/>
    <img src="/img/front/front-02.png"/>
    <img src="/img/front/front-03.png"/>
    <img src="/img/front/front-04.png"/>
    <img src="/img/front/front-05.png"/>
    
    </div>
    </td>
    </tr></table>
               </div>
                </div>
              
            <div id="lhcol">
            <d
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 51.38.87.102:80 · iiif.npg.freizo.org

    2024-09-10 05:48

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 05:48:59 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 92.222.115.180:443 · npg.freizo.org

    2024-09-08 18:18

    HTTP/1.1 200 OK
    Date: Sun, 08 Sep 2024 18:20:57 GMT
    Server: Apache/2.4.7 (Ubuntu)
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=ISO-8859-1
    
    Page title: 
    npg.freizo.org
    
    
    
    <!DOCTYPE html> 
    <html>
    <head>
    <head>
    <title>
    npg.freizo.org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="/pp.css" /><script type="text/javascript" src="/js/jquery.min.js"></script>
    <script type="text/javascript" src="/js/global.js"></script>
    <script type="text/javascript" src="/js/jquery.cookies.2.2.0.js"></script>
    <script type="text/javascript">
    
    var config;
    
    $.ajax({
        url: '/config.json',
        async: false,
        success: function(result) {
          config=jQuery.parseJSON(result);
        },
        error: function(a,b,c) {
         console.log("error :"+b);
        }
    });
    
    var fieldDescriptions; 
    $.ajax({
        url: '/js/objects.json',
        async: false,
        success: function(result) {
          fieldDescriptions=jQuery.parseJSON(result);
        }
    });
    
    $(document).ready( function() {
    
    //if ($.getQuery('p') == 'about') {
    //  $('#frontpagetext').append(getSysDoc('about'));  
    //}  else {
    //  $('#frontpagetext').append(config.introtext);   
    //}
      initRotate(); 
      activateMenus(); 
    
    }); 
    
    
    var rotator;
    function initRotate () {
    $rotator = $("#frontpageimage");
    var n = Math.floor(Math.random()*$rotator.find("img").length); 
    $rotator.find("img:gt("+n+")").hide();
    $rotator.find("img:lt("+n+")").hide();
    setTimeout(Rotate,1000);
    } 
    
    function Rotate() {
        var $current = $rotator.find("img:visible");
        var $next = $current.next();
        if ($next.length == 0) $next = $rotator.find("img:eq(0)");
        $current.fadeOut(1000, function () {
              $next.fadeIn(1000);
        });
        setTimeout(Rotate, 7500);
    }
    
    </script>
    <!--
    <script type="text/javascript" src="mejs/mediaelement-and-player.min.js"></script>
    -->
    
    
    </head>
    <body>
    <div id="headcontainer">
    <div id="header">
      <div id="headerlogo">
      <img src="/img/phonopostlogo.png" alt="PhonoPost logo" />
      &nbsp;
      <!--&nbsp;
      <img id="rhlogo" src="/img/rhbanner.png" alt="PhonoPost logo" />
      <img src="/img/logo2.png" alt="PhonoPost logo" />-->
      </div>
      <div id="headerleft">  
      <a href="/">home</a>&nbsp;|&nbsp;<a href="/?p=about">about</a>&nbsp;|
    <a href="/login.cgi">sign in</a> | <a href="/login.cgi?action=signup">sign up</a></div>
      <div class="clear"></div>
    </div>
    <div id="topmenu">
      <div id="searchcontainer">
          <div id="searchinput">
            <input type="text" id="searchtext">
          </div>
         <div class="menucontainer">
          <ul id="searchbutton" class="top"><li><div class="topbutton searchbutton2">search</div></li></ul>
         </div>
      </div>
      <div class="menucontainer">
        <ul id="browse_menu" class="top">
          <li onClick="location.href='/browse.cgi'">
            <div class="topbutton">browse</div>
          </li>
        </ul>
      </div>
      <div class="menucontainer">
        <ul class="top"><li onClick="location.href='/docs.cgi'"><div class="topbutton">documents</div></ul>
      </div>  
      
    <!--  
     <div class="menucontainer" onMouseOver="showMenu('menu_label')" onMouseOut="hideMenu('menu_label')">
        <ul class="top drop">
        <li> label
        <ul id="menu_label">
          <li>label 1</li>
          <li>label 2</li>
          <li>label 3</li>
        </ul>
    </li>     
        </ul>
      </div>
    
      <div class="menucontainer" onMouseOver="showMenu('menu_media')" onMouseOut="hideMenu('menu_media')">
        <ul class="top drop">
        <li>media
        <ul id="menu_media">
          <li>media 1</li>
          <li>media 2</li>
          <li>media 3</li>
          <li>media 4</li>
          <li>media 5</li>
    
        </ul>
    </li>
        </ul>    
    </div>
    -->    
    </div>
    </div>
    <div id="colmask">
        <div id="colright">
            <div id="rhcontainer">
               <div id="rhcontent">
    
    <table><tr>
    <td id="frontpagetext" valign="top">
    <h1>welcome to npg.freizo.org</h1>
    <h1>&nbsp;<br /><br />this workflow supports preparation of data for the</h1>
    <h1>National Portrait Gallery InvenioRDM Repository</h1></td>
    <td>
    <div id="frontpageimage">
    <img src="/img/front/front-01.png"/>
    <img src="/img/front/front-02.png"/>
    <img src="/img/front/front-03.png"/>
    <img src="/img/front/front-04.png"/>
    <img src="/img/front/front-05.png"/>
    
    </div>
    </td>
    </tr></table>
               </div>
                </div>
              
            <div id="lhcol">
            <d
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 51.38.87.102:443 · iiif.npg.freizo.org

    2024-09-08 15:32

    HTTP/1.1 200 OK
    Date: Sun, 08 Sep 2024 15:32:28 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 51.38.87.102:80 · iiif.npg.freizo.org

    2024-09-08 02:58

    HTTP/1.1 200 OK
    Date: Sun, 08 Sep 2024 02:58:41 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 51.38.87.102:443 · iiif.npg.freizo.org

    2024-09-06 15:38

    HTTP/1.1 200 OK
    Date: Fri, 06 Sep 2024 15:38:25 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 92.222.115.180:443 · npg.freizo.org

    2024-09-06 14:18

    HTTP/1.1 200 OK
    Date: Fri, 06 Sep 2024 14:20:55 GMT
    Server: Apache/2.4.7 (Ubuntu)
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=ISO-8859-1
    
    Page title: 
    npg.freizo.org
    
    
    
    <!DOCTYPE html> 
    <html>
    <head>
    <head>
    <title>
    npg.freizo.org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="/pp.css" /><script type="text/javascript" src="/js/jquery.min.js"></script>
    <script type="text/javascript" src="/js/global.js"></script>
    <script type="text/javascript" src="/js/jquery.cookies.2.2.0.js"></script>
    <script type="text/javascript">
    
    var config;
    
    $.ajax({
        url: '/config.json',
        async: false,
        success: function(result) {
          config=jQuery.parseJSON(result);
        },
        error: function(a,b,c) {
         console.log("error :"+b);
        }
    });
    
    var fieldDescriptions; 
    $.ajax({
        url: '/js/objects.json',
        async: false,
        success: function(result) {
          fieldDescriptions=jQuery.parseJSON(result);
        }
    });
    
    $(document).ready( function() {
    
    //if ($.getQuery('p') == 'about') {
    //  $('#frontpagetext').append(getSysDoc('about'));  
    //}  else {
    //  $('#frontpagetext').append(config.introtext);   
    //}
      initRotate(); 
      activateMenus(); 
    
    }); 
    
    
    var rotator;
    function initRotate () {
    $rotator = $("#frontpageimage");
    var n = Math.floor(Math.random()*$rotator.find("img").length); 
    $rotator.find("img:gt("+n+")").hide();
    $rotator.find("img:lt("+n+")").hide();
    setTimeout(Rotate,1000);
    } 
    
    function Rotate() {
        var $current = $rotator.find("img:visible");
        var $next = $current.next();
        if ($next.length == 0) $next = $rotator.find("img:eq(0)");
        $current.fadeOut(1000, function () {
              $next.fadeIn(1000);
        });
        setTimeout(Rotate, 7500);
    }
    
    </script>
    <!--
    <script type="text/javascript" src="mejs/mediaelement-and-player.min.js"></script>
    -->
    
    
    </head>
    <body>
    <div id="headcontainer">
    <div id="header">
      <div id="headerlogo">
      <img src="/img/phonopostlogo.png" alt="PhonoPost logo" />
      &nbsp;
      <!--&nbsp;
      <img id="rhlogo" src="/img/rhbanner.png" alt="PhonoPost logo" />
      <img src="/img/logo2.png" alt="PhonoPost logo" />-->
      </div>
      <div id="headerleft">  
      <a href="/">home</a>&nbsp;|&nbsp;<a href="/?p=about">about</a>&nbsp;|
    <a href="/login.cgi">sign in</a> | <a href="/login.cgi?action=signup">sign up</a></div>
      <div class="clear"></div>
    </div>
    <div id="topmenu">
      <div id="searchcontainer">
          <div id="searchinput">
            <input type="text" id="searchtext">
          </div>
         <div class="menucontainer">
          <ul id="searchbutton" class="top"><li><div class="topbutton searchbutton2">search</div></li></ul>
         </div>
      </div>
      <div class="menucontainer">
        <ul id="browse_menu" class="top">
          <li onClick="location.href='/browse.cgi'">
            <div class="topbutton">browse</div>
          </li>
        </ul>
      </div>
      <div class="menucontainer">
        <ul class="top"><li onClick="location.href='/docs.cgi'"><div class="topbutton">documents</div></ul>
      </div>  
      
    <!--  
     <div class="menucontainer" onMouseOver="showMenu('menu_label')" onMouseOut="hideMenu('menu_label')">
        <ul class="top drop">
        <li> label
        <ul id="menu_label">
          <li>label 1</li>
          <li>label 2</li>
          <li>label 3</li>
        </ul>
    </li>     
        </ul>
      </div>
    
      <div class="menucontainer" onMouseOver="showMenu('menu_media')" onMouseOut="hideMenu('menu_media')">
        <ul class="top drop">
        <li>media
        <ul id="menu_media">
          <li>media 1</li>
          <li>media 2</li>
          <li>media 3</li>
          <li>media 4</li>
          <li>media 5</li>
    
        </ul>
    </li>
        </ul>    
    </div>
    -->    
    </div>
    </div>
    <div id="colmask">
        <div id="colright">
            <div id="rhcontainer">
               <div id="rhcontent">
    
    <table><tr>
    <td id="frontpagetext" valign="top">
    <h1>welcome to npg.freizo.org</h1>
    <h1>&nbsp;<br /><br />this workflow supports preparation of data for the</h1>
    <h1>National Portrait Gallery InvenioRDM Repository</h1></td>
    <td>
    <div id="frontpageimage">
    <img src="/img/front/front-01.png"/>
    <img src="/img/front/front-02.png"/>
    <img src="/img/front/front-03.png"/>
    <img src="/img/front/front-04.png"/>
    <img src="/img/front/front-05.png"/>
    
    </div>
    </td>
    </tr></table>
               </div>
                </div>
              
            <div id="lhcol">
            <d
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 51.38.87.102:80 · iiif.npg.freizo.org

    2024-09-06 11:11

    HTTP/1.1 200 OK
    Date: Fri, 06 Sep 2024 11:11:03 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 51.38.87.102:443 · iiif.npg.freizo.org

    2024-08-18 13:45

    HTTP/1.1 200 OK
    Date: Sun, 18 Aug 2024 13:45:34 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-08-18 by HttpPlugin
    Create report
  • Open service 92.222.115.180:443 · npg.freizo.org

    2024-08-18 01:46

    HTTP/1.1 200 OK
    Date: Sun, 18 Aug 2024 01:48:32 GMT
    Server: Apache/2.4.7 (Ubuntu)
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=ISO-8859-1
    
    Page title: 
    npg.freizo.org
    
    
    
    <!DOCTYPE html> 
    <html>
    <head>
    <head>
    <title>
    npg.freizo.org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="/pp.css" /><script type="text/javascript" src="/js/jquery.min.js"></script>
    <script type="text/javascript" src="/js/global.js"></script>
    <script type="text/javascript" src="/js/jquery.cookies.2.2.0.js"></script>
    <script type="text/javascript">
    
    var config;
    
    $.ajax({
        url: '/config.json',
        async: false,
        success: function(result) {
          config=jQuery.parseJSON(result);
        },
        error: function(a,b,c) {
         console.log("error :"+b);
        }
    });
    
    var fieldDescriptions; 
    $.ajax({
        url: '/js/objects.json',
        async: false,
        success: function(result) {
          fieldDescriptions=jQuery.parseJSON(result);
        }
    });
    
    $(document).ready( function() {
    
    //if ($.getQuery('p') == 'about') {
    //  $('#frontpagetext').append(getSysDoc('about'));  
    //}  else {
    //  $('#frontpagetext').append(config.introtext);   
    //}
      initRotate(); 
      activateMenus(); 
    
    }); 
    
    
    var rotator;
    function initRotate () {
    $rotator = $("#frontpageimage");
    var n = Math.floor(Math.random()*$rotator.find("img").length); 
    $rotator.find("img:gt("+n+")").hide();
    $rotator.find("img:lt("+n+")").hide();
    setTimeout(Rotate,1000);
    } 
    
    function Rotate() {
        var $current = $rotator.find("img:visible");
        var $next = $current.next();
        if ($next.length == 0) $next = $rotator.find("img:eq(0)");
        $current.fadeOut(1000, function () {
              $next.fadeIn(1000);
        });
        setTimeout(Rotate, 7500);
    }
    
    </script>
    <!--
    <script type="text/javascript" src="mejs/mediaelement-and-player.min.js"></script>
    -->
    
    
    </head>
    <body>
    <div id="headcontainer">
    <div id="header">
      <div id="headerlogo">
      <img src="/img/phonopostlogo.png" alt="PhonoPost logo" />
      &nbsp;
      <!--&nbsp;
      <img id="rhlogo" src="/img/rhbanner.png" alt="PhonoPost logo" />
      <img src="/img/logo2.png" alt="PhonoPost logo" />-->
      </div>
      <div id="headerleft">  
      <a href="/">home</a>&nbsp;|&nbsp;<a href="/?p=about">about</a>&nbsp;|
    <a href="/login.cgi">sign in</a> | <a href="/login.cgi?action=signup">sign up</a></div>
      <div class="clear"></div>
    </div>
    <div id="topmenu">
      <div id="searchcontainer">
          <div id="searchinput">
            <input type="text" id="searchtext">
          </div>
         <div class="menucontainer">
          <ul id="searchbutton" class="top"><li><div class="topbutton searchbutton2">search</div></li></ul>
         </div>
      </div>
      <div class="menucontainer">
        <ul id="browse_menu" class="top">
          <li onClick="location.href='/browse.cgi'">
            <div class="topbutton">browse</div>
          </li>
        </ul>
      </div>
      <div class="menucontainer">
        <ul class="top"><li onClick="location.href='/docs.cgi'"><div class="topbutton">documents</div></ul>
      </div>  
      
    <!--  
     <div class="menucontainer" onMouseOver="showMenu('menu_label')" onMouseOut="hideMenu('menu_label')">
        <ul class="top drop">
        <li> label
        <ul id="menu_label">
          <li>label 1</li>
          <li>label 2</li>
          <li>label 3</li>
        </ul>
    </li>     
        </ul>
      </div>
    
      <div class="menucontainer" onMouseOver="showMenu('menu_media')" onMouseOut="hideMenu('menu_media')">
        <ul class="top drop">
        <li>media
        <ul id="menu_media">
          <li>media 1</li>
          <li>media 2</li>
          <li>media 3</li>
          <li>media 4</li>
          <li>media 5</li>
    
        </ul>
    </li>
        </ul>    
    </div>
    -->    
    </div>
    </div>
    <div id="colmask">
        <div id="colright">
            <div id="rhcontainer">
               <div id="rhcontent">
    
    <table><tr>
    <td id="frontpagetext" valign="top">
    <h1>welcome to npg.freizo.org</h1>
    <h1>&nbsp;<br /><br />this workflow supports preparation of data for the</h1>
    <h1>National Portrait Gallery InvenioRDM Repository</h1></td>
    <td>
    <div id="frontpageimage">
    <img src="/img/front/front-01.png"/>
    <img src="/img/front/front-02.png"/>
    <img src="/img/front/front-03.png"/>
    <img src="/img/front/front-04.png"/>
    <img src="/img/front/front-05.png"/>
    
    </div>
    </td>
    </tr></table>
               </div>
                </div>
              
            <div id="lhcol">
            <d
    Found 2024-08-18 by HttpPlugin
    Create report
  • Open service 51.38.87.102:80 · iiif.npg.freizo.org

    2024-08-16 21:39

    HTTP/1.1 200 OK
    Date: Fri, 16 Aug 2024 21:39:32 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 51.38.87.102:443 · iiif.npg.freizo.org

    2024-08-16 13:37

    HTTP/1.1 200 OK
    Date: Fri, 16 Aug 2024 13:37:53 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 92.222.115.180:443 · npg.freizo.org

    2024-08-16 02:18

    HTTP/1.1 200 OK
    Date: Fri, 16 Aug 2024 02:20:40 GMT
    Server: Apache/2.4.7 (Ubuntu)
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=ISO-8859-1
    
    Page title: 
    npg.freizo.org
    
    
    
    <!DOCTYPE html> 
    <html>
    <head>
    <head>
    <title>
    npg.freizo.org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="/pp.css" /><script type="text/javascript" src="/js/jquery.min.js"></script>
    <script type="text/javascript" src="/js/global.js"></script>
    <script type="text/javascript" src="/js/jquery.cookies.2.2.0.js"></script>
    <script type="text/javascript">
    
    var config;
    
    $.ajax({
        url: '/config.json',
        async: false,
        success: function(result) {
          config=jQuery.parseJSON(result);
        },
        error: function(a,b,c) {
         console.log("error :"+b);
        }
    });
    
    var fieldDescriptions; 
    $.ajax({
        url: '/js/objects.json',
        async: false,
        success: function(result) {
          fieldDescriptions=jQuery.parseJSON(result);
        }
    });
    
    $(document).ready( function() {
    
    //if ($.getQuery('p') == 'about') {
    //  $('#frontpagetext').append(getSysDoc('about'));  
    //}  else {
    //  $('#frontpagetext').append(config.introtext);   
    //}
      initRotate(); 
      activateMenus(); 
    
    }); 
    
    
    var rotator;
    function initRotate () {
    $rotator = $("#frontpageimage");
    var n = Math.floor(Math.random()*$rotator.find("img").length); 
    $rotator.find("img:gt("+n+")").hide();
    $rotator.find("img:lt("+n+")").hide();
    setTimeout(Rotate,1000);
    } 
    
    function Rotate() {
        var $current = $rotator.find("img:visible");
        var $next = $current.next();
        if ($next.length == 0) $next = $rotator.find("img:eq(0)");
        $current.fadeOut(1000, function () {
              $next.fadeIn(1000);
        });
        setTimeout(Rotate, 7500);
    }
    
    </script>
    <!--
    <script type="text/javascript" src="mejs/mediaelement-and-player.min.js"></script>
    -->
    
    
    </head>
    <body>
    <div id="headcontainer">
    <div id="header">
      <div id="headerlogo">
      <img src="/img/phonopostlogo.png" alt="PhonoPost logo" />
      &nbsp;
      <!--&nbsp;
      <img id="rhlogo" src="/img/rhbanner.png" alt="PhonoPost logo" />
      <img src="/img/logo2.png" alt="PhonoPost logo" />-->
      </div>
      <div id="headerleft">  
      <a href="/">home</a>&nbsp;|&nbsp;<a href="/?p=about">about</a>&nbsp;|
    <a href="/login.cgi">sign in</a> | <a href="/login.cgi?action=signup">sign up</a></div>
      <div class="clear"></div>
    </div>
    <div id="topmenu">
      <div id="searchcontainer">
          <div id="searchinput">
            <input type="text" id="searchtext">
          </div>
         <div class="menucontainer">
          <ul id="searchbutton" class="top"><li><div class="topbutton searchbutton2">search</div></li></ul>
         </div>
      </div>
      <div class="menucontainer">
        <ul id="browse_menu" class="top">
          <li onClick="location.href='/browse.cgi'">
            <div class="topbutton">browse</div>
          </li>
        </ul>
      </div>
      <div class="menucontainer">
        <ul class="top"><li onClick="location.href='/docs.cgi'"><div class="topbutton">documents</div></ul>
      </div>  
      
    <!--  
     <div class="menucontainer" onMouseOver="showMenu('menu_label')" onMouseOut="hideMenu('menu_label')">
        <ul class="top drop">
        <li> label
        <ul id="menu_label">
          <li>label 1</li>
          <li>label 2</li>
          <li>label 3</li>
        </ul>
    </li>     
        </ul>
      </div>
    
      <div class="menucontainer" onMouseOver="showMenu('menu_media')" onMouseOut="hideMenu('menu_media')">
        <ul class="top drop">
        <li>media
        <ul id="menu_media">
          <li>media 1</li>
          <li>media 2</li>
          <li>media 3</li>
          <li>media 4</li>
          <li>media 5</li>
    
        </ul>
    </li>
        </ul>    
    </div>
    -->    
    </div>
    </div>
    <div id="colmask">
        <div id="colright">
            <div id="rhcontainer">
               <div id="rhcontent">
    
    <table><tr>
    <td id="frontpagetext" valign="top">
    <h1>welcome to npg.freizo.org</h1>
    <h1>&nbsp;<br /><br />this workflow supports preparation of data for the</h1>
    <h1>National Portrait Gallery InvenioRDM Repository</h1></td>
    <td>
    <div id="frontpageimage">
    <img src="/img/front/front-01.png"/>
    <img src="/img/front/front-02.png"/>
    <img src="/img/front/front-03.png"/>
    <img src="/img/front/front-04.png"/>
    <img src="/img/front/front-05.png"/>
    
    </div>
    </td>
    </tr></table>
               </div>
                </div>
              
            <div id="lhcol">
            <d
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 51.38.87.102:80 · iiif.npg.freizo.org

    2024-08-14 22:37

    HTTP/1.1 200 OK
    Date: Wed, 14 Aug 2024 22:37:04 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 92.222.115.180:443 · npg.freizo.org

    2024-08-14 18:07

    HTTP/1.1 200 OK
    Date: Wed, 14 Aug 2024 18:09:19 GMT
    Server: Apache/2.4.7 (Ubuntu)
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=ISO-8859-1
    
    Page title: 
    npg.freizo.org
    
    
    
    <!DOCTYPE html> 
    <html>
    <head>
    <head>
    <title>
    npg.freizo.org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="/pp.css" /><script type="text/javascript" src="/js/jquery.min.js"></script>
    <script type="text/javascript" src="/js/global.js"></script>
    <script type="text/javascript" src="/js/jquery.cookies.2.2.0.js"></script>
    <script type="text/javascript">
    
    var config;
    
    $.ajax({
        url: '/config.json',
        async: false,
        success: function(result) {
          config=jQuery.parseJSON(result);
        },
        error: function(a,b,c) {
         console.log("error :"+b);
        }
    });
    
    var fieldDescriptions; 
    $.ajax({
        url: '/js/objects.json',
        async: false,
        success: function(result) {
          fieldDescriptions=jQuery.parseJSON(result);
        }
    });
    
    $(document).ready( function() {
    
    //if ($.getQuery('p') == 'about') {
    //  $('#frontpagetext').append(getSysDoc('about'));  
    //}  else {
    //  $('#frontpagetext').append(config.introtext);   
    //}
      initRotate(); 
      activateMenus(); 
    
    }); 
    
    
    var rotator;
    function initRotate () {
    $rotator = $("#frontpageimage");
    var n = Math.floor(Math.random()*$rotator.find("img").length); 
    $rotator.find("img:gt("+n+")").hide();
    $rotator.find("img:lt("+n+")").hide();
    setTimeout(Rotate,1000);
    } 
    
    function Rotate() {
        var $current = $rotator.find("img:visible");
        var $next = $current.next();
        if ($next.length == 0) $next = $rotator.find("img:eq(0)");
        $current.fadeOut(1000, function () {
              $next.fadeIn(1000);
        });
        setTimeout(Rotate, 7500);
    }
    
    </script>
    <!--
    <script type="text/javascript" src="mejs/mediaelement-and-player.min.js"></script>
    -->
    
    
    </head>
    <body>
    <div id="headcontainer">
    <div id="header">
      <div id="headerlogo">
      <img src="/img/phonopostlogo.png" alt="PhonoPost logo" />
      &nbsp;
      <!--&nbsp;
      <img id="rhlogo" src="/img/rhbanner.png" alt="PhonoPost logo" />
      <img src="/img/logo2.png" alt="PhonoPost logo" />-->
      </div>
      <div id="headerleft">  
      <a href="/">home</a>&nbsp;|&nbsp;<a href="/?p=about">about</a>&nbsp;|
    <a href="/login.cgi">sign in</a> | <a href="/login.cgi?action=signup">sign up</a></div>
      <div class="clear"></div>
    </div>
    <div id="topmenu">
      <div id="searchcontainer">
          <div id="searchinput">
            <input type="text" id="searchtext">
          </div>
         <div class="menucontainer">
          <ul id="searchbutton" class="top"><li><div class="topbutton searchbutton2">search</div></li></ul>
         </div>
      </div>
      <div class="menucontainer">
        <ul id="browse_menu" class="top">
          <li onClick="location.href='/browse.cgi'">
            <div class="topbutton">browse</div>
          </li>
        </ul>
      </div>
      <div class="menucontainer">
        <ul class="top"><li onClick="location.href='/docs.cgi'"><div class="topbutton">documents</div></ul>
      </div>  
      
    <!--  
     <div class="menucontainer" onMouseOver="showMenu('menu_label')" onMouseOut="hideMenu('menu_label')">
        <ul class="top drop">
        <li> label
        <ul id="menu_label">
          <li>label 1</li>
          <li>label 2</li>
          <li>label 3</li>
        </ul>
    </li>     
        </ul>
      </div>
    
      <div class="menucontainer" onMouseOver="showMenu('menu_media')" onMouseOut="hideMenu('menu_media')">
        <ul class="top drop">
        <li>media
        <ul id="menu_media">
          <li>media 1</li>
          <li>media 2</li>
          <li>media 3</li>
          <li>media 4</li>
          <li>media 5</li>
    
        </ul>
    </li>
        </ul>    
    </div>
    -->    
    </div>
    </div>
    <div id="colmask">
        <div id="colright">
            <div id="rhcontainer">
               <div id="rhcontent">
    
    <table><tr>
    <td id="frontpagetext" valign="top">
    <h1>welcome to npg.freizo.org</h1>
    <h1>&nbsp;<br /><br />this workflow supports preparation of data for the</h1>
    <h1>National Portrait Gallery InvenioRDM Repository</h1></td>
    <td>
    <div id="frontpageimage">
    <img src="/img/front/front-01.png"/>
    <img src="/img/front/front-02.png"/>
    <img src="/img/front/front-03.png"/>
    <img src="/img/front/front-04.png"/>
    <img src="/img/front/front-05.png"/>
    
    </div>
    </td>
    </tr></table>
               </div>
                </div>
              
            <div id="lhcol">
            <d
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 51.38.87.102:443 · iiif.npg.freizo.org

    2024-08-14 06:48

    HTTP/1.1 200 OK
    Date: Wed, 14 Aug 2024 06:48:29 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 92.222.115.180:443 · npg.freizo.org

    2024-08-12 21:46

    HTTP/1.1 200 OK
    Date: Mon, 12 Aug 2024 21:48:43 GMT
    Server: Apache/2.4.7 (Ubuntu)
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=ISO-8859-1
    
    Page title: 
    npg.freizo.org
    
    
    
    <!DOCTYPE html> 
    <html>
    <head>
    <head>
    <title>
    npg.freizo.org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="/pp.css" /><script type="text/javascript" src="/js/jquery.min.js"></script>
    <script type="text/javascript" src="/js/global.js"></script>
    <script type="text/javascript" src="/js/jquery.cookies.2.2.0.js"></script>
    <script type="text/javascript">
    
    var config;
    
    $.ajax({
        url: '/config.json',
        async: false,
        success: function(result) {
          config=jQuery.parseJSON(result);
        },
        error: function(a,b,c) {
         console.log("error :"+b);
        }
    });
    
    var fieldDescriptions; 
    $.ajax({
        url: '/js/objects.json',
        async: false,
        success: function(result) {
          fieldDescriptions=jQuery.parseJSON(result);
        }
    });
    
    $(document).ready( function() {
    
    //if ($.getQuery('p') == 'about') {
    //  $('#frontpagetext').append(getSysDoc('about'));  
    //}  else {
    //  $('#frontpagetext').append(config.introtext);   
    //}
      initRotate(); 
      activateMenus(); 
    
    }); 
    
    
    var rotator;
    function initRotate () {
    $rotator = $("#frontpageimage");
    var n = Math.floor(Math.random()*$rotator.find("img").length); 
    $rotator.find("img:gt("+n+")").hide();
    $rotator.find("img:lt("+n+")").hide();
    setTimeout(Rotate,1000);
    } 
    
    function Rotate() {
        var $current = $rotator.find("img:visible");
        var $next = $current.next();
        if ($next.length == 0) $next = $rotator.find("img:eq(0)");
        $current.fadeOut(1000, function () {
              $next.fadeIn(1000);
        });
        setTimeout(Rotate, 7500);
    }
    
    </script>
    <!--
    <script type="text/javascript" src="mejs/mediaelement-and-player.min.js"></script>
    -->
    
    
    </head>
    <body>
    <div id="headcontainer">
    <div id="header">
      <div id="headerlogo">
      <img src="/img/phonopostlogo.png" alt="PhonoPost logo" />
      &nbsp;
      <!--&nbsp;
      <img id="rhlogo" src="/img/rhbanner.png" alt="PhonoPost logo" />
      <img src="/img/logo2.png" alt="PhonoPost logo" />-->
      </div>
      <div id="headerleft">  
      <a href="/">home</a>&nbsp;|&nbsp;<a href="/?p=about">about</a>&nbsp;|
    <a href="/login.cgi">sign in</a> | <a href="/login.cgi?action=signup">sign up</a></div>
      <div class="clear"></div>
    </div>
    <div id="topmenu">
      <div id="searchcontainer">
          <div id="searchinput">
            <input type="text" id="searchtext">
          </div>
         <div class="menucontainer">
          <ul id="searchbutton" class="top"><li><div class="topbutton searchbutton2">search</div></li></ul>
         </div>
      </div>
      <div class="menucontainer">
        <ul id="browse_menu" class="top">
          <li onClick="location.href='/browse.cgi'">
            <div class="topbutton">browse</div>
          </li>
        </ul>
      </div>
      <div class="menucontainer">
        <ul class="top"><li onClick="location.href='/docs.cgi'"><div class="topbutton">documents</div></ul>
      </div>  
      
    <!--  
     <div class="menucontainer" onMouseOver="showMenu('menu_label')" onMouseOut="hideMenu('menu_label')">
        <ul class="top drop">
        <li> label
        <ul id="menu_label">
          <li>label 1</li>
          <li>label 2</li>
          <li>label 3</li>
        </ul>
    </li>     
        </ul>
      </div>
    
      <div class="menucontainer" onMouseOver="showMenu('menu_media')" onMouseOut="hideMenu('menu_media')">
        <ul class="top drop">
        <li>media
        <ul id="menu_media">
          <li>media 1</li>
          <li>media 2</li>
          <li>media 3</li>
          <li>media 4</li>
          <li>media 5</li>
    
        </ul>
    </li>
        </ul>    
    </div>
    -->    
    </div>
    </div>
    <div id="colmask">
        <div id="colright">
            <div id="rhcontainer">
               <div id="rhcontent">
    
    <table><tr>
    <td id="frontpagetext" valign="top">
    <h1>welcome to npg.freizo.org</h1>
    <h1>&nbsp;<br /><br />this workflow supports preparation of data for the</h1>
    <h1>National Portrait Gallery InvenioRDM Repository</h1></td>
    <td>
    <div id="frontpageimage">
    <img src="/img/front/front-01.png"/>
    <img src="/img/front/front-02.png"/>
    <img src="/img/front/front-03.png"/>
    <img src="/img/front/front-04.png"/>
    <img src="/img/front/front-05.png"/>
    
    </div>
    </td>
    </tr></table>
               </div>
                </div>
              
            <div id="lhcol">
            <d
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 51.38.87.102:80 · iiif.npg.freizo.org

    2024-08-12 20:51

    HTTP/1.1 200 OK
    Date: Mon, 12 Aug 2024 20:51:06 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 51.38.87.102:443 · iiif.npg.freizo.org

    2024-08-12 05:00

    HTTP/1.1 200 OK
    Date: Mon, 12 Aug 2024 05:00:14 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 92.222.115.180:443 · npg.freizo.org

    2024-08-10 22:51

    HTTP/1.1 200 OK
    Date: Sat, 10 Aug 2024 22:52:56 GMT
    Server: Apache/2.4.7 (Ubuntu)
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=ISO-8859-1
    
    Page title: 
    npg.freizo.org
    
    
    
    <!DOCTYPE html> 
    <html>
    <head>
    <head>
    <title>
    npg.freizo.org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="/pp.css" /><script type="text/javascript" src="/js/jquery.min.js"></script>
    <script type="text/javascript" src="/js/global.js"></script>
    <script type="text/javascript" src="/js/jquery.cookies.2.2.0.js"></script>
    <script type="text/javascript">
    
    var config;
    
    $.ajax({
        url: '/config.json',
        async: false,
        success: function(result) {
          config=jQuery.parseJSON(result);
        },
        error: function(a,b,c) {
         console.log("error :"+b);
        }
    });
    
    var fieldDescriptions; 
    $.ajax({
        url: '/js/objects.json',
        async: false,
        success: function(result) {
          fieldDescriptions=jQuery.parseJSON(result);
        }
    });
    
    $(document).ready( function() {
    
    //if ($.getQuery('p') == 'about') {
    //  $('#frontpagetext').append(getSysDoc('about'));  
    //}  else {
    //  $('#frontpagetext').append(config.introtext);   
    //}
      initRotate(); 
      activateMenus(); 
    
    }); 
    
    
    var rotator;
    function initRotate () {
    $rotator = $("#frontpageimage");
    var n = Math.floor(Math.random()*$rotator.find("img").length); 
    $rotator.find("img:gt("+n+")").hide();
    $rotator.find("img:lt("+n+")").hide();
    setTimeout(Rotate,1000);
    } 
    
    function Rotate() {
        var $current = $rotator.find("img:visible");
        var $next = $current.next();
        if ($next.length == 0) $next = $rotator.find("img:eq(0)");
        $current.fadeOut(1000, function () {
              $next.fadeIn(1000);
        });
        setTimeout(Rotate, 7500);
    }
    
    </script>
    <!--
    <script type="text/javascript" src="mejs/mediaelement-and-player.min.js"></script>
    -->
    
    
    </head>
    <body>
    <div id="headcontainer">
    <div id="header">
      <div id="headerlogo">
      <img src="/img/phonopostlogo.png" alt="PhonoPost logo" />
      &nbsp;
      <!--&nbsp;
      <img id="rhlogo" src="/img/rhbanner.png" alt="PhonoPost logo" />
      <img src="/img/logo2.png" alt="PhonoPost logo" />-->
      </div>
      <div id="headerleft">  
      <a href="/">home</a>&nbsp;|&nbsp;<a href="/?p=about">about</a>&nbsp;|
    <a href="/login.cgi">sign in</a> | <a href="/login.cgi?action=signup">sign up</a></div>
      <div class="clear"></div>
    </div>
    <div id="topmenu">
      <div id="searchcontainer">
          <div id="searchinput">
            <input type="text" id="searchtext">
          </div>
         <div class="menucontainer">
          <ul id="searchbutton" class="top"><li><div class="topbutton searchbutton2">search</div></li></ul>
         </div>
      </div>
      <div class="menucontainer">
        <ul id="browse_menu" class="top">
          <li onClick="location.href='/browse.cgi'">
            <div class="topbutton">browse</div>
          </li>
        </ul>
      </div>
      <div class="menucontainer">
        <ul class="top"><li onClick="location.href='/docs.cgi'"><div class="topbutton">documents</div></ul>
      </div>  
      
    <!--  
     <div class="menucontainer" onMouseOver="showMenu('menu_label')" onMouseOut="hideMenu('menu_label')">
        <ul class="top drop">
        <li> label
        <ul id="menu_label">
          <li>label 1</li>
          <li>label 2</li>
          <li>label 3</li>
        </ul>
    </li>     
        </ul>
      </div>
    
      <div class="menucontainer" onMouseOver="showMenu('menu_media')" onMouseOut="hideMenu('menu_media')">
        <ul class="top drop">
        <li>media
        <ul id="menu_media">
          <li>media 1</li>
          <li>media 2</li>
          <li>media 3</li>
          <li>media 4</li>
          <li>media 5</li>
    
        </ul>
    </li>
        </ul>    
    </div>
    -->    
    </div>
    </div>
    <div id="colmask">
        <div id="colright">
            <div id="rhcontainer">
               <div id="rhcontent">
    
    <table><tr>
    <td id="frontpagetext" valign="top">
    <h1>welcome to npg.freizo.org</h1>
    <h1>&nbsp;<br /><br />this workflow supports preparation of data for the</h1>
    <h1>National Portrait Gallery InvenioRDM Repository</h1></td>
    <td>
    <div id="frontpageimage">
    <img src="/img/front/front-01.png"/>
    <img src="/img/front/front-02.png"/>
    <img src="/img/front/front-03.png"/>
    <img src="/img/front/front-04.png"/>
    <img src="/img/front/front-05.png"/>
    
    </div>
    </td>
    </tr></table>
               </div>
                </div>
              
            <div id="lhcol">
            <d
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 51.38.87.102:80 · iiif.npg.freizo.org

    2024-08-10 17:56

    HTTP/1.1 200 OK
    Date: Sat, 10 Aug 2024 17:56:48 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 51.38.87.102:443 · iiif.npg.freizo.org

    2024-08-10 06:09

    HTTP/1.1 200 OK
    Date: Sat, 10 Aug 2024 06:09:11 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 51.38.87.102:80 · iiif.npg.freizo.org

    2024-08-08 12:06

    HTTP/1.1 200 OK
    Date: Thu, 08 Aug 2024 12:06:51 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 92.222.115.180:443 · npg.freizo.org

    2024-08-08 07:34

    HTTP/1.1 200 OK
    Date: Thu, 08 Aug 2024 07:35:49 GMT
    Server: Apache/2.4.7 (Ubuntu)
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=ISO-8859-1
    
    Page title: 
    npg.freizo.org
    
    
    
    <!DOCTYPE html> 
    <html>
    <head>
    <head>
    <title>
    npg.freizo.org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="/pp.css" /><script type="text/javascript" src="/js/jquery.min.js"></script>
    <script type="text/javascript" src="/js/global.js"></script>
    <script type="text/javascript" src="/js/jquery.cookies.2.2.0.js"></script>
    <script type="text/javascript">
    
    var config;
    
    $.ajax({
        url: '/config.json',
        async: false,
        success: function(result) {
          config=jQuery.parseJSON(result);
        },
        error: function(a,b,c) {
         console.log("error :"+b);
        }
    });
    
    var fieldDescriptions; 
    $.ajax({
        url: '/js/objects.json',
        async: false,
        success: function(result) {
          fieldDescriptions=jQuery.parseJSON(result);
        }
    });
    
    $(document).ready( function() {
    
    //if ($.getQuery('p') == 'about') {
    //  $('#frontpagetext').append(getSysDoc('about'));  
    //}  else {
    //  $('#frontpagetext').append(config.introtext);   
    //}
      initRotate(); 
      activateMenus(); 
    
    }); 
    
    
    var rotator;
    function initRotate () {
    $rotator = $("#frontpageimage");
    var n = Math.floor(Math.random()*$rotator.find("img").length); 
    $rotator.find("img:gt("+n+")").hide();
    $rotator.find("img:lt("+n+")").hide();
    setTimeout(Rotate,1000);
    } 
    
    function Rotate() {
        var $current = $rotator.find("img:visible");
        var $next = $current.next();
        if ($next.length == 0) $next = $rotator.find("img:eq(0)");
        $current.fadeOut(1000, function () {
              $next.fadeIn(1000);
        });
        setTimeout(Rotate, 7500);
    }
    
    </script>
    <!--
    <script type="text/javascript" src="mejs/mediaelement-and-player.min.js"></script>
    -->
    
    
    </head>
    <body>
    <div id="headcontainer">
    <div id="header">
      <div id="headerlogo">
      <img src="/img/phonopostlogo.png" alt="PhonoPost logo" />
      &nbsp;
      <!--&nbsp;
      <img id="rhlogo" src="/img/rhbanner.png" alt="PhonoPost logo" />
      <img src="/img/logo2.png" alt="PhonoPost logo" />-->
      </div>
      <div id="headerleft">  
      <a href="/">home</a>&nbsp;|&nbsp;<a href="/?p=about">about</a>&nbsp;|
    <a href="/login.cgi">sign in</a> | <a href="/login.cgi?action=signup">sign up</a></div>
      <div class="clear"></div>
    </div>
    <div id="topmenu">
      <div id="searchcontainer">
          <div id="searchinput">
            <input type="text" id="searchtext">
          </div>
         <div class="menucontainer">
          <ul id="searchbutton" class="top"><li><div class="topbutton searchbutton2">search</div></li></ul>
         </div>
      </div>
      <div class="menucontainer">
        <ul id="browse_menu" class="top">
          <li onClick="location.href='/browse.cgi'">
            <div class="topbutton">browse</div>
          </li>
        </ul>
      </div>
      <div class="menucontainer">
        <ul class="top"><li onClick="location.href='/docs.cgi'"><div class="topbutton">documents</div></ul>
      </div>  
      
    <!--  
     <div class="menucontainer" onMouseOver="showMenu('menu_label')" onMouseOut="hideMenu('menu_label')">
        <ul class="top drop">
        <li> label
        <ul id="menu_label">
          <li>label 1</li>
          <li>label 2</li>
          <li>label 3</li>
        </ul>
    </li>     
        </ul>
      </div>
    
      <div class="menucontainer" onMouseOver="showMenu('menu_media')" onMouseOut="hideMenu('menu_media')">
        <ul class="top drop">
        <li>media
        <ul id="menu_media">
          <li>media 1</li>
          <li>media 2</li>
          <li>media 3</li>
          <li>media 4</li>
          <li>media 5</li>
    
        </ul>
    </li>
        </ul>    
    </div>
    -->    
    </div>
    </div>
    <div id="colmask">
        <div id="colright">
            <div id="rhcontainer">
               <div id="rhcontent">
    
    <table><tr>
    <td id="frontpagetext" valign="top">
    <h1>welcome to npg.freizo.org</h1>
    <h1>&nbsp;<br /><br />this workflow supports preparation of data for the</h1>
    <h1>National Portrait Gallery InvenioRDM Repository</h1></td>
    <td>
    <div id="frontpageimage">
    <img src="/img/front/front-01.png"/>
    <img src="/img/front/front-02.png"/>
    <img src="/img/front/front-03.png"/>
    <img src="/img/front/front-04.png"/>
    <img src="/img/front/front-05.png"/>
    
    </div>
    </td>
    </tr></table>
               </div>
                </div>
              
            <div id="lhcol">
            <d
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 51.38.87.102:443 · iiif.npg.freizo.org

    2024-08-08 06:24

    HTTP/1.1 200 OK
    Date: Thu, 08 Aug 2024 06:24:41 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Last-Modified: Mon, 07 Jun 2021 13:37:10 GMT
    ETag: "4-5c42d236f8a0d"
    Accept-Ranges: bytes
    Content-Length: 4
    Connection: close
    Content-Type: text/html
    
    
    foo
    
    Found 2024-08-08 by HttpPlugin
    Create report
iiif.npg.freizo.org
CN:
iiif.npg.freizo.org
Key:
RSA-2048
Issuer:
R10
Not before:
2024-07-25 18:11
Not after:
2024-10-23 18:11
npg.freizo.org
CN:
npg.freizo.org
Key:
RSA-2048
Issuer:
R11
Not before:
2024-07-22 22:32
Not after:
2024-10-20 22:32
Domain summary
IP summary