-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata-breaches-risks.html
More file actions
855 lines (815 loc) · 32 KB
/
data-breaches-risks.html
File metadata and controls
855 lines (815 loc) · 32 KB
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
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="View your personalized data breach risk score and exposure analysis. See which breaches affected you, password risks, and get actionable security recommendations."
/>
<meta name="author" content="Devanand Premkumar" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>XposedOrNot: Data Breach Risk Score & Exposure Report</title>
<link rel="canonical" href="https://xposedornot.com/data-breaches-risks" />
<link rel="dns-prefetch" href="cdnjs.cloudflare.com" />
<link rel="dns-prefetch" href="static.hotjar.com" />
<link rel="icon" href="/favicon.ico" sizes="16x16 32x32 48x48 64x64 128x128 256x256" type="image/x-icon" />
<link rel="icon" href="/static/images/logos/logo.svg" type="image/svg+xml" />
<link rel="icon" href="/static/images/logos/logo-96x96.png" sizes="96x96" type="image/png" />
<link rel="icon" href="/static/images/logos/logo-32x32.png" sizes="32x32" type="image/png" />
<link rel="icon" href="/static/images/logos/logo-192x192.png" sizes="192x192" type="image/png" />
<link rel="icon" href="/static/images/logos/logo-512x512.png" sizes="512x512" type="image/png" />
<link rel="apple-touch-icon" href="/static/images/logos/logo-180x180.png" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700;900&display=swap"
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"
/>
<link href="/static/css/style2.css" type="text/css" rel="stylesheet" />
<link href="/static/css/xon-report.css" type="text/css" rel="stylesheet" />
<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" />
<script src="/static/scripts/utils.js"></script>
<script src="/static/scripts/libs/clippy/build/clippy.js"></script>
<script async="" src="/static/scripts/analytics.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chartjs-plugin-datalabels/2.2.0/chartjs-plugin-datalabels.min.js"></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="https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js"
integrity="sha512-cd6CHE+XWDQ33ElJqsi0MdNte3S+bQY819f7p3NUHgwQQLXSKjE4cPZTeGNI+vaxZynk1wVU3hoHmow3m089wA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
type="text/javascript"
src="https://www.gstatic.com/charts/loader.js"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js"
integrity="sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/tippy.js/6.3.7/tippy-bundle.umd.min.js"
integrity="sha512-gbruucq/Opx9jlHfqqZeAg2LNK3Y4BbpXHKDhRC88/tARL/izPOE4Zt2w6X9Sn1UeWaGbL38zW7nkL2jdn5JIw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<style>
@media (max-width: 768px) {
.text {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.see-more {
display: block;
}
}
@media (min-width: 769px) {
.see-more {
display: none;
}
}
#back-to-top {
position: fixed;
bottom: 40px;
right: 40px;
z-index: 9999;
width: 44px;
height: 44px;
text-align: center;
line-height: 44px;
background: #2563a0;
color: white;
cursor: pointer;
border-radius: 50%;
display: none;
font-size: 18px;
}
</style>
<script src="/static/scripts/other-libraries.js" defer></script>
</head>
<body
data-gr-c-s-loaded="true"
class="v2"
data-new-gr-c-s-check-loaded="8.884.0"
data-gr-ext-installed=""
>
<a href="#main-content" class="skip-link">Skip to main content</a>
<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 abs"
href="https://XposedOrNot.com"
style="text-decoration: none"
>
<span
style="
font-size: 1.5em;
font-weight: bold;
display: block;
color: white;
"
>XposedOrNot</span
>
<span
style="
font-size: 0.8em;
display: block;
color: rgba(255, 255, 255, 0.95);
margin-top: -10px;
"
>Community Edition</span
>
</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://plus.xposedornot.com"
>xonPlus<span class="sr-only"> (opens in new tab)</span></a
>
</li>
<li>
<a href="api_doc.html">API</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" style="text-decoration: none">
<span
style="
font-size: 1.5em;
font-weight: bold;
display: block;
color: #417ff9;
"
>XposedOrNot</span
>
<span
style="
font-size: 0.8em;
display: block;
color: #417ff9;
margin-top: -10px;
"
>Community Edition</span
>
</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://plus.xposedornot.com"
>xonPlus<span class="sr-only"> (opens in new tab)</span></a
>
</li>
<li>
<a href="api_doc.html">API</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div id="floating-button" class="btn-group btn-group-lg">
<button
type="button"
class="btn-lg btn-primary"
style="background-color: #fc9e11; color: #1a1a1a"
data-toggle="modal"
data-target="#alertMeModal"
aria-label="Get Breach Alerts"
>
<i class="fa fa-bell ring" aria-hidden="true"></i><span class="floating-btn-text"> Get Breach Alerts</span>
</button>
</div>
<main id="main-content">
<section class="xon-row2-area" aria-label="Risk score overview">
<div class="container">
<h1 class="report-h1">Your Data Breach Report</h1>
<div class="row">
<div class="col-lg-4 col-md-12">
<div class="xon-row2-right">
<div id="risk" aria-live="polite"><div style="text-align: center" class="alert alert-primary"><strong>Your Risk Score</strong></div></div>
<div
id="chart_div"
role="img"
aria-label="Risk score gauge chart"
style="
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
"
></div>
</div>
</div>
<div class="col-lg-8 col-md-12">
<div class="xon-row2-left">
<h2 class="section-heading">When Were You Breached?</h2>
<canvas
id="bc"
role="img"
aria-label="Yearly trend chart of your data breaches"
style="height: 341px; width: 682px"
class="chartjs-render-monitor"
width="750"
height="375"
></canvas>
</div>
</div>
</div>
</div>
</section>
<section class="xon-row-area" aria-label="Risk analysis and recommendations">
<div class="container">
<div class="row">
<h2 class="section-heading" style="width: 100%">What This Means For You</h2>
<div id="risk-analysis" aria-live="polite"></div>
</div>
</div>
</section>
<section class="xon-row-area" aria-label="Breach summary">
<div class="container">
<div class="row">
<div style="width: 100%">
<div
class="xon-row-left table-responsive"
style="height: auto; width: 100%"
>
<div id="email">
<h2 class="section-heading">
Breach Summary for: Email
</h2>
</div>
<table class="table table-hover table-striped table-bordered">
<caption class="sr-only">Data breaches associated with your email address</caption>
<thead>
<tr>
<th scope="col" style="width: 20%; text-align: center">Breach name</th>
<th scope="col" style="width: 60%">Breach Details</th>
<th scope="col" style="width: 20%">Exposed Records</th>
</tr>
</thead>
<tbody id="data_breach"></tbody>
</table>
<div
class="alert alert-success"
role="alert"
id="db-s"
style="display: none; text-align: center"
>
<i class="fas fa-check-circle" aria-hidden="true"></i>
<strong>
Your email is not found in any data breaches loaded in
XposedOrNot</strong
>
<p><strong>Good news!</strong></p>
<p>If you are seeing this, then your email was not exposed in
any of the data breaches loaded in XposedOrNot.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="xon-row-area" aria-label="Sensitive data breaches">
<div class="container">
<div class="row">
<div style="width: 100%">
<div class="xon-row-left" style="height: auto; width: 100%">
<div id="email_sensitive">
<h2 class="section-heading">
Sensitive Data Breaches for: Email
</h2>
</div>
<div
class="alert alert-danger"
role="alert"
id="db-sensitive"
style="text-align: center"
>
<i class="fas fa-times-circle" aria-hidden="true"></i>
<strong>
Your sensitive data breaches are not displayed in public
searches in XposedOrNot</strong
>
<p style="margin-top: 10px">To view the sensitive data breaches of an email, please
verify that email and you will be able to unlock it.</p>
<button
type="button"
class="btn-lg btn-primary"
data-toggle="modal"
data-target="#alertMeModal"
>
Verify Now
</button>
</div>
<div
class="table-responsive"
id="sensitive-data-table"
style="display: none"
>
<table class="table table-hover table-striped table-bordered">
<caption class="sr-only">Sensitive data breaches for your email address</caption>
<thead>
<tr>
<th scope="col" style="width: 20%; text-align: center">
Breach Name
</th>
<th scope="col" style="width: 60%">Breach Details</th>
<th scope="col" style="width: 20%">Exposed Records</th>
</tr>
</thead>
<tbody id="data_breach_sensitive"></tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="xon-row2-area" aria-label="Password risk and top breaches">
<div class="container">
<div class="row">
<div class="col-6">
<div class="xon-row2-right">
<h2 class="section-heading">Are Your Passwords Safe?</h2>
<div>
<canvas id="passwords" role="img" aria-label="Password risk distribution chart"></canvas>
</div>
</div>
</div>
<div class="col-6">
<div class="xon-row2-right">
<h2 class="section-heading">Your Biggest Breaches</h2>
<div>
<canvas id="top5breaches" role="img" aria-label="Top 5 data breaches by exposed records"></canvas>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="xon-row2-area" aria-label="Exposed data heat map">
<div class="container">
<div class="row">
<div style="width: 100%">
<div class="xon-row-left" style="height: auto; width: 100%">
<div id="data">
<h2 class="section-heading">
What Data Was Exposed for: Email
</h2>
</div>
<p class="heatmap-description">Bigger tiles mean that data type was exposed more often. Color tells you the severity at a glance.</p>
<div id="heatmap-container" role="img" aria-label="Treemap showing proportional exposure of each data type across breaches"></div>
</div>
</div>
</div>
</div>
</section>
<section class="xon-row-area" id="attack-paths-section" aria-label="Attack path visualization" style="display:none">
<div class="container">
<div class="row">
<div style="width: 100%">
<div class="xon-row-left" style="height: auto; width: 100%">
<h2 class="section-heading">How Attackers Could Use Your Data</h2>
<p class="attack-path-description">Based on your exposed data, here are realistic attack scenarios showing how an attacker could chain your breached information.</p>
<div id="attack-paths-tabs" role="tablist" aria-label="Attack path scenarios"></div>
<div id="attack-paths-content" aria-live="polite"></div>
</div>
</div>
</div>
</div>
</section>
<section class="xon-row3-area" aria-label="Industry exposure">
<div class="container">
<div class="row">
<div class="col-6">
<div class="xon-row2-right">
<div class="xon-row2-right_a1">
<h2 class="section-heading">Which Industries Leaked Your Data?</h2>
<div
class="xon-row2-right_a2"
id="industry"
aria-live="polite"
></div>
</div>
</div>
</div>
<div class="col-6">
<div class="xon-row2-right">
<div class="text-center" id="github-section">
<br />
<p>
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! <br />
Show your support and love on GitHub <br />
</p>
<br />
<a
href="https://github.com/xposedornot"
class="btn btn-primary"
target="_blank"
rel="noopener"
>Visit our GitHub<span class="sr-only"> (opens in new tab)</span></a
>
</div>
<br />
</div>
</div>
</div>
</div>
</section>
<section class="xon-row3-area" aria-label="Detailed breach breakdown">
<div class="container">
<div class="row">
<div style="width: 100%">
<div class="xon-row3-right">
<h2 class="section-heading">Detailed Breach Breakdown</h2>
<div id="details" aria-live="polite"></div>
</div>
</div>
</div>
</div>
</section>
<section class="xon-row-area breach-timeline-section" aria-label="Breach timeline visualization">
<div class="container">
<div class="row">
<div style="width: 100%; text-align: center">
<h2 class="section-heading">Your Breach Timeline</h2>
<div id="scrollable-container">
<div
id="tree-container"
class="xon-row-left"
style="width: 100%"
></div>
</div>
</div>
</div>
</div>
</section>
<section class="xon-row-area" aria-label="Protect your accounts">
<div class="container">
<div class="xon">
<div class="share-section">
<div class="alert-section">
<button
type="button"
class="btn-lg btn-alert"
data-toggle="modal"
data-target="#alertMeModal"
>
<i class="fa fa-bell" aria-hidden="true"></i>
<span>Get alerts for future breaches</span>
</button>
<a
href="compare.html"
class="btn-lg btn-compare-link"
>
<i class="fa fa-balance-scale" aria-hidden="true"></i>
<span>Compare with another email</span>
</a>
</div>
</div>
</div>
</div>
</section>
</main>
<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"
>
<h2 class="modal-title" id="alertMeModalLabel">
Get Breach Alerts
</h2>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" style="text-align: left">
<form aria-labelledby="alertMeModalLabel">
<div class="form-group">
<label
for="recipient-name"
class="form-control-label"
><strong>Email To Be Monitored:</strong></label
>
<input
type="email"
class="form-control"
id="recipient-name"
autocomplete="email"
required
aria-required="true"
/>
</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"
>
We'll notify you instantly if your email appears in any new data breach. Verify your email and activate your FREE subscription by clicking 'Start Monitoring'.</textarea
>
</div>
<div id="turns"></div>
<br />
<div
class="alert alert-danger"
role="alert"
id="a_succ"
style="display: none; text-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"
>
Start Monitoring
</button>
<button
style="display: none"
data-dismiss="modal"
id="alertMeClose"
type="button"
class="btn btn-success"
>
Close
</button>
</div>
</div>
</div>
</div>
<div
id="tooltip"
role="tooltip"
aria-hidden="true"
class="chart-tooltip"
></div>
<button
type="button"
id="clippy-button"
aria-label="Open XON security assistant"
style="
position: fixed;
bottom: 10px;
right: 40px;
width: 44px;
height: 44px;
text-align: center;
line-height: 44px;
cursor: pointer;
z-index: 9999;
background: none;
border: none;
font-size: 1.2em;
"
>
<i class="fas fa-robot" aria-hidden="true"></i>
</button>
<a href="#main-content" id="back-to-top" aria-label="Back to top">⇧</a>
<footer class="footer">
<div class="container">
<div class="footer-final-cta">
<h2>Stay ahead of data breaches</h2>
<a
href="#alertMeModal"
class="cta-button"
role="button"
data-toggle="modal"
data-target="#alertMeModal"
>
<i class="fa fa-bell" aria-hidden="true"></i> Alert Me of Data Breaches
</a>
</div>
<div style="text-align: center; margin-bottom: 30px">
<p>
Built by the community, for the community. Fully open-source on
<a
href="https://github.com/XposedOrNot"
target="_blank"
rel="noopener"
>GitHub<span class="sr-only"> (opens in new tab)</span></a
>.
</p>
</div>
<div class="footer-columns">
<div class="footer-group">
<h3>Legal</h3>
<div class="footer-links-wrapper">
<a href="privacy" class="footer-link">Privacy Policy</a>
<a href="terms" class="footer-link">Terms</a>
</div>
</div>
<div class="footer-group">
<h3>Community</h3>
<div class="footer-links-wrapper">
<a href="https://blog.xposedornot.com" class="footer-link" target="_blank" rel="noopener">Blog<span class="sr-only"> (opens in new tab)</span></a>
<a href="our-repository" class="footer-link">Our Repository</a>
</div>
</div>
<div class="footer-group">
<h3>Trust</h3>
<div class="footer-links-wrapper">
<a href="https://stats.uptimerobot.com/3zjQkZ2Caa" target="_blank" rel="noopener" class="footer-link">Status<span class="sr-only"> (opens in new tab)</span></a>
<a href="transparency" class="footer-link">Transparency</a>
<a href="responsible-disclosure" class="footer-link">Responsible Disclosure</a>
</div>
</div>
<div class="footer-group">
<h3>Follow Us</h3>
<div class="footer-links-wrapper">
<a
href="https://twitter.com/xposedornot"
target="_blank"
rel="noopener"
class="footer-link"
>
<svg class="social-icon" aria-hidden="true" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg> Twitter (X)<span class="sr-only"> (opens in new tab)</span>
</a>
<a
href="https://facebook.com/xposedornot"
target="_blank"
rel="noopener"
class="footer-link"
>
<svg class="social-icon" aria-hidden="true" viewBox="0 0 512 512"><path d="M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256z"/></svg> Facebook<span class="sr-only"> (opens in new tab)</span>
</a>
<a
href="https://infosec.exchange/@XposedOrNot"
target="_blank"
rel="noopener"
class="footer-link"
>
<svg class="social-icon" aria-hidden="true" viewBox="0 0 448 512"><path d="M433 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.6-28.4-290.5 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54a102.5 102.5 0 0 1 -.9-13.9c85.6 20.9 158.7 9.1 178.8 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H90.2c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l23.6 39.5 23.6-39.5c24-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"/></svg> Mastodon<span class="sr-only"> (opens in new tab)</span>
</a>
</div>
</div>
<div class="footer-group">
<h3>AI Summary</h3>
<div class="footer-links-wrapper">
<a href="https://chatgpt.com/?q=what%20is%20xposedornot%2C%20who%20should%20use%20it%20and%20how%20can%20it%20help%20me" target="_blank" rel="noopener" class="footer-link">
<img src="static/logos/chatgpt-icon.svg" alt="ChatGPT" width="20" height="20" style="vertical-align: -3px; margin-right: 6px;">
ChatGPT<span class="sr-only"> (opens in new tab)</span>
</a>
<a href="https://www.perplexity.ai/?q=what%20is%20xposedornot%2C%20who%20should%20use%20it%20and%20how%20can%20it%20help%20me" target="_blank" rel="noopener" class="footer-link">
<img src="static/logos/perplexity-icon.svg" alt="Perplexity" width="20" height="20" style="vertical-align: -3px; margin-right: 6px;">
Perplexity<span class="sr-only"> (opens in new tab)</span>
</a>
<a href="https://gemini.google.com/?q=what%20is%20xposedornot%2C%20who%20should%20use%20it%20and%20how%20can%20it%20help%20me" target="_blank" rel="noopener" class="footer-link">
<img src="static/logos/gemini-icon.svg" alt="Gemini" width="20" height="20" style="vertical-align: -3px; margin-right: 6px;">
Gemini<span class="sr-only"> (opens in new tab)</span>
</a>
</div>
</div>
</div>
<div
class="custom-control custom-switch"
style="text-align: center; margin-top: 20px"
>
<input type="checkbox" class="custom-control-input" id="darkSwitch" />
<label class="custom-control-label" for="darkSwitch">Dark Mode</label>
</div>
</div>
</footer>
<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/data.js"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-108891851-1"
></script>
<script
src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=_turnstileCb"
async
defer
></script>
<script src="/static/scripts/common.js"></script>
</body>
</html>