Host Details

50.207.200.160

Copy IP

Open Ports

2

Unique Services

2

CVEs

0

TLS Services

0
Port Protocol Service Product Version OS Scan Date
10000 vss GeoVision IP camera Video Streaming Service - - Feb. 24, 2026
80 http GeoVision GeoHttpServer for webcams - - Feb. 23, 2026
Port 10000 vss Copy
GeOv\x10\x00\x00\x00Y\x02\x00\x00\x00P\x01\x00
Port 80 http Copy
HTTP/1.0 200 OK
Server: GeoHttpServer
Date: Mon, 23 Feb 2026 11:31:37 GMT
Content-type: text/html
Content-length: 5734
Authentication: test
X-Frame-Options: SAMEORIGIN
Last-Modified: Mon, 23 Feb 2026 06:31:37 GMT

<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">

<title>Login</title>

<script language="JavaScript1.2" src="Language.js" type="text/javascript"></script>

<style type="text/css">

a:hover{

	color:#FF9900
}

.btn{

	height: 25px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde); 
	padding:0px 0.5em 0px 0.5em;
}

</style>

<script language="JavaScript">

var caution = false;
var id;
var pwd;

function SetCookie( name, value)
{  
   
	now=new Date( );
	now.setTime( now.getTime( ) + 30*24*60*60*1000 );
	var curCookie=name + "=" + escape(value) + "; expires=" + now.toGMTString( );

	if (!caution || (name + "=" + escape(value)).length <= 4000)
        document.cookie = curCookie;
	else
        if (confirm("Cookie exceeds 4KB and will be cut!"))
         	document.cookie = curCookie;

}

function GetCookie( name )
{
	var prefix = name + "=";
    var cookieStartIndex = document.cookie.indexOf(prefix);


    
	  if (cookieStartIndex == -1)
         return null;
      var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex +
         prefix.length);
      if (cookieEndIndex == -1)
         cookieEndIndex = document.cookie.length;
      return unescape(document.cookie.substring(cookieStartIndex + prefix.length,cookieEndIndex));
}


function Default() {

	// detect browser ( not IE browser )
	if( (navigator.userAgent).search(/MSIE/) < 0 ){

		var obj = document.getElementById('ViewTypeOption');

		obj.style.visibility = 'hidden';
		obj.style.display = 'none';
	}

	var pwdObj = document.getElementById('pwd_input');

	var sHtml = '<input type=';
	sHtml += '"password" name="pwd" maxlength="32">';

	pwdObj.innerHTML = sHtml;	

	// cookie
	id = GetCookie('id');
	pwd = GetCookie('pwd');
	remember = GetCookie('remember');	 
	
	if( remember == 1 ){
		  
		if( id != null )
			document.form1.id.value= id;
		if( pwd != null)
			document.form1.pwd.value=pwd;
		
		document.form1.RememberID.checked = true;
	} 
	    
	document.form1.Login.value = LoadGetString("IDS_WEB_LOGIN");
 
	

No vulnerabilities found.

No TLS/SSL services found.