webdata.omnimetrix.net
Open in
urlscan Pro
20.127.133.226
Public Scan
Submitted URL: http://webdata.omnimetrix.net/
Effective URL: https://webdata.omnimetrix.net/omxphp/omxLogin.php
Submission: On October 24 via manual from US — Scanned from DE
Effective URL: https://webdata.omnimetrix.net/omxphp/omxLogin.php
Submission: On October 24 via manual from US — Scanned from DE
Form analysis
1 forms found in the DOMName: frmLogon — POST omxLogin_APIRoute.php?Action=Logon
<form name="frmLogon" id="frmLogon" method="post" old_action="omxProcMain.php?Action=Logon" action="omxLogin_APIRoute.php?Action=Logon">
<table>
<tbody>
<tr>
<td>
<font face="Arial Bold" color="#0000bb" size="2">Company Name </font>
</td>
<td>
<input name="CName" id="CompanyName" style="WIDTH:300px">
</td>
</tr>
<tr>
<td>
<font face="Arial Bold" color="#0000bb" size="2">User Name</font>
</td>
<td>
<input name="User" id="UserName" style="WIDTH:300px">
</td>
</tr>
<tr>
<td>
<font face="Arial Bold" color="#0000bb" size="2">Password</font>
</td>
<td>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" type="text/javascript"></script>
<script>
"use strict";
function encrypt(rawString) {
try {
var encoder = new TextEncoder();
var data = encoder.encode(rawString);
var crypter = typeof msCrypto === "undefined" ? crypto : msCrypto;
var encrypted = crypter.subtle.digest('SHA-512', data);
console.log(encrypted)
encrypted.then(function(value) {
try {
var hashArray = Array.from(new Uint8Array(value));
var hashHex = hashArray.map(function(b) {
return b.toString(16).padStart(2, '0');
}).join('');
document.getElementById("HASHED").value = hashHex;
console.log(hashHex);
} catch (error) {
console.log(error);
//document.getElementById('EncryptJavaError').style='margin-right: auto; margin-left:auto;'
}
});
return encrypted;
} catch (error) {
console.log(error);
//document.getElementById('EncryptJavaError').style='margin-right: auto; margin-left:auto;'
}
}
$(document).ready(function() {
var javaCheck = typeof crypto === "undefined" ? crypt : encrypt;
$("#cmdSubmit").click(function() {
var runner = document.getElementById("Password").value;
var temp = javaCheck(runner);
console.log(temp)
if (typeof temp === "undefined" || temp == false) {
if (temp == false) document.getElementById("HASHED").value = document.getElementById("Password").value;
$("#frmLogon").submit();
} else if (typeof temp == "object" && typeof temp.then == "function") {
temp.then(function(value) {
if (document.getElementById("HASHED").value.length > 100) {
$("#frmLogon").submit();
}
});
} else {
if (document.getElementById("HASHED").value.length > 100) {
$("#frmLogon").submit();
}
}
});
$(document).on('keypress', function(e) {
if (e.which == 13) {
var runner = document.getElementById("Password").value;
var temp = javaCheck(runner);
if (typeof temp === "undefined" || temp == false) {
if (temp == false) document.getElementById("HASHED").value = document.getElementById("Password").value;
$("#frmLogon").submit();
} else if (typeof temp == "object" && typeof temp.then == "function") {
temp.then(function(value) {
if (document.getElementById("HASHED").value.length > 100) {
$("#frmLogon").submit();
}
});
} else {
if (document.getElementById("HASHED").value.length > 100) {
$("#frmLogon").submit();
}
}
}
});
});
</script>
<input type="password" id="Password" style="WIDTH:300px">
<input type="text" name="PWD" id="HASHED" style="display:none">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<font face="Arial Bold" color="#0000bb" size="2"><a href="forgot_pass.php" target="_blank">Forgot Password?</a></font>
</td>
</tr>
</tbody>
</table>
<br>
<!-- old style background:00aadd;-->
<input type="button" name="cmdSubmit" id="cmdSubmit" value="Submit" style="FONT-WEIGHT:bold;WIDTH:100px"> <input type="button" name="cmdCancel" id="cmdCancel" value="Cancel" style="FONT-WEIGHT:bold;WIDTH:100px"
onclick="javascript:NavTo('omxDefault.php');">
</form>
Text Content
OmniView version 1.2 Your Javascript Is Disabled, Click Here For Details Welcome To the OmniMetrix Web Site. For technical support call 800-854-7342 Outside the U.S., dial 770-209-0012 JavaScript is out of date, please update this browser. Company Name User Name Password Forgot Password?