-
Notifications
You must be signed in to change notification settings - Fork 1
/
email-report.html
executable file
·578 lines (569 loc) · 32.1 KB
/
email-report.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>XposedOrNot: Data Breach Risk Report</title>
<link rel="dns-prefetch" href="cdnjs.cloudflare.com">
<link rel="dns-prefetch" href="static.hotjar.com">
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<link rel=stylesheet
href='https://fonts.googleapis.com/css?family=Poppins%3A300%2C400%2C500%2C600%2C700%2C900&subset'
type=text/css media=all>
<link href="/static/css/style.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/css/bootstrap.min.css"
integrity="sha512-rt/SrQ4UNIaGfDyEXZtNcyWvQeOq0QLygHluFQcSjaGB04IxWhal71tKuzP6K8eYXYB6vJV4pHkXcmFGGQ1/0w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css"
integrity="sha256-BtbhCIbtfeVWGsqxk1vOHEYXS6qcvQvLMZqjtpWUEx8=" crossorigin="anonymous" />
<script src="/static/scripts/utils.js"></script>
<link href="/static/css/style2.css" type="text/css" rel="stylesheet" defer>
<link href="/static/css/xon-report.css" type="text/css" rel="stylesheet" defer>
<link rel="stylesheet" type="text/css" href="/static/scripts/libs/clippy/src/clippy.css" media="all">
<link rel="stylesheet" href="/static/css/jquery.hortree.min.css">
<meta name="viewport" content="width=device-width, maximum-scale=5.0, initial-scale=1.0">
<meta name="description" content="XposedOrNot: Get a detailed report of your data breach exposure">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="Devanand Premkumar">
<script src="/static/scripts/libs/clippy/build/clippy.js"></script>
<script async="" src="/static/scripts/analytics.js"></script>
<script src="/static/scripts/Chart.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.bundle.js"
integrity="sha512-zO8oeHCxetPn1Hd9PdDleg5Tw1bAaP0YmNvPY8CwcRyUk7d7/+nyElmFrB6f7vg4f7Fv4sui1mcep8RIEShczg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="/static/scripts/jquery.line.js" type="text/javascript"></script>
<script src="/static/scripts/jquery.hortree.min.js" type="text/javascript"></script>
<script src="/static/scripts/d3.v3.min.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<style type="text/css">
@keyframes chartjs-render-animation {
from {
opacity: .99
}
to {
opacity: 1
}
}
.chartjs-render-monitor {
animation: chartjs-render-animation 1ms
}
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
position: absolute;
direction: ltr;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
pointer-events: none;
visibility: hidden;
z-index: -1
}
.chartjs-size-monitor-expand>div {
position: absolute;
width: 100000px;
height: 1000000px;
left: 0;
top: 0
}
.chartjs-size-monitor-shrink>div {
position: absolute;
width: 200%;
height: 200%;
left: 0;
top: 0
}
</style>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<script src="/static/scripts/other-libraries.js" defer></script>
</head>
<body data-gr-c-s-loaded="true" class="" style="" data-new-gr-c-s-check-loaded="8.884.0" data-gr-ext-installed="">
<div class="mobileheader-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html">
<p>XposedorNot</p>
</a>
<button class="hamburger hamburger--squeeze navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto"></ul>
<div class="main-menu-part">
<ul>
<li>
<a href="password.html">Password</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a target="_blank" rel="noopener noreferrer" href="https://blog.xposedornot.com/">Blog</a>
</li>
<li>
<a target="_blank" rel="noopener noreferrer" href="https://twitter.com/XposedOrNot">
<em class="fab fa-twitter"></em>
</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
<header class="header-area">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3">
<div class="header-left">
<a href="https://XposedOrNot.com">
<p>XposedorNot</p>
</a>
</div>
</div>
<div class="col-lg-9 col-md-9">
<div class="header-right">
<ul>
<li>
<a href="password.html">Password</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a target="_blank" rel="noopener noreferrer" href="https://blog.xposedornot.com/">Blog</a>
</li>
<li>
<a target="_blank" rel="noopener noreferrer" href="https://twitter.com/XposedOrNot">
<em class="fab fa-twitter"></em>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
</div>
<div class="xon-row2-area">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-12">
<div class="xon-row2-left">
<div align="center" class="alert alert-primary"><strong>Yearly Trend Of Your Exposed Data
Breaches</strong></div>
<canvas id="bc" style="height: 341px; width: 682px;" class="chartjs-render-monitor" width="750"
height="375"></canvas>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="xon-row2-right">
<h3 id="risk">Your Risk Score: </h3>
<div id="chart_div"></div>
</div>
</div>
</div>
</div>
</div>
<div class="xon-row-area">
<div class="container">
<div class="row">
<div align="center" style="width:100%">
<div align="center" class="alert alert-primary"><strong>Visualisation Of Exposed Data Breaches</strong>
</div>
<div id="tree-container" class="xon-row-left" style="width:100%"></div>
</div>
</div>
</div>
</div>
<div class="xon-row-area">
<div class="container">
<div class="row">
<div style="width:100%">
<div class="xon-row-left" style="height :auto; width:100%">
<div class="xon-row-left_a" id="email">
<p style="background-color:white;">Data Breaches report for email: <strong>Email</strong>
</p>
</div>
<table class="table table-hover table-striped table-bordered">
<thead>
<tr>
<th style="width: 200px">Breach name</th>
<th>Breach Details</th>
<th style="width: 200px">Exposed Records</th>
</tr>
</thead>
<tbody id="data_breach"></tbody>
</table>
<div class="alert alert-success" role="alert" id="db-s" style="display:none" align="center">
<em class="fas fa-check-circle"></em>
<h3>
<strong>Good news 🎉</strong>
</h3>
<strong> Your email is not found in any data breaches loaded in XposedOrNot</strong>
<p style="color:green;font-size:20px"></p>
<br>If you are seeing this, then your email was not exposed in any of the data breaches loaded in
XposedOrNot.
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="xon-row-area">
<div class="container">
<div class="row">
<div style="width:100%">
<div class="xon-row-left" style="height :auto; width:100%">
<div class="xon-row-left_a" id="email_sensitive">
<p style="background-color:white;">Sensitive Data Breaches report for email: <strong>Email</strong>
</p>
</div>
<table class="table table-hover table-striped table-bordered">
<thead>
<tr>
<th style="width: 200px">Sensitive Breach</th>
<th>Breach Details</th>
<th style="width: 200px">Exposed Records</th>
</tr>
</thead>
<tbody id="data_breach_sensitive"></tbody>
</table>
<div class="alert alert-success" role="alert" id="db-sensitive" style="display:none" align="center">
<em class="fas fa-check-circle"></em>
<strong> Your email is not found in any sensitive data breaches loaded in XposedOrNot</strong>
<p style="color:green;font-size:20px"></p>
<h3>
<strong>Good news 🎉</strong>
</h3>
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="xon-row-area">
<div class="container">
<div class="row">
<div style="width:100%">
<div class="xon-row-left" style="width:100%">
<div class="xon-row-left_a" id="paste">
<p style="background-color:white;">Pastes report for email: <strong> Email</strong>
</p>
</div>
<table class="table table-hover table-striped table-bordered">
<thead>
<tr>
<th style="width: 150px">Paste Identifier</th>
<th>Paste Exposure Date</th>
<th style="width: 150px">Exposed Records</th>
</tr>
</thead>
<tbody id="paste_breach"></tbody>
</table>
<div class="alert alert-success" role="alert" id="db-p" style="display:none" align="center">
<em class="fas fa-check-circle"></em>
<strong> Your email is not found in any exposed public pastes loaded in XposedOrNot!</strong>
<p style="color:green;font-size:20px"></p>
<h4>
<strong>Excellent 🙌</strong>
</h4>
Feel free to check your other emails as well, to be on the safe side.
<p></p>
</div>
</div>
</div>
</div>
</div>
<div class="banner-row">
<div align="center">
<div>
<div>
<div class="xon-row2-area">
<div class="container">
<div class="row">
<div class="col-6">
<div class="xon-row2-right">
<div align="center" class="alert alert-primary"><strong>Your Data Breaches &
Passwords Storage Risks</strong></div>
<div class="xon-row2-right_a1">
<div>
<canvas id="passwords"></canvas>
</div>
</div>
</div>
</div>
<div class="col-6">
<div class="xon-row2-right">
<div align="center" class="alert alert-primary"><strong>Your Top 10 Exposed Data
Breaches</strong></div>
<div style="width:100%">
<canvas id="top5breaches"></canvas>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="banner-row">
<div>
<div>
<div>
<div class="xon-row3-area">
<div class="container">
<div class="row">
<div class="col-6">
<div class="xon-row2-right">
<div class="xon-row2-right_a1">
<div align="center" class="alert alert-primary"><strong>Industry Wise
Exposure</strong></div>
<div class="xon-row2-right_a2" id="industry"></div>
</div>
</div>
</div>
<div class="col-6">
<div class="xon-row2-right">
<div align="center" class="alert alert-info">
<strong>✨ Next Updates ✨</strong>
</div>
<div class="text-center">
<br>
<p>Show your support and love on GitHub 😍 <br> Got a new feature request or
want to improve an existing one? <br><br> I would love to <strong>hear from
you</strong>! Let's make this even better together!</p>
<br> <a href="https://github.com/xposedornot" class="btn btn-primary"
target="_blank">Visit our GitHub</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="banner-row">
<div align="center">
<div>
<div>
<div class="xon-row3-area">
<div class="container">
<div class="row">
<div></div>
<div>
<div class="xon-row3-right">
<div align="center" class="alert alert-primary"><strong>Your Exposed Data
Breaches in Detail</strong></div>
<div>
<div>
<div id="details">
<div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="alertFriendModal" tabindex="-1" role="dialog"
aria-labelledby="alertMeModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div id="h2head_friend" class="modal-header modal-header-success">
<h3 class="modal-title" id="alertMeModalLabel">Alert My Friend </h3>
<button type="button" class="close" data-dismiss="modal"
aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form id="defaultForm">
<div class="form-group"></div>
<div class="form-group">
<div class="alert-success" disabled="" id="message-text_">
An invite to your friend to check their data breach exposure can
be sent through Facebook, Twitter, LinkedIn or Email 😎. <br>
<br>Please use the links given below for sharing. <br>
<br>Sharing is Caring! <br>
<br>
<strong>Let us not leave our friends behind.</strong>
<br>
<div>
<a href="https://www.facebook.com/sharer/sharer.php?s=100&p[url]=https://xposedornot.com&p[images][0]=&p[title]=You%20Are%20Invited!&p[summary]=Check%20if%20your%20email%20is%20exposed%20in%20any%20data%20breach!"
target="_blank" rel="noopener noreferrer"
onclick="window.open(this.href,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=250'); return false"
class="btn btn-twitter btn-lg">
<em class="fab fa-facebook"></em> Facebook </a>
<a href="https://twitter.com/share?url=Check%20the%20new%20data%20breach%20exposure%20alerts%20and%20analytics%20at%20https://XposedOrNot.com%20for%20your%20email.%20@XposedOrNot"
target="_blank" rel="noopener noreferrer" title="Twitter"
class="btn btn-twitter btn-lg">
<em class="fab fa-twitter"></em> Twitter </a>
</div>
</div>
</div>
</form>
</div>
<div class="modal-footer">
<button id="alertMe_" type="button" data-dismiss="modal"
class="btn btn-primary">Close </button>
</div>
</div>
</div>
</div>
<div>
<div id="details"></div>
</div>
<br>
<div class="xon">
<div>
<div>
<br>
<div align="center">
<button type="button" class="btn-lg btn-primary"
style="background-color:#FC9E11;color:white" data-toggle="modal"
data-target="#alertMeModal">
<em class="fa fa-bell"></em> Alert Me on all future breaches
</button>
</div>
<div style="font-size:22px" align="center">
<br> 💡 Share this with your friends & family <br>
<br> Let us not leave our friends & family behind on <strong>painful
account take overs.</strong>
<br>
<br>
<style="font-size:18px;margin: 20px 0px;">
<u> You can share this easily through your email, Facebook, Twitter
etc</u>
<br>
<a href="https://www.facebook.com/sharer/sharer.php?s=100&p[url]=https://xposedornot.com&p[images][0]=&p[title]=You%20Are%20Invited!&p[summary]=Check%20if%20your%20email%20is%20exposed%20in%20any%20data%20breach!"
target="_blank" rel="noopener noreferrer"
onclick="window.open(this.href,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=250'); return false"
class="btn btn-twitter btn-lg">
<em class="fab fa-facebook"></em> Facebook </a>
<a href="https://twitter.com/share?url=Check%20the%20new%20data%20breach%20exposure%20alerts%20and%20analytics%20at%20https://XposedOrNot.com%20for%20your%20email.%20@XposedOrNot"
target="_blank" rel="noopener noreferrer" title="Twitter"
class="btn btn-twitter btn-lg">
<em class="fab fa-twitter"></em> Twitter </a>
<br>
<button type="button" id="inviteFriend" class="btn-lg btn-primary"
data-toggle="modal" data-target="#alertFriendModal"> Invite My
Friends To Check </button>
<button type="button" class="btn-lg btn-primary"
onclick="location.href='https://XposedOrNot.com'"> Check Another
Email </button>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="alertMeModal" tabindex="-1" role="dialog"
aria-labelledby="alertMeModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div id="h2head" class="modal-header modal-header-primary">
<h3 class="modal-title" id="alertMeModalLabel">Alert Me </h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" align="left">
<form>
<div class="form-group">
<label for="recipient-name" class="form-control-label"><strong>Email To Be
Monitored:</strong></label>
<input type="text" class="form-control" id="recipient-name">
</div>
<div class="form-group">
<label for="message-text" class="form-control-label"><strong>Next
Steps:</strong></label>
<textarea disabled class="form-control" id="message-text"
rows="2">Please make sure to check the email address to receive FREE email alerts of all future data breaches and then click 'Alert Me'. </textarea>
</div>
<div class="cf-turnstile" data-sitekey="0x4AAAAAAAA_T_0Qt4kJbXno"></div>
<br>
<div class="alert alert-danger" role="alert" id="a_succ" hidden="false"
align="center">
<strong>Oops !</strong> Please complete the challenge and then re-try again !
</div>
</form>
</div>
<div class="modal-footer">
<button id="alertMe" type="button" class="btn btn-primary">Alert Me </button>
<button style="display: none;" data-dismiss="modal" id="alertMeClose" type="button"
class="btn btn-success">Close </button>
</div>
</div>
</div>
</div>
<div class="container text-center" style="font-family:Poppins">
<footer>
<aside>
<hr>
<a style="color:#3c5fec" href="https://twitter.com/xposedornot" target="_blank"
rel="noopener" name="twitter">  Check us out at <em
class="fab fa-twitter fa-3x"></em>
</a>
<a style="color:#3c5fec" href="https://facebook.com/xposedornot" target="_blank"
rel="noopener" name="fb">  and <em class="fab fa-facebook fa-3x"></em>
</a>
<br>
<br>
<div xmlns:cc="https://creativecommons.org/ns#" about="https://creativecommons.org">
<p>
<p>Join us in shaping this fully open source site! Contributions welcome ❤️ —check
out our <a href="https://github.com/XposedOrNot" target="_blank"
rel="noopener">GitHub </a>. </p>
<div style="width:30%;Text-align:center;float:left;">
<a style="color:blue" href="privacy">Privacy Policy</a> - <a style="color:blue"
href="responsible-disclosure"> Responsible Disclosure</a>
</div>
</div>
<p>
<div class="custom-control custom-switch"
style="Text-align:right;Width:30%;float:right">
<input type="checkbox" class="custom-control-input" id="darkSwitch">
<label class="custom-control-label" for="darkSwitch">Dark Mode</label>
</div>
</p>
</aside>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.5/umd/popper.min.js"
integrity="sha512-8cU710tp3iH9RniUh6fq5zJsGnjLzOWLWdZqBMLtqaoZUA6AWIE34lwMB3ipUNiTBP5jEZKY95SfbNnQ8cCKvA=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/js/bootstrap.min.js"
integrity="sha512-7rusk8kGPFynZWu26OKbTeI+QPoYchtxsmPeBqkHIEXJxeun4yJ4ISYe7C6sz9wdxeE1Gk3VxsIWgCZTc+vX3g=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-loading-overlay/2.1.5/loadingoverlay.js"
integrity="sha256-60fkxjbpN7HY1TFkhKT8nEn8o62CBx2AdmaTjoF7LNc="
crossorigin="anonymous"></script>
<script src="/static/scripts/email-report.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108891851-1"
rel="preconnect"></script>
<script
src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback"
async defer></script>
<script src="/static/scripts/common.js"></script>
</body>
</html>