-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocument-template.html
More file actions
515 lines (479 loc) · 24.4 KB
/
document-template.html
File metadata and controls
515 lines (479 loc) · 24.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>{{DOCUMENT_TITLE}} - Telecom Security Library</title>
<meta name="title" content="{{DOCUMENT_TITLE}} - Telecom Security Library">
<meta name="description" content="{{DOCUMENT_DESCRIPTION}}">
<meta name="keywords"
content="telecom security, {{CATEGORY_NAME}}, network security, telecommunications, research paper, security analysis, {{KEY_TOPICS_STRING}}">
<meta name="author" content="RFS - Telecom Security Researcher">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta name="language" content="English">
<meta name="revisit-after" content="30 days">
<meta name="rating" content="General">
<meta name="referrer" content="strict-origin-when-cross-origin">
<!-- Canonical URL - Critical for SEO -->
<link rel="canonical" href="https://telcosec.github.io/Telecom-Security-Documents/documents/{{DOCUMENT_ID}}.html">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="article">
<meta property="og:url"
content="https://telcosec.github.io/Telecom-Security-Documents/documents/{{DOCUMENT_ID}}.html">
<meta property="og:title" content="{{DOCUMENT_TITLE}} - Telecom Security Library">
<meta property="og:description" content="{{DOCUMENT_DESCRIPTION}}">
<meta property="og:image" content="https://telcosec.github.io/Telecom-Security-Documents/images/og-image.png">
<meta property="og:site_name" content="Telecom Security Library">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="{{DOCUMENT_DATE}}T00:00:00Z">
<meta property="article:modified_time" content="{{DOCUMENT_DATE}}T00:00:00Z">
<meta property="article:section" content="{{CATEGORY_NAME}}">
<meta property="article:tag" content="telecom security, {{CATEGORY_NAME}}, network security, {{KEY_TOPICS_STRING}}">
<meta property="article:author" content="RFS">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url"
content="https://telcosec.github.io/Telecom-Security-Documents/documents/{{DOCUMENT_ID}}.html">
<meta property="twitter:title" content="{{DOCUMENT_TITLE}} - Telecom Security Library">
<meta property="twitter:description" content="{{DOCUMENT_DESCRIPTION}}">
<meta property="twitter:image" content="https://telcosec.github.io/Telecom-Security-Documents/images/og-image.png">
<meta property="twitter:site" content="@TelcoSec">
<!-- Additional SEO Meta Tags -->
<meta name="theme-color" content="#667eea">
<meta name="msapplication-TileColor" content="#667eea">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Preconnect to external domains for performance -->
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- DNS Prefetch for performance -->
<link rel="dns-prefetch" href="//cdn.jsdelivr.net">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<!-- Google Analytics and Tag Manager -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPPC95R4J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-SDPPC95R4J');
</script>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5DGDDTS8');</script>
<!-- AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9236847887178276"
crossorigin="anonymous"></script>
<!-- Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<link href="../src/css/styles.css" rel="stylesheet">
<link href="../src/css/document-styles.css" rel="stylesheet">
<!-- Structured Data for Rich Snippets -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ScholarlyArticle",
"headline": "{{DOCUMENT_TITLE}}",
"description": "{{DOCUMENT_DESCRIPTION}}",
"abstract": "{{DOCUMENT_ABSTRACT}}",
"url": "https://telcosec.github.io/Telecom-Security-Documents/documents/{{DOCUMENT_ID}}.html",
"datePublished": "{{DOCUMENT_DATE}}",
"dateModified": "{{DOCUMENT_DATE}}",
"author": [
{
"@type": "Person",
"name": "{{RESEARCHER_NAME}}",
"affiliation": {
"@type": "Organization",
"name": "{{RESEARCHER_AFFILIATION}}"
},
"url": "https://telcosec.github.io/Telecom-Security-Documents/about.html"
}
],
"publisher": {
"@type": "Organization",
"name": "Telecom Security Library",
"url": "https://telcosec.github.io/Telecom-Security-Documents/",
"logo": {
"@type": "ImageObject",
"url": "https://telcosec.github.io/Telecom-Security-Documents/images/logo.png"
}
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://telcosec.github.io/Telecom-Security-Documents/documents/{{DOCUMENT_ID}}.html"
},
"genre": "{{DOCUMENT_TYPE}}",
"keywords": "{{KEY_TOPICS_STRING}}",
"about": [
{
"@type": "Thing",
"name": "{{CATEGORY_NAME}}"
}
],
"isPartOf": {
"@type": "Collection",
"name": "Telecom Security Library",
"url": "https://telcosec.github.io/Telecom-Security-Documents/"
},
"mainEntity": {
"@type": "CreativeWork",
"name": "{{DOCUMENT_TITLE}}",
"description": "{{DOCUMENT_DESCRIPTION}}"
},
"sameAs": [
"https://github.com/TelcoSec/Telecom-Security-Documents",
"https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w",
"https://discord.gg/jkUKw2cBxX",
"https://www.linkedin.com/company/telco-sec/"
]
}
</script>
<!-- Breadcrumb Schema for better navigation -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://telcosec.github.io/Telecom-Security-Documents/"
},
{
"@type": "ListItem",
"position": 2,
"name": "{{CATEGORY_NAME}}",
"item": "https://telcosec.github.io/Telecom-Security-Documents/#{{CATEGORY_ANCHOR}}"
},
{
"@type": "ListItem",
"position": 3,
"name": "{{DOCUMENT_TITLE}}",
"item": "https://telcosec.github.io/Telecom-Security-Documents/documents/{{DOCUMENT_ID}}.html"
}
]
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5DGDDTS8" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="../index.html">
<i class="fas fa-shield-alt me-2"></i>
Telecom Security Library
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="../index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../index.html#categories">Categories</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../videos.html">Videos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../images.html">Images</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../about.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Document Header -->
<header class="document-header">
<div class="container">
<!-- Enhanced Breadcrumb Navigation -->
<nav aria-label="breadcrumb" class="mb-3">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="../index.html" title="Return to Homepage">Home</a>
</li>
<li class="breadcrumb-item">
<a href="../index.html#{{CATEGORY_ANCHOR}}"
title="View {{CATEGORY_NAME}} Category">{{CATEGORY_NAME}}</a>
</li>
<li class="breadcrumb-item active" aria-current="page">{{DOCUMENT_TITLE}}</li>
</ol>
</nav>
<h1 class="display-4">{{DOCUMENT_TITLE}}</h1>
<p class="lead">{{DOCUMENT_DESCRIPTION}}</p>
<div class="document-meta">
<span class="badge bg-primary">{{DOCUMENT_TYPE}}</span>
<span class="badge bg-secondary">{{DOCUMENT_DATE}}</span>
<span class="badge bg-info">{{DOCUMENT_SOURCE}}</span>
<span class="badge bg-success">Research by RFS</span>
</div>
</div>
</header>
<!-- Main Content -->
<main class="container my-5">
<div class="row">
<!-- Main Content Column -->
<div class="col-lg-8">
<!-- Abstract Section -->
<section class="document-section mb-5">
<h2><i class="fas fa-file-alt me-2"></i>Abstract</h2>
<div class="card">
<div class="card-body">
<p class="card-text">{{DOCUMENT_ABSTRACT}}</p>
</div>
</div>
</section>
<!-- AdSense Banner Ad -->
<div class="ad-banner mb-4">
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9236847887178276"
data-ad-slot="{{ADSENSE_BANNER_SLOT}}" data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<!-- Coming Soon Placeholder -->
{{COMING_SOON_UI}}
<!-- PDF Document Section -->
<section class="document-section mb-5 {{PDF_VIEWER_CLASS}}">
<h2><i class="fas fa-file-pdf me-2"></i>Document</h2>
<div class="card">
<div class="card-body">
<div class="pdf-container">
<iframe src="{{PDF_FILE_PATH}}#toolbar=1&navpanes=1&scrollbar=1" width="100%"
height="600px" frameborder="0" allowfullscreen
title="{{DOCUMENT_TITLE}} PDF Document">
<p>Your browser does not support PDF embedding.
<a href="{{PDF_FILE_PATH}}" target="_blank" class="btn btn-primary">
<i class="fas fa-download me-2"></i>Download PDF
</a>
</p>
</iframe>
</div>
<div class="mt-3">
<a href="{{PDF_FILE_PATH}}" target="_blank" class="btn btn-outline-primary">
<i class="fas fa-external-link-alt me-2"></i>Open in New Tab
</a>
<a href="{{PDF_FILE_PATH}}" download class="btn btn-outline-success">
<i class="fas fa-download me-2"></i>Download
</a>
</div>
</div>
</div>
</section>
<!-- Key Topics Section -->
{{KEY_TOPICS}}
<!-- AdSense In-Article Ad -->
<div class="ad-inline mb-4">
<ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-layout="in-article"
data-ad-format="fluid" data-ad-client="ca-pub-9236847887178276"
data-ad-slot="{{ADSENSE_INLINE_SLOT}}"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<!-- Video Section -->
<section class="document-section mb-5">
<h2><i class="fas fa-video me-2"></i>Related Videos</h2>
<div class="card">
<div class="card-body">
{{RELATED_VIDEOS}}
</div>
</div>
</section>
<!-- Related Documents Section -->
{{RELATED_DOCUMENTS}}
</div>
<!-- Sidebar -->
<div class="col-lg-4">
<!-- Document Info Card -->
<div class="card mb-4">
<div class="card-header">
<h5 class="mb-0"><i class="fas fa-info-circle me-2"></i>Document Information</h5>
</div>
<div class="card-body">
<ul class="list-unstyled">
<li class="mb-2">
<strong>Type:</strong> {{DOCUMENT_TYPE}}
</li>
<li class="mb-2">
<strong>Date:</strong> {{DOCUMENT_DATE}}
</li>
<li class="mb-2">
<strong>Source:</strong> {{DOCUMENT_SOURCE}}
</li>
<li class="mb-2">
<strong>Category:</strong>
<a href="../index.html#{{CATEGORY_ANCHOR}}"
title="View {{CATEGORY_NAME}} Category">{{CATEGORY_NAME}}</a>
</li>
<li class="mb-2">
<strong>File:</strong> {{PDF_FILE_NAME}}
</li>
</ul>
</div>
</div>
<!-- AdSense Sidebar Ad -->
<div class="ad-sidebar mb-4">
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9236847887178276"
data-ad-slot="{{ADSENSE_SIDEBAR_SLOT}}" data-ad-format="auto"
data-full-width-responsive="false"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<!-- Researchers Section -->
{{RESEARCHERS}}
<!-- Quick Actions -->
<div class="card">
<div class="card-header">
<h5 class="mb-0"><i class="fas fa-bolt me-2"></i>Quick Actions</h5>
</div>
<div class="card-body">
<div class="d-grid gap-2">
<a href="{{PDF_FILE_PATH}}" target="_blank" class="btn btn-outline-primary btn-sm">
<i class="fas fa-external-link-alt me-2"></i>Open PDF
</a>
<a href="{{PDF_FILE_PATH}}" download class="btn btn-outline-success btn-sm">
<i class="fas fa-download me-2"></i>Download
</a>
<a href="../index.html#{{CATEGORY_ANCHOR}}" class="btn btn-outline-info btn-sm">
<i class="fas fa-folder me-2"></i>View Category
</a>
<a href="../documents/index.html" class="btn btn-outline-secondary btn-sm">
<i class="fas fa-list me-2"></i>All Documents
</a>
</div>
</div>
</div>
<!-- Related Categories -->
<div class="card mt-4">
<div class="card-header">
<h5 class="mb-0"><i class="fas fa-sitemap me-2"></i>Related Categories</h5>
</div>
<div class="card-body">
<div class="d-grid gap-2">
<a href="../index.html#4g" class="btn btn-outline-primary btn-sm">4G Security</a>
<a href="../index.html#5g" class="btn btn-outline-primary btn-sm">5G Security</a>
<a href="../index.html#ss7" class="btn btn-outline-primary btn-sm">SS7 Security</a>
<a href="../index.html#sim-cards" class="btn btn-outline-primary btn-sm">SIM Cards</a>
<a href="../index.html#baseband" class="btn btn-outline-primary btn-sm">Baseband</a>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- Video Modal -->
<div class="modal fade" id="videoModal" tabindex="-1">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Video Player</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
</div>
<div class="modal-body">
<div class="ratio ratio-16x9">
<iframe id="videoFrame" src="" frameborder="0" allowfullscreen title="Video Player"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer bg-dark text-light py-5 mt-5">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-4">
<h5><i class="fas fa-shield-alt me-2"></i>Telecom Security Library</h5>
<p class="text-muted">Comprehensive collection of telecommunications security documentation,
research papers, and resources for security professionals, researchers, and industry experts.
</p>
<div class="social-links">
<a href="#" class="text-muted me-3" title="Follow us on Twitter"><i
class="fab fa-twitter fa-lg"></i></a>
<a href="https://www.linkedin.com/company/telco-sec/" target="_blank" class="text-muted me-3"
title="Follow us on LinkedIn"><i class="fab fa-linkedin fa-lg"></i></a>
<a href="#" class="text-muted me-3" title="View on GitHub"><i
class="fab fa-github fa-lg"></i></a>
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="text-muted me-3" title="Subscribe to our YouTube Channel"><i
class="fab fa-youtube fa-lg"></i></a>
<a href="https://discord.gg/jkUKw2cBxX" target="_blank" class="text-muted me-3"
title="Join our Discord Community"><i class="fab fa-discord fa-lg"></i></a>
</div>
</div>
<div class="col-lg-2 mb-4">
<h6>Categories</h6>
<ul class="list-unstyled">
<li><a href="../index.html#4g" class="text-muted" title="4G Network Security">4G Security</a>
</li>
<li><a href="../index.html#5g" class="text-muted" title="5G Network Security">5G Security</a>
</li>
<li><a href="../index.html#sim-cards" class="text-muted" title="SIM Cards & UICC Security">SIM
Cards</a></li>
<li><a href="../index.html#ss7" class="text-muted" title="SS7 Protocol Security">SS7
Security</a></li>
</ul>
</div>
<div class="col-lg-2 mb-4">
<h6>Resources</h6>
<ul class="list-unstyled">
<li><a href="../videos.html" class="text-muted" title="View all videos">Videos</a></li>
<li><a href="../images.html" class="text-muted" title="View all images">Images</a></li>
<li><a href="../about.html" class="text-muted" title="About RFS">About</a></li>
<li><a href="../README.md" class="text-muted" title="Project Documentation">Documentation</a>
</li>
<li><a href="#" class="text-muted" title="API Documentation">API</a></li>
</ul>
</div>
<div class="col-lg-4 mb-4">
<h6>Newsletter</h6>
<p class="text-muted">Stay updated with the latest telecom security research and developments.</p>
<div class="input-group">
<input type="email" class="form-control" placeholder="Enter your email"
aria-label="Email for newsletter">
<button class="btn btn-primary" type="button">Subscribe</button>
</div>
</div>
</div>
<hr class="my-4">
<div class="row align-items-center">
<div class="col-md-6">
<p class="mb-0 text-muted">© 2024 Telecom Security Library. All rights reserved.</p>
</div>
<div class="col-md-6 text-md-end">
<a href="#" class="text-muted me-3" title="Privacy Policy">Privacy Policy</a>
<a href="#" class="text-muted me-3" title="Terms of Service">Terms of Service</a>
<a href="../about.html" class="text-muted" title="Contact Information">Contact</a>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="../src/js/script.js"></script>
<script src="../src/js/document-script.js"></script>
<script src="../src/js/adsense-config.js"></script>
</body>
</html>