Microsoft-IIS 10.0
tcp/443
Open service 104.214.236.47:443 · ntgui4post.netgemplatform.net
2026-01-10 08:16
HTTP/1.1 200 OK
Content-Length: 9726
Connection: close
Content-Type: text/html
Date: Sat, 10 Jan 2026 08:17:50 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
Access-Control-Allow-Methods: GET,HEAD,OPTIONS
Access-Control-Allow-Origin: *
ETag: "72f544e9922ad91:0"
Last-Modified: Tue, 17 Jan 2023 16:44:05 GMT
X-Powered-By: ASP.NET
Arr-Disable-Session-Affinity: True
Page title: NTG UI Login Page
<!doctype html>
<!-- copyright 2013 - Netgem (c) -->
<!-- license http://www.netgem.com/ Netgem License (c) -->
<html>
<head>
<meta name="robots" content="none" />
<meta name="googlebot" content="noarchive" />
<meta name="description" content="Access to the NTG UI" />
<meta name="keywords" content="Netgem,DMS,Cloud,Ntg" />
<meta charset="UTF-8" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<link rel="icon" type="image/png" href="images/netgemfavicon.png" />
<link href="jquery-ui-1.11.4.custom.min.css" rel="stylesheet" type="text/css"
media="screen"
/>
<!--<link href="ntg_BPnPdpLJeUkEaSs2OhdQ5zk9.min.css" rel="stylesheet" type="text/css" media="screen" />-->
<link href="ntg_gpFpJSdPm1M4heWq2Nxwht4r.min.css" rel="stylesheet" type="text/css" media="screen" />
<title>NTG UI Login Page</title>
<script src="jquery-2.1.4.min.js" type="text/javascript"></script>
<script>$.uiBackCompat = false;</script>
<script src="jquery-ui-1.11.4.custom.min.js" type="text/javascript"></script>
<script src="js-cookie-2.1.0.js" type="text/javascript"></script>
<script src="sha1.min.js" type="text/javascript"></script>
<script src="ntg_BPnPdpLJeUkEaSs2OhdQ5zk9.min.js" type="text/javascript"></script>
</head>
<body>
<script type="text/javascript">
$(document).ready(function() {
Cookies.remove('NTG', { path: '/' });
Cookies.remove('NTG_distributor', { path: '/' });
Cookies.remove('NTG_service', { path: '/' });
Cookies.remove('NTG_profile', { path: '/' });
Cookies.remove('NTG_SAV_products', { path: '/' });
Cookies.remove('NTG_SAV_states', { path: '/' });
Cookies.remove('NTG_SAV_issues', { path: '/' });
Cookies.remove('NTG_TAB_stb');
Cookies.remove('NTG_TAB_distributor');
Cookies.remove('NTG_TAB_device');
$('#username').tooltip();
$('#submit').button();
$('#loginform').submit(
sendAuthentication
);
$('#warning_container').hide();
$('#warning_msg').text('');
$('#jquery_version').text('jQuery ' + $().jquery);
$('#jquery_ui_version').text('jQuery-UI ' + $.ui.version);
$('#ntgplatfeform_version').text('v2.8.43');
});
function sendAuthentication(event) {
$('#warning_container').hide();
$('#warning_msg').html('');
if ($('#username').val() === '') {
$('#username').prop("required", true);
return false;
}
var d = new Date(),
pass = hex_sha1($('#password').val());
var ts = d.getTime() + ""; // MUST BE A STRING !!!
var hash = hex_hmac_sha1(ts, pass);
var authentication = {
username: $('#username').val(),
password: hash,
ts: ts
};
$('#password').val(hash);
$.ajax({
type: 'POST',
url: NTG.urlNtgAuth + 'authenticate/',
data: JSON.stringify(authentication),
crossDomain: true,
async: false,
dataType: 'json',
contentType: 'application/json; charset=utf-8',
success: function(json) {
if (json.status === 201 && json.token !== 0) {
Cookies.set(
'NTG',
json,
{expires: null, path: '/'}
Open service 104.214.236.47:80 · ntgui4post.netgemplatform.net
2026-01-10 08:16
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 10 Jan 2026 08:17:48 GMT Location: https://ntgui4post.netgemplatform.net/