Host 185.7.62.81
Norway
Webhuset AS
CentOS
Software information

Apache Apache 2.4.6

tcp/443 tcp/80

OpenSSL OpenSSL 1.0.2k-fips

tcp/443 tcp/80

PHP PHP 7.3.33

tcp/443 tcp/80

  • Open service 185.7.62.81:443 · timer.oymoen.no

    2026-01-24 00:16

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 23:37:22 GMT
    Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.33
    X-Powered-By: PHP/7.3.33
    Set-Cookie: PHPSESSID=9jnkkqm17osch42qksh98imcm3; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Content-Length: 3512
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Øymoen - Log in
    
    <!DOCTYPE html>
    <html>
    <head>
    <title>&Oslash;ymoen - Log in</title>
      <link href="//timer.sourceit.no/bootstrap/css/bootstrap.css" rel="stylesheet">
      <script type="text/javascript" src="//timer.sourceit.no/js/jquery-1.9.0.min.js"></script>
    
    </head>
    
    <body>
    <script type="text/javascript">
    
    function loggin() {
    
    	$("#loginloader").css('display','inline-block');
    	$("#loginloader").fadeIn();
    	$("#loginbtn").attr('disabled',true);
    	
    	if ($("#remember").is(':checked')) remember = 1;
    	else remember = 0;
    
    	var pw = hex_md5(document.getElementById("pw").value);
    	
    	$.post("login.do.php", { email: $("#email").val(), pw: pw, login : '1', remember : remember })
    	.done(function(data) {
    	  res = jQuery.parseJSON(data);
    	  if (res.status == "error") {
    		$("#loginfailed").fadeIn();
    		$("#loginfailed strong").html(res.message);
    		$("#loginloader").fadeOut();
    		$("#loginbtn").attr('disabled',false);
    	  }
    	  else if (res.status == "success") {
    		if (res.goto == 'd') location.href = '/';
    		if (res.goto == 'm') location.href = '/m.php';
    	  }
    	  else alert(res.status + "\n" + res.message + "\n" + data);
    	});
    	
    
    }
    
    function returnEnterPress(e){
        var keynum; // set the variable that will hold the number of the key that has been pressed.
        
        //now, set keynum = the keystroke that we determined just happened...
        if(window.event) // (IE)
        {keynum = e.keyCode;}
    
        else if(e.which) // (other browsers)
        {keynum = e.which;}
    
        else{ // something funky is happening and no keycode can be determined...
            //alert('nothing found');
            keynum = 0;
        }
    
        // now that keynum is set, interpret keynum
        if(keynum == 13){ // this is Enter (keyascii code 13)
    		loggin();
            return true;
        }
        else{ // this is something other than enter
            return false;
        }
    }
    
    
    </script>
              
    <div class="span8" style="margin-left: auto;margin-right: auto; border: 1px solid #CCC; float: none; padding: 10px; margin-top: 150px">
    <div style="text-align: center"><!--img src="img/tmlogo.png" border="0" style="margin-left: auto; margin-right: auto"--></div>
    	<!-- <form class="form-horizontal" id="login" method="POST" action="login.do.php"> -->
    	<div style="text-align: center">
    	<img src="http://timer.oymoen.no/oymoen_logo.png" style="margin: 25px; max-width: 90%" border="0" />
      <div class="control-group">
      <div id="loginfailed" style="display: none" class="alert alert-error"> <strong>Login failed</div>
        <label class="control-label" for="email"> </label>
        <div class="controls">
          <input id="email" value="" type="email" onkeypress="returnEnterPress(event)" name="email" placeholder="Email">
        </div>
      </div>
      <div class="control-group">
        <label class="control-label" for="password"> </label>
        <div class="controls">
          <input type="password" onkeypress="returnEnterPress(event)" id="pw" name="password" placeholder="Password">
    	  <input type="hidden" name="login" value="login">
        </div>
    	
    	<div class="controls">
          <input id="remember" type="checkbox" name="remember" /> Remember
        </div>
    	
      </div><!-- </form> -->
      <div class="control-group">
        <div class="controls">
    	  
          
        </div>
      </div>
      
      
    <button style="margin-left: 160px" id="loginbtn" class="btn" onclick="loggin()">Log in</button><div style="margin-left: 20px; display:none" id="loginloader"><img src="//timer.yapp.no/img/ajax-loader.gif" border="0" /></div>
    </div>
    </div>
    
    <script src="//timer.sourceit.no/js/md5.js" type="text/javascript"></script>
    
    </body>
    </html>
    4
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 185.7.62.81:80 · timer.oymoen.no

    2026-01-24 00:16

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 23:37:41 GMT
    Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.33
    Location: https://timer.oymoen.no/
    Content-Length: 232
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://timer.oymoen.no/">here</a>.</p>
    </body></html>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 185.7.62.81:443 · mgqehs.sourceit.no

    2026-01-02 11:58

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 11:21:07 GMT
    Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.33
    X-Powered-By: PHP/7.3.33
    Content-Length: 0
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 185.7.62.81:80 · mgqehs.sourceit.no

    2026-01-02 11:58

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 02 Jan 2026 11:21:07 GMT
    Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.33
    Location: https://mgqehs.sourceit.no/
    Content-Length: 235
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://mgqehs.sourceit.no/">here</a>.</p>
    </body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 185.7.62.81:80 · netped.sourceit.no

    2026-01-01 23:43

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 23:06:39 GMT
    Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.33
    Location: https://netped.sourceit.no/
    Content-Length: 235
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://netped.sourceit.no/">here</a>.</p>
    </body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 185.7.62.81:443 · netped.sourceit.no

    2026-01-01 23:43

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 23:06:38 GMT
    Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.33
    X-Powered-By: PHP/7.3.33
    Set-Cookie: PHPSESSID=dfknq6lroa72q3feqt1qs178ev; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=utf-8
    
    Page title: NetPed-portalen
    
    <!DOCTYPE html>
    
    <html lang="en">
    
    	<!-- begin::Head -->
    	<head>
    		<meta charset="utf-8" />
    		<title>NetPed-portalen</title>
    		<meta name="description" content="Prosjektmodell">
    		<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    		<meta http-equiv="X-UA-Compatible" content="IE=edge" />
    		
    		<meta name="apple-mobile-web-app-capable" content="yes">
    		<meta name="mobile-web-app-capable" content="yes">
    		<meta name="apple-mobile-web-app-status-bar-style" content="black" />
    		
    		<link href="/img/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
    
    		<!--begin::Fonts -->
    		<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700">
    		<!--end::Fonts -->
    		
    		
    		<!--begin::Page Custom Styles(used by this page) -->
    		
    		 <!-- provided by page_plugins --> <link href="/assets/css/pages/login/login-v2.css" rel="stylesheet" type="text/css" />
    		
    		<!--end::Page Custom Styles -->
    		
    
    		<!--begin::Global Theme Styles(used by all pages) -->
    		<link href="/assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
    		<link href="/assets/css/style.bundle.css" rel="stylesheet" type="text/css" />
    		<!--end::Global Theme Styles -->
    
    		<!--begin::Layout Skins(used by all pages) -->
    		<link href="/assets/css/skins/header/base/light.css" rel="stylesheet" type="text/css">
    		<link href="/assets/css/skins/header/menu/light.css" rel="stylesheet" type="text/css">
    		<link href="/assets/css/skins/aside/navy.css" rel="stylesheet" type="text/css" />
    		<link href="/assets/css/skins/brand/navy.css" rel="stylesheet" type="text/css" />
    		
    		<link href="/css/sourceit.css?v=445451fac03eec53d74e6835a6992f9d" rel="stylesheet" type="text/css" />
    		<style> body { zoom: %;} </style><style>
    					body {
    						background-image: linear-gradient(to bottom right, transparent 100px, #999 100px, #999 101px, transparent 101px),
    										  linear-gradient(to bottom right, transparent 200px, #999 200px, #999 201px, transparent 201px);
    						background-size: 202px 202px;
    						background-color: #fbc4c4;
    					}
    					.kt-portlet {
    						border: 2px solid #999;
    					}
    				</style>
    		<!--end::Layout Skins -->
    		<!--link rel="shortcut icon" href="assets/media/logos/favicon.ico" /-->
    	</head>
    	<body class="kt-login-v2--enabled kt-quick-panel--right kt-demo-panel--right kt-offcanvas-panel--right kt-header--fixed kt-header-mobile--fixed kt-subheader--enabled kt-subheader--transparent kt-aside--enabled kt-aside--fixed kt-page--loading">
    
    		<!-- begin:: Page -->
    		<div class="kt-grid kt-grid--ver kt-grid--root">
    			<div class="kt-grid__item   kt-grid__item--fluid kt-grid  kt-grid kt-grid--hor kt-login-v2" id="kt_login_v2">
    
    				<!--begin::Item-->
    				<div class="kt-grid__item  kt-grid--hor">
    
    					<!--begin::Heade-->
    					<div class="kt-login-v2__head">
    						<div class="kt-login-v2__logo">
    							<a href="#">
    								<img src="/img/netped-raadgivning-skjerm.png" style="max-width: 150px" alt="" />
    							</a>
    						</div>
    						<!--div class="kt-login-v2__signup">
    							<span>Ingen konto?</span>
    							<a href="#!" class="kt-link kt-font-brand">Registrer din bedrift</a>
    						</div-->
    					</div>
    
    					<!--begin::Head-->
    				</div>
    
    				<!--end::Item-->
    
    				<!--begin::Item-->
    				<div class="kt-grid__item  kt-grid  kt-grid--ver  kt-grid__item--fluid">
    
    					<!--begin::Body-->
    					<div class="kt-login-v2__body">
    
    						<!--begin::Wrapper-->
    						<div class="kt-login-v2__wrapper">
    							<div class="kt-login-v2__container">
    							
    								<div class="row"><div class="col-md-4 loginprograms" style="text-align:center">
    						<img src="/img/logo/logo-raadgiveren-animals-615976ab.webp" alt="Rådgiveren" title="Rådgiveren" />
    						<div class="title">Rådgiveren</div>
    					</div><div class="col-md-4 loginprograms" style="text-align:center">
    						<img src="/img/logo/logo-veilederen-basis-geography-06c4373f.webp" alt="Veilederen Standard" title="Veilederen Standard" />
    						<div class="title">Veilederen Standard</div>
    					</div><div class="col-md-4 loginprograms" style="text-
    Found 2026-01-01 by HttpPlugin
    Create report
timer.oymoen.no
CN:
timer.oymoen.no
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-23 23:17
Not after:
2026-04-23 23:17
mgqehs.sourceit.no
CN:
mgqehs.sourceit.no
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-02 10:58
Not after:
2026-04-02 10:58
netped.sourceit.no
CN:
netped.sourceit.no
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-01 22:45
Not after:
2026-04-01 22:45