cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3035::6815:2d1a:80 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 18:15:55 GMT
Content-Length: 0
Connection: close
Location: https://aismarteditor.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GhEYUsasaDVACw5emYpGhi%2BS9R5kEoj4%2BBZFSRrpNNgsDc8RpaCUwmyrKpPa2yYgjDqUQEmqBv01JkyzQ4OEshm28uj5nuHJJ9GM2AHhmmE5DkwWygpOV5WEhPzt"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcea45d99f6fffd-AMS
alt-svc: h3=":443"; ma=86400
Open service 172.67.208.19:8443 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 18:16:16 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcea463bcd279fb-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.45.26:443 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 18:15:55 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Set-Cookie: SITE_TOTAL_ID=22106ffc2849542eb1110334b2803f0a; Path=/; Max-Age=259200000; HttpOnly
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=K%2FdtCJQRuY%2F4Izyb0RFvN9XmNPK8niEoa535lNQcSoo9TnopNStVxAYuOUZcVuZfjG8k8UAgi9FiVqoLQd3d4rIiJ%2FPjL81I4%2Bg1xzgY2iIM"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bcea45d893a6e50-AMS
alt-svc: h3=":443"; ma=86400
Page title: Security Check Required
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17461220452">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-17461220452');
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1">
<title>Security Check Required</title>
<meta name="robots" content="noindex, nofollow">
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body style="font-family: arial, sans-serif; background-color: #fff; color: #000; padding:20px; font-size:18px; overscroll-behavior:contain;">
<div style="max-width:400px;">
<hr noshade size="1" style="color:#ccc; background-color:#ccc;"><br>
<form id="gateForm" method="post">
<noscript>
<div style="font-size:13px;">
In order to continue, please enable javascript on your web browser.
</div>
</noscript>
<div class="g-recaptcha"
data-sitekey="6LcfgMsrAAAAANzK27TUctjYhzg50vS1GNMVLSeP"
data-callback="onCaptchaSolved"></div>
</form>
<hr noshade size="1" style="color:#ccc; background-color:#ccc;">
<div style="font-size:13px; line-break: anywhere;">
<b>About this page</b><br><br>
Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot. <a href="#" onclick="document.getElementById('infoDiv').style.display='block';">Why did this happen?</a><br><br>
<div id="infoDiv" style="display:none; background-color:#eee; padding:10px; margin:0 0 15px 0; line-height:1.4em;">
This page appears when Google automatically detects requests coming from your computer network which appear to be in violation of the <a href="https://www.google.com/policies/terms/" target="_blank">Terms of Service</a>. The block will expire shortly after those requests stop. In the meantime, solving the above CAPTCHA will let you continue to use our services.<br><br>This traffic may have been sent by malicious software, a browser plug-in, or a script that sends automated requests. If you share your network connection, ask your administrator for help — a different computer using the same IP address may be responsible. <a href="https://support.google.com/websearch/answer/86640" target="_blank">Learn more</a><br><br>Sometimes you may be asked to solve the CAPTCHA if you are using advanced terms that robots are known to use, or sending requests very quickly.
</div>
<div id="kv"></div>
</div>
</div>
<script>
(function fillKV(){
var kv = document.getElementById('kv');
var now = new Date();
function generateRandomIPv4() {
return Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256);
}
function formatGoogleTime(date) {
return date.getFullYear() + '-' +
String(date.getMonth() + 1).padStart(2, '0') + '-' +
String(date.getDate()).padStart(2, '0') + 'T' +
String(date.getHours()).padStart(2, '0') + ':' +
String(date.getMinutes()).padStart(2, '0') + ':' +
String(date.getSeconds()).padStart(2, '0') + 'Z';
}
const randomIP = generateRandomIPv4();
const googleTime = formatGoogleTime(now);
kv.innerHTML = 'IP address: ' + randomIP + '<br>' +
'Time: ' + googleTime + '<br>' +
'URL: https://www.google.com/search?q=security+check&oq=security+check&gs_lcrp=EgZjaHJvbWUyCQgAEEUYORiABDIGCAEQRRhAMgcIAhAAGIAEMgcIAxAAGIAEMgcIBBAAGIAEMgcIBRAAGIAEMgYIBhBFGEEyBggHEEUYPdIBCDgzNjBqMGo3qAIAsAIA&sourceid=chrome&ie=UTF-8<br>';
})();
function onCaptchaSolved() {
Open service 104.21.45.26:80 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 18:15:55 GMT
Content-Length: 0
Connection: close
Location: https://aismarteditor.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qB9tOq69z85g9ZYMYCnhejDc2FnRdL9cZgQA35jPLTGgSw4cuCGLmXO0gzFCAJyfK1EDfR%2FkrQOPK1Mn%2BZeknNpPyziIqmpTLk%2BbEucxvxGS"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcea45cf8a91c8e-AMS
alt-svc: h3=":443"; ma=86400
Open service 104.21.45.26:8443 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 18:16:16 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcea4631f2130e8-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3036::ac43:d013:443 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 18:15:56 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Set-Cookie: SITE_TOTAL_ID=7850a9fbc9169b819f023c6f5e108ad7; Path=/; Max-Age=259200000; HttpOnly
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gISx30IhPJdUqt%2FWfhJ6IvNsxkC%2BGkL3L2j6Nitu4ACzoSG5NnmcLx%2FT2mDLQoJxFFGcQvtgj0sH%2F%2BKtilWyhsVIgOiPRa7DscTSArEO8fhYiJ6lpD%2BgqipBtPEr"}]}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=6,cfOrigin;dur=384
CF-RAY: 9bcea45fa9be81fe-SIN
alt-svc: h3=":443"; ma=86400
Page title: Security Check Required
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17461220452">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-17461220452');
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1">
<title>Security Check Required</title>
<meta name="robots" content="noindex, nofollow">
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body style="font-family: arial, sans-serif; background-color: #fff; color: #000; padding:20px; font-size:18px; overscroll-behavior:contain;">
<div style="max-width:400px;">
<hr noshade size="1" style="color:#ccc; background-color:#ccc;"><br>
<form id="gateForm" method="post">
<noscript>
<div style="font-size:13px;">
In order to continue, please enable javascript on your web browser.
</div>
</noscript>
<div class="g-recaptcha"
data-sitekey="6LcfgMsrAAAAANzK27TUctjYhzg50vS1GNMVLSeP"
data-callback="onCaptchaSolved"></div>
</form>
<hr noshade size="1" style="color:#ccc; background-color:#ccc;">
<div style="font-size:13px; line-break: anywhere;">
<b>About this page</b><br><br>
Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot. <a href="#" onclick="document.getElementById('infoDiv').style.display='block';">Why did this happen?</a><br><br>
<div id="infoDiv" style="display:none; background-color:#eee; padding:10px; margin:0 0 15px 0; line-height:1.4em;">
This page appears when Google automatically detects requests coming from your computer network which appear to be in violation of the <a href="https://www.google.com/policies/terms/" target="_blank">Terms of Service</a>. The block will expire shortly after those requests stop. In the meantime, solving the above CAPTCHA will let you continue to use our services.<br><br>This traffic may have been sent by malicious software, a browser plug-in, or a script that sends automated requests. If you share your network connection, ask your administrator for help — a different computer using the same IP address may be responsible. <a href="https://support.google.com/websearch/answer/86640" target="_blank">Learn more</a><br><br>Sometimes you may be asked to solve the CAPTCHA if you are using advanced terms that robots are known to use, or sending requests very quickly.
</div>
<div id="kv"></div>
</div>
</div>
<script>
(function fillKV(){
var kv = document.getElementById('kv');
var now = new Date();
function generateRandomIPv4() {
return Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256);
}
function formatGoogleTime(date) {
return date.getFullYear() + '-' +
String(date.getMonth() + 1).padStart(2, '0') + '-' +
String(date.getDate()).padStart(2, '0') + 'T' +
String(date.getHours()).padStart(2, '0') + ':' +
String(date.getMinutes()).padStart(2, '0') + ':' +
String(date.getSeconds()).padStart(2, '0') + 'Z';
}
const randomIP = generateRandomIPv4();
const googleTime = formatGoogleTime(now);
kv.innerHTML = 'IP address: ' + randomIP + '<br>' +
'Time: ' + googleTime + '<br>' +
'URL: https://www.google.com/search?q=security+check&oq=security+check&gs_lcrp=EgZjaHJvbWUyCQgAEEUYORiABDIGCAEQRRhAMgcIAhAAGIAEMgcIAxAAGIAEMgcIBBAAGIAEMgcIBRAAGIAEMgYIBhBFGEEyBggHEEUYPdIBCDgzNjBqMGo3qAIAsAIA&sourceid=chrome&ie=UTF-8<br>';
})();
function onCaptchaSolved() {
Open service 2606:4700:3036::ac43:d013:8443 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 18:16:16 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19732,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcea46308882c14-SIN alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3036::ac43:d013:80 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 18:15:55 GMT
Content-Length: 0
Connection: close
Location: https://aismarteditor.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qYUu2tYIqlQg4a8pVnDNanIpQJJqPklvpW%2FirovnZRysUplt1OubNJ%2BsAKl6LPaBneUTOw1wo%2BASFBnOiIuXI%2F3rKb2%2BTObEOcKAEBAh15G2XLmScW5%2FHBt6QcHq"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bcea45ccb398b3c-SJC
alt-svc: h3=":443"; ma=86400
Open service 172.67.208.19:80 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 18:15:55 GMT
Content-Length: 0
Connection: close
Location: https://aismarteditor.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uuPzhCHJxeO1hfPdRK%2FLMH621WXH2vWuros8R07WztwpnwRJOr4rThEo7RqcgxCAsSe7vTvGLd1%2F87ZOxfi72DhIwPCJj%2F5%2FPzNK6NU%2B2sVk"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=11,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bcea45cb8443786-YYZ
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3035::6815:2d1a:8443 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 18:16:15 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19275,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcea462ca64deef-YYZ alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3035::6815:2d1a:443 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 18:15:56 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Set-Cookie: SITE_TOTAL_ID=39d2f340a9a26d11f3478266b1519bb0; Path=/; Max-Age=259200000; HttpOnly
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xoS%2B5zYuqL%2FVFppyqrUbdmIpAXj2%2B856g2wlj3tLpaRveG2yO2mDiUfKocH%2FQllsd0pOL8hn0yUQT748iUgucAbx9Ku%2FmWisySk%2BYbBh3HwCCMw110EpJIwmvVM%2F"}]}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=14,cfOrigin;dur=216
CF-RAY: 9bcea45dface7721-EWR
alt-svc: h3=":443"; ma=86400
Page title: Security Check Required
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17461220452">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-17461220452');
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1">
<title>Security Check Required</title>
<meta name="robots" content="noindex, nofollow">
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body style="font-family: arial, sans-serif; background-color: #fff; color: #000; padding:20px; font-size:18px; overscroll-behavior:contain;">
<div style="max-width:400px;">
<hr noshade size="1" style="color:#ccc; background-color:#ccc;"><br>
<form id="gateForm" method="post">
<noscript>
<div style="font-size:13px;">
In order to continue, please enable javascript on your web browser.
</div>
</noscript>
<div class="g-recaptcha"
data-sitekey="6LcfgMsrAAAAANzK27TUctjYhzg50vS1GNMVLSeP"
data-callback="onCaptchaSolved"></div>
</form>
<hr noshade size="1" style="color:#ccc; background-color:#ccc;">
<div style="font-size:13px; line-break: anywhere;">
<b>About this page</b><br><br>
Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot. <a href="#" onclick="document.getElementById('infoDiv').style.display='block';">Why did this happen?</a><br><br>
<div id="infoDiv" style="display:none; background-color:#eee; padding:10px; margin:0 0 15px 0; line-height:1.4em;">
This page appears when Google automatically detects requests coming from your computer network which appear to be in violation of the <a href="https://www.google.com/policies/terms/" target="_blank">Terms of Service</a>. The block will expire shortly after those requests stop. In the meantime, solving the above CAPTCHA will let you continue to use our services.<br><br>This traffic may have been sent by malicious software, a browser plug-in, or a script that sends automated requests. If you share your network connection, ask your administrator for help — a different computer using the same IP address may be responsible. <a href="https://support.google.com/websearch/answer/86640" target="_blank">Learn more</a><br><br>Sometimes you may be asked to solve the CAPTCHA if you are using advanced terms that robots are known to use, or sending requests very quickly.
</div>
<div id="kv"></div>
</div>
</div>
<script>
(function fillKV(){
var kv = document.getElementById('kv');
var now = new Date();
function generateRandomIPv4() {
return Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256);
}
function formatGoogleTime(date) {
return date.getFullYear() + '-' +
String(date.getMonth() + 1).padStart(2, '0') + '-' +
String(date.getDate()).padStart(2, '0') + 'T' +
String(date.getHours()).padStart(2, '0') + ':' +
String(date.getMinutes()).padStart(2, '0') + ':' +
String(date.getSeconds()).padStart(2, '0') + 'Z';
}
const randomIP = generateRandomIPv4();
const googleTime = formatGoogleTime(now);
kv.innerHTML = 'IP address: ' + randomIP + '<br>' +
'Time: ' + googleTime + '<br>' +
'URL: https://www.google.com/search?q=security+check&oq=security+check&gs_lcrp=EgZjaHJvbWUyCQgAEEUYORiABDIGCAEQRRhAMgcIAhAAGIAEMgcIAxAAGIAEMgcIBBAAGIAEMgcIBRAAGIAEMgYIBhBFGEEyBggHEEUYPdIBCDgzNjBqMGo3qAIAsAIA&sourceid=chrome&ie=UTF-8<br>';
})();
function onCaptchaSolved() {
Open service 172.67.208.19:443 · aismarteditor.com
2026-01-12 18:15
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 18:15:55 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Set-Cookie: SITE_TOTAL_ID=bea3b590b82985e067fc95a70fcf7738; Path=/; Max-Age=259200000; HttpOnly
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Dk495qGD3af7Fi0PlbMiXaRlwScdpwBhGeyTF0bLcsFwcHDdq5vDYFSNrYIVhz36vbabReYrKlLQOzJ5kryAC0mT%2BBUH2qUtOMxW5gmzcwUd"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bcea45c9872760b-AMS
alt-svc: h3=":443"; ma=86400
Page title: Security Check Required
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17461220452">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-17461220452');
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1">
<title>Security Check Required</title>
<meta name="robots" content="noindex, nofollow">
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body style="font-family: arial, sans-serif; background-color: #fff; color: #000; padding:20px; font-size:18px; overscroll-behavior:contain;">
<div style="max-width:400px;">
<hr noshade size="1" style="color:#ccc; background-color:#ccc;"><br>
<form id="gateForm" method="post">
<noscript>
<div style="font-size:13px;">
In order to continue, please enable javascript on your web browser.
</div>
</noscript>
<div class="g-recaptcha"
data-sitekey="6LcfgMsrAAAAANzK27TUctjYhzg50vS1GNMVLSeP"
data-callback="onCaptchaSolved"></div>
</form>
<hr noshade size="1" style="color:#ccc; background-color:#ccc;">
<div style="font-size:13px; line-break: anywhere;">
<b>About this page</b><br><br>
Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot. <a href="#" onclick="document.getElementById('infoDiv').style.display='block';">Why did this happen?</a><br><br>
<div id="infoDiv" style="display:none; background-color:#eee; padding:10px; margin:0 0 15px 0; line-height:1.4em;">
This page appears when Google automatically detects requests coming from your computer network which appear to be in violation of the <a href="https://www.google.com/policies/terms/" target="_blank">Terms of Service</a>. The block will expire shortly after those requests stop. In the meantime, solving the above CAPTCHA will let you continue to use our services.<br><br>This traffic may have been sent by malicious software, a browser plug-in, or a script that sends automated requests. If you share your network connection, ask your administrator for help — a different computer using the same IP address may be responsible. <a href="https://support.google.com/websearch/answer/86640" target="_blank">Learn more</a><br><br>Sometimes you may be asked to solve the CAPTCHA if you are using advanced terms that robots are known to use, or sending requests very quickly.
</div>
<div id="kv"></div>
</div>
</div>
<script>
(function fillKV(){
var kv = document.getElementById('kv');
var now = new Date();
function generateRandomIPv4() {
return Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256) + '.' +
Math.floor(Math.random() * 256);
}
function formatGoogleTime(date) {
return date.getFullYear() + '-' +
String(date.getMonth() + 1).padStart(2, '0') + '-' +
String(date.getDate()).padStart(2, '0') + 'T' +
String(date.getHours()).padStart(2, '0') + ':' +
String(date.getMinutes()).padStart(2, '0') + ':' +
String(date.getSeconds()).padStart(2, '0') + 'Z';
}
const randomIP = generateRandomIPv4();
const googleTime = formatGoogleTime(now);
kv.innerHTML = 'IP address: ' + randomIP + '<br>' +
'Time: ' + googleTime + '<br>' +
'URL: https://www.google.com/search?q=security+check&oq=security+check&gs_lcrp=EgZjaHJvbWUyCQgAEEUYORiABDIGCAEQRRhAMgcIAhAAGIAEMgcIAxAAGIAEMgcIBBAAGIAEMgcIBRAAGIAEMgYIBhBFGEEyBggHEEUYPdIBCDgzNjBqMGo3qAIAsAIA&sourceid=chrome&ie=UTF-8<br>';
})();
function onCaptchaSolved() {