-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot.html
100 lines (98 loc) · 6.24 KB
/
dot.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex, nofollow">
<link href="https://www.zillowstatic.com/vstatic/80d5e73/static/css/z-pages/captcha.css" type="text/css" rel="stylesheet" media="screen">
<script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/releases/qc5B-qjP0QEimFYUxcpWJy5B/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-EauiKN7dy30bq/wDo7lcvebLQr7wwQPtEV6A1G43RAWnhPwxWZFCCTOT/hE+ffe3"></script><script>
window._pxAppId = 'PXHYx10rg3';
window._pxJsClientSrc = '/HYx10rg3/init.js';
window._pxHostUrl = '/HYx10rg3/xhr';
window._pxFirstPartyEnabled = true;
window._pxreCaptchaTheme='light';
</script><script type="text/javascript" src="https://captcha.px-cdn.net/PXHYx10rg3/captcha.js?a=c&m=0"></script>
<script>
function getQueryString(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
document.addEventListener("DOMContentLoaded", function(e) {
var uuidVerifyRegExp = /^\{?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}?$/i;
document.getElementById("uuid").innerText = "UUID: " + uuidVerifyRegExp.exec(getQueryString("uuid"));
});
function handleCaptcha(response) {
var vid = getQueryString("vid"); // getQueryString is implemented below
var uuid = getQueryString("uuid");
var name = '_pxCaptcha';
var cookieValue = btoa(JSON.stringify({r:response,v:vid,u:uuid}));
var cookieParts = [name, '=', cookieValue, '; path=/'];
cookieParts.push('; domain=' + window.location.hostname);
cookieParts.push('; max-age=10');//expire after 10 seconds
document.cookie = cookieParts.join('');
var originalURL = getOriginalUrl("url");
var originalHost = window.location.host;
var newHref = window.location.protocol + "//" + originalHost;
originalURL = originalURL || '/';
newHref = newHref + originalURL;
window.location.href = newHref;
}
function getOriginalUrl(name) {
var url = getQueryString(name);
if (!url) return null;
var regExMatcher = new RegExp("(([^&#@]*)|&|#|$)");
var matches = regExMatcher.exec(url);
if (!matches) return null;
return matches[0];
}
</script>
<script src="https://www.recaptcha.net/recaptcha/api.js?hl=en-US"></script>
<script src="/HYx10rg3/init.js"></script>
</head>
<body>
<a tabindex="-1" aria-hidden="true" href="/captchaPerimeterX/?_pxhc=1608238159245" rel="nofollow" target="_blank" style="width: 0px; height: 0px; font-size: 0px; line-height: 0;">
</a>
<main class="zsg-layout-content">
<div class="error-content-block">
<div class="error-text-content">
<!-- <h1>Captcha</h1> --><h5>Please verify you're a human to continue.</h5>
<div id="content" class="captcha-container">
<div id="px-captcha" data-callback="handleCaptcha">
<div class="g-recaptcha" data-sitekey="6Lcj-R8TAAAAABs3FrRPuQhLMbp5QrHsHufzLf7b" data-callback="handleCaptcha" data-theme="light">
<div style="width: 304px; height: 78px;">
<div>
<iframe src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lcj-R8TAAAAABs3FrRPuQhLMbp5QrHsHufzLf7b&co=aHR0cHM6Ly93d3cuemlsbG93LmNvbTo0NDM.&hl=en&v=qc5B-qjP0QEimFYUxcpWJy5B&theme=light&size=normal&cb=c387a06h4jv2" width="304" height="78" role="presentation" name="a-glkojb3y25ax" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox">
</iframe>
</div>
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;">
</textarea>
</div>
<iframe style="display: none;"></iframe>
</div>
</div>
<img src="https://www.zillowstatic.com/static/logos/logo-65x14.png" width="65" alt="Zillow" height="14">
</div>
</div>
</div>
</main>
<h4 id="uuid" class="uuid-string zsg-fineprint">
UUID: 550b0b90-40a9-11eb-aa55-b7ce28fa6aa3
</h4>
<div style="background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px; position: absolute; transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s; opacity: 0; visibility: hidden; z-index: 2000000000; left: 0px; top: -10000px;">
<div style="width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 2000000000; background-color: rgb(255, 255, 255); opacity: 0.05;">
</div>
<div class="g-recaptcha-bubble-arrow" style="border: 11px solid transparent; width: 0px; height: 0px; position: absolute; pointer-events: none; margin-top: -11px; z-index: 2000000000;">
</div>
<div class="g-recaptcha-bubble-arrow" style="border: 10px solid transparent; width: 0px; height: 0px; position: absolute; pointer-events: none; margin-top: -10px; z-index: 2000000000;">
</div>
<div style="z-index: 2000000000; position: relative;">
<iframe title="recaptcha challenge" src="https://www.google.com/recaptcha/api2/bframe?hl=en&v=qc5B-qjP0QEimFYUxcpWJy5B&k=6Lcj-R8TAAAAABs3FrRPuQhLMbp5QrHsHufzLf7b&cb=d89eo4c88bmz" name="c-glkojb3y25ax" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox" style="width: 100%; height: 100%;">
</iframe>
</div>
</div>
</body>
</html>