clients.greencountrytesting.com
Open in
urlscan Pro
174.78.184.171
Public Scan
Submitted URL: https://clients.greencountrytesting.com/
Effective URL: https://clients.greencountrytesting.com/Login.aspx
Submission: On August 24 via automatic, source certstream-suspicious
Effective URL: https://clients.greencountrytesting.com/Login.aspx
Submission: On August 24 via automatic, source certstream-suspicious
Form analysis
1 forms found in the DOMName: LoginForm — POST ./Login.aspx
<form name="LoginForm" method="post" action="./Login.aspx" language="javascript" onsubmit="javascript:return WebForm_OnSubmit();" id="LoginForm">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTkwOTQ3MDIxNQ9kFgJmD2QWAgIBDxYCHgVDbGFzcwUKYWN0aXZlbGlua2Rk4Gske3eZwaIQh3W42foZ28Z0zYJkhI+NYFMtJL/MMT0=">
<script type="text/javascript">
<!--
var theForm = document.forms['LoginForm'];
if (!theForm) {
theForm = document.LoginForm;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//
-->
</script>
<script src="/WebResource.axd?d=PbpKBd2z-yF0Bnqsw4l-VVB6eWNVFLfgHfh8rYPSFcsp9WvVS3Ytq8KJohSKHHY8HCj_iaD_nUSWVOj-aSGkFwuzE--qIDA7ZOxFduugBX01&t=637453852939909757" type="text/javascript"></script>
<script src="/WebResource.axd?d=8i37n8GVqrCZ0_Ge2Pw5hMyKkJpWI53SWhCITH9v3DECTYawGhIxLu9zxIfrL7UfcqlxWFYkrgKbPDyaKIMLdXM3NhS1IvQwyzOkt30V3SI1&t=637453852939909757" type="text/javascript"></script>
<script type="text/javascript">
<!--
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//
-->
</script>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAARQe+Qs+8USu8ypmWf0KE4jQwdmH1m48FGJ7a8D8d+hEnY2+Mc6SrnAqio3oCKbxYY85pbWlDO2hADfoPXD/5tdvoZmjhvXUs9Xh4rC4xmWu4L9s3+53lwFURq5HSsuvO0=">
<table valign="TOP" border="0">
<tbody>
<tr>
<td>
<table width="270" border="0" valign="TOP">
<tbody>
<tr>
<td colspan="3">
<h4>
<span id="lblMessage" class="error"></span>
</h4>
<div id="vsPage" class="error" style="color:Red;display:none;">
</div>
</td>
</tr>
<tr>
<td align="left"> Email: </td>
<td>
<input name="txtEmail" type="text" maxlength="50" id="txtEmail" style="width:175px;">
</td>
<td align="left">
<span controltovalidate="txtEmail" errormessage="Email Address is required" display="Dynamic" id="rfvEmail" class="error" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue=""
style="color:Red;display:none;">*</span><span controltovalidate="txtEmail" errormessage="Use a valid email address." display="Dynamic" id="revEmail" class="error" evaluationfunction="RegularExpressionValidatorEvaluateIsValid"
validationexpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" style="color:Red;display:none;">*</span>
</td>
</tr>
<tr>
<td align="left"> Password: </td>
<td>
<input name="txtPassword" type="password" maxlength="12" id="txtPassword" style="width:175px;">
</td>
<td align="left">
<span controltovalidate="txtPassword" errormessage="Your password must contain between 5 and 12 characters." display="Dynamic" id="rfvPassword" class="error" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue=""
style="color:Red;display:none;">*</span><span controltovalidate="txtPassword" errormessage="Your password must contain between 5 and 12 characters." display="Dynamic" id="cvPassword" class="error"
evaluationfunction="RegularExpressionValidatorEvaluateIsValid" validationexpression="[^\s]{5,12}" style="color:Red;display:none;">*</span>
</td>
</tr>
<tr>
<td align="right"> </td>
<td nowrap="">
<input type="submit" name="btnSubmit" value="Log in" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("btnSubmit", "", true, "", "", false, false))"
language="javascript" id="btnSubmit"><br>
<br> Having trouble logging in?<br>
<img height="11" src="images/bullet.gif" width="14" border="0">
<a href="PasswordRst.aspx">Forgot Your Password?</a><br>
<br> Don't have an Green Country Testing, Inc. Online account?<br>
<img height="11" src="images/bullet.gif" width="14" border="0">
<a href="Register.aspx">Sign up for
Green Country Testing, Inc.
Online</a>
</td>
<td align="left"> </td>
</tr>
</tbody>
</table>
</td>
<td align="center" valign="top"> We proudly provide our clients with the most innovative online service feature in the industry...<br>
<br>
<b>
Green Country Testing, Inc.
Flashpoint</b><br>
<br>
<a href="Register.aspx">Click here to sign up</a>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
<!--
var Page_ValidationSummaries = new Array(document.getElementById("vsPage"));
var Page_Validators = new Array(document.getElementById("rfvEmail"), document.getElementById("revEmail"), document.getElementById("rfvPassword"), document.getElementById("cvPassword"));
//
-->
</script>
<script type="text/javascript">
<!--
var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
ValidatorOnLoad();
}
function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
} else {
return true;
}
}
//
-->
</script>
</form>
Text Content
Login Sign Up Forgot Password Contact Login Please log in to access your Account. Email: ** Password: ** Having trouble logging in? Forgot Your Password? Don't have an Green Country Testing, Inc. Online account? Sign up for Green Country Testing, Inc. Online We proudly provide our clients with the most innovative online service feature in the industry... Green Country Testing, Inc. Flashpoint Click here to sign up