-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
627 lines (595 loc) · 32.5 KB
/
tools.html
File metadata and controls
627 lines (595 loc) · 32.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Telecom Security Tools & Resources - Telecom Security Library</title>
<meta name="description"
content="Professional tools, calculators, and resources for telecom security professionals. Network analysis tools, security calculators, and practical resources.">
<meta name="keywords"
content="telecom security tools, network analysis, security calculators, telecom resources, security professionals">
<meta name="author" content="RFS - Telecom Security Research">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Telecom Security Tools & Resources">
<meta property="og:description" content="Professional tools and resources for telecom security professionals">
<meta property="og:type" content="website">
<meta property="og:url" content="https://library.telco-sec.com/tools.html">
<meta property="og:image" content="https://library.telco-sec.com/images/telecom-security-tools.jpg">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Telecom Security Tools & Resources">
<meta name="twitter:description" content="Professional tools and resources for telecom security professionals">
<meta name="twitter:image" content="https://library.telco-sec.com/images/telecom-security-tools.jpg">
<!-- Canonical URL -->
<link rel="canonical" href="https://library.telco-sec.com/tools.html">
<!-- Preconnect to external domains -->
<link rel="preconnect" href="https://www.youtube.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!-- Custom CSS -->
<link href="src/css/styles.css" rel="stylesheet">
<link href="src/css/tools-styles.css" rel="stylesheet">
<!-- Google Analytics -->
<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>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Telecom Security Tools & Resources",
"description": "Professional tools, calculators, and resources for telecom security professionals",
"url": "https://library.telco-sec.com/tools.html",
"mainEntity": {
"@type": "Collection",
"name": "Telecom Security Tools",
"description": "Professional tools and resources for telecom security analysis and assessment"
},
"publisher": {
"@type": "Organization",
"name": "Telecom Security Library",
"url": "https://library.telco-sec.com"
}
}
</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>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="index.html">
<i class="fas fa-shield-alt"></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 me-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="documents/index.html">Documents</a>
</li>
<li class="nav-item">
<a class="nav-link" href="videos.html">Videos</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="tools.html">Tools</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="partners.html">Partners</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w"
target="_blank">
<i class="fab fa-youtube"></i> Channel
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://discord.gg/jkUKw2cBxX" target="_blank">
<i class="fab fa-discord"></i> Discord
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/company/telco-sec/" target="_blank">
<i class="fab fa-linkedin"></i> LinkedIn
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-section bg-primary text-white py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8">
<h1 class="display-4 fw-bold mb-3">
<i class="fas fa-tools"></i> Telecom Security Tools & Resources
</h1>
<p class="lead mb-4">
Professional tools, calculators, and practical resources for telecom security professionals.
Analyze networks, calculate security metrics, and access expert resources.
</p>
<div class="hero-actions">
<a href="#security-calculators" class="btn btn-light btn-lg me-3">
<i class="fas fa-calculator"></i> Security Calculators
</a>
<a href="#network-tools" class="btn btn-outline-light btn-lg">
<i class="fas fa-network-wired"></i> Network Tools
</a>
</div>
</div>
<div class="col-lg-4 text-center">
<i class="fas fa-shield-virus display-1 text-light-50"></i>
</div>
</div>
</div>
</section>
<!-- Security Calculators Section -->
<section id="security-calculators" class="py-5">
<div class="container">
<div class="row">
<div class="col-12 text-center mb-5">
<h2 class="section-title">
<i class="fas fa-calculator"></i> Security Calculators
</h2>
<p class="section-subtitle">Professional tools for telecom security analysis and assessment</p>
</div>
</div>
<div class="row g-4">
<!-- Risk Assessment Calculator -->
<div class="col-lg-6">
<div class="tool-card h-100">
<div class="tool-header">
<i class="fas fa-exclamation-triangle text-warning"></i>
<h3>Risk Assessment Calculator</h3>
</div>
<div class="tool-body">
<p>Calculate security risk scores for telecom infrastructure components</p>
<div class="form-group mb-3">
<label for="threat-level">Threat Level (1-10):</label>
<input type="range" class="form-range" id="threat-level" min="1" max="10" value="5">
<span class="value-display">5</span>
</div>
<div class="form-group mb-3">
<label for="vulnerability-score">Vulnerability Score (1-10):</label>
<input type="range" class="form-range" id="vulnerability-score" min="1" max="10"
value="5">
<span class="value-display">5</span>
</div>
<div class="form-group mb-3">
<label for="impact-level">Impact Level (1-10):</label>
<input type="range" class="form-range" id="impact-level" min="1" max="10" value="5">
<span class="value-display">5</span>
</div>
<button class="btn btn-primary w-100" onclick="calculateRisk()">
Calculate Risk Score
</button>
<div id="risk-result" class="mt-3 p-3 rounded d-none"></div>
</div>
</div>
</div>
<!-- Network Coverage Calculator -->
<div class="col-lg-6">
<div class="tool-card h-100">
<div class="tool-header">
<i class="fas fa-signal text-success"></i>
<h3>Network Coverage Calculator</h3>
</div>
<div class="tool-body">
<p>Calculate network coverage and signal strength metrics</p>
<div class="form-group mb-3">
<label for="frequency">Frequency (MHz):</label>
<input type="number" class="form-control" id="frequency" value="900">
</div>
<div class="form-group mb-3">
<label for="power">Transmit Power (dBm):</label>
<input type="number" class="form-control" id="power" value="43">
</div>
<div class="form-group mb-3">
<label for="distance">Distance (km):</label>
<input type="number" class="form-control" id="distance" value="1" step="0.1">
</div>
<button class="btn btn-success w-100" onclick="calculateCoverage()">
Calculate Coverage
</button>
<div id="coverage-result" class="mt-3 p-3 rounded d-none"></div>
</div>
</div>
</div>
<!-- Encryption Strength Calculator -->
<div class="col-lg-6">
<div class="tool-card h-100">
<div class="tool-header">
<i class="fas fa-lock text-info"></i>
<h3>Encryption Strength Calculator</h3>
</div>
<div class="tool-body">
<p>Calculate encryption strength and cracking time estimates</p>
<div class="form-group mb-3">
<label for="key-length">Key Length (bits):</label>
<select class="form-select" id="key-length">
<option value="128">128 bits</option>
<option value="256" selected>256 bits</option>
<option value="512">512 bits</option>
<option value="1024">1024 bits</option>
<option value="2048">2048 bits</option>
</select>
</div>
<div class="form-group mb-3">
<label for="algorithm">Algorithm:</label>
<select class="form-select" id="algorithm">
<option value="AES">AES</option>
<option value="RSA">RSA</option>
<option value="ECC">ECC</option>
<option value="ChaCha20">ChaCha20</option>
</select>
</div>
<button class="btn btn-info w-100" onclick="calculateEncryption()">
Calculate Strength
</button>
<div id="encryption-result" class="mt-3 p-3 rounded d-none"></div>
</div>
</div>
</div>
<!-- Compliance Checker -->
<div class="col-lg-6">
<div class="tool-card h-100">
<div class="tool-header">
<i class="fas fa-check-circle text-primary"></i>
<h3>Compliance Checker</h3>
</div>
<div class="tool-body">
<p>Check compliance with telecom security standards and regulations</p>
<div class="form-group mb-3">
<label for="standard">Security Standard:</label>
<select class="form-select" id="standard">
<option value="3GPP">3GPP Security</option>
<option value="GSMA">GSMA Security</option>
<option value="NIST">NIST Cybersecurity</option>
<option value="ISO27001">ISO 27001</option>
<option value="PCI-DSS">PCI-DSS</option>
</select>
</div>
<div class="form-group mb-3">
<label for="compliance-level">Compliance Level:</label>
<select class="form-select" id="compliance-level">
<option value="basic">Basic</option>
<option value="intermediate">Intermediate</option>
<option value="advanced">Advanced</option>
</select>
</div>
<button class="btn btn-primary w-100" onclick="checkCompliance()">
Check Compliance
</button>
<div id="compliance-result" class="mt-3 p-3 rounded d-none"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Network Tools Section -->
<section id="network-tools" class="py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-12 text-center mb-5">
<h2 class="section-title">
<i class="fas fa-network-wired"></i> Network Analysis Tools
</h2>
<p class="section-subtitle">Professional tools for network security analysis and monitoring</p>
</div>
</div>
<div class="row g-4">
<!-- Port Scanner -->
<div class="col-lg-6">
<div class="tool-card h-100">
<div class="tool-header">
<i class="fas fa-search text-warning"></i>
<h3>Port Scanner</h3>
</div>
<div class="tool-body">
<p>Scan network ports for security assessment</p>
<div class="form-group mb-3">
<label for="target-ip">Target IP Address:</label>
<input type="text" class="form-control" id="target-ip" placeholder="192.168.1.1">
</div>
<div class="form-group mb-3">
<label for="port-range">Port Range:</label>
<select class="form-select" id="port-range">
<option value="common">Common Ports (1-1024)</option>
<option value="extended">Extended Range (1-65535)</option>
<option value="custom">Custom Range</option>
</select>
</div>
<div class="form-group mb-3 d-none" id="custom-ports">
<label for="start-port">Start Port:</label>
<input type="number" class="form-control" id="start-port" min="1" max="65535" value="1">
<label for="end-port">End Port:</label>
<input type="number" class="form-control" id="end-port" min="1" max="65535"
value="1000">
</div>
<button class="btn btn-warning w-100" onclick="scanPorts()">
<i class="fas fa-search"></i> Scan Ports
</button>
<div id="scan-result" class="mt-3 p-3 rounded d-none"></div>
</div>
</div>
</div>
<!-- Protocol Analyzer -->
<div class="col-lg-6">
<div class="tool-card h-100">
<div class="tool-header">
<i class="fas fa-code text-success"></i>
<h3>Protocol Analyzer</h3>
</div>
<div class="tool-body">
<p>Analyze telecom protocols for security vulnerabilities</p>
<div class="form-group mb-3">
<label for="protocol">Protocol:</label>
<select class="form-select" id="protocol">
<option value="SS7">SS7</option>
<option value="Diameter">Diameter</option>
<option value="GTP">GTP</option>
<option value="SIP">SIP</option>
<option value="HTTP">HTTP/2</option>
</select>
</div>
<div class="form-group mb-3">
<label for="message">Message/PDU:</label>
<textarea class="form-control" id="message" rows="3"
placeholder="Paste protocol message here..."></textarea>
</div>
<button class="btn btn-success w-100" onclick="analyzeProtocol()">
<i class="fas fa-code"></i> Analyze Protocol
</button>
<div id="protocol-result" class="mt-3 p-3 rounded d-none"></div>
</div>
</div>
</div>
<!-- Signal Strength Calculator -->
<div class="col-lg-6">
<div class="tool-card h-100">
<div class="tool-header">
<i class="fas fa-broadcast-tower text-info"></i>
<h3>Signal Strength Calculator</h3>
</div>
<div class="tool-body">
<p>Calculate signal strength and propagation characteristics</p>
<div class="form-group mb-3">
<label for="tx-power">Transmit Power (dBm):</label>
<input type="number" class="form-control" id="tx-power" value="30">
</div>
<div class="form-group mb-3">
<label for="antenna-gain">Antenna Gain (dBi):</label>
<input type="number" class="form-control" id="antenna-gain" value="3">
</div>
<div class="form-group mb-3">
<label for="path-loss">Path Loss (dB):</label>
<input type="number" class="form-control" id="path-loss" value="100">
</div>
<button class="btn btn-info w-100" onclick="calculateSignal()">
<i class="fas fa-calculator"></i> Calculate Signal
</button>
<div id="signal-result" class="mt-3 p-3 rounded d-none"></div>
</div>
</div>
</div>
<!-- Security Metrics Dashboard -->
<div class="col-lg-6">
<div class="tool-card h-100">
<div class="tool-header">
<i class="fas fa-chart-line text-primary"></i>
<h3>Security Metrics Dashboard</h3>
</div>
<div class="tool-body">
<p>Generate security metrics and compliance reports</p>
<div class="form-group mb-3">
<label for="report-type">Report Type:</label>
<select class="form-select" id="report-type">
<option value="security">Security Assessment</option>
<option value="compliance">Compliance Report</option>
<option value="risk">Risk Analysis</option>
<option value="performance">Performance Metrics</option>
</select>
</div>
<div class="form-group mb-3">
<label for="timeframe">Timeframe:</label>
<select class="form-select" id="timeframe">
<option value="daily">Daily</option>
<option value="weekly">Weekly</option>
<option value="monthly">Monthly</option>
<option value="quarterly">Quarterly</option>
</select>
</div>
<button class="btn btn-primary w-100" onclick="generateReport()">
<i class="fas fa-chart-bar"></i> Generate Report
</button>
<div id="report-result" class="mt-3 p-3 rounded d-none"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Resources Section -->
<section class="py-5">
<div class="container">
<div class="row">
<div class="col-12 text-center mb-5">
<h2 class="section-title">
<i class="fas fa-book"></i> Professional Resources
</h2>
<p class="section-subtitle">Expert resources, standards, and best practices for telecom security</p>
</div>
</div>
<div class="row g-4">
<!-- Security Standards -->
<div class="col-lg-4">
<div class="resource-card">
<div class="resource-icon">
<i class="fas fa-shield-alt text-primary"></i>
</div>
<h4>Security Standards</h4>
<ul class="resource-list">
<li><a href="https://www.3gpp.org/specifications-groups/sa-plenary/sa3-security"
target="_blank">3GPP Security Specifications</a></li>
<li><a href="https://www.gsma.com/security/" target="_blank">GSMA Security Guidelines</a>
</li>
<li><a href="https://www.nist.gov/cyberframework" target="_blank">NIST Cybersecurity
Framework</a></li>
<li><a href="https://www.iso.org/isoiec-27001-information-security.html" target="_blank">ISO
27001 Information Security</a></li>
</ul>
</div>
</div>
<!-- Research Papers -->
<div class="col-lg-4">
<div class="resource-card">
<div class="resource-icon">
<i class="fas fa-file-alt text-success"></i>
</div>
<h4>Research Papers</h4>
<ul class="resource-list">
<li><a href="https://ieeexplore.ieee.org/search/searchresult.jsp?queryText=telecom%20security"
target="_blank">IEEE Telecom Security Papers</a></li>
<li><a href="https://www.usenix.org/conferences" target="_blank">USENIX Security
Conference</a></li>
<li><a href="https://www.blackhat.com/" target="_blank">Black Hat Security Conference</a>
</li>
<li><a href="https://defcon.org/" target="_blank">DEF CON Security Conference</a></li>
</ul>
</div>
</div>
<!-- Tools & Software -->
<div class="col-lg-4">
<div class="resource-card">
<div class="resource-icon">
<i class="fas fa-tools text-warning"></i>
</div>
<h4>Tools & Software</h4>
<ul class="resource-list">
<li><a href="https://www.wireshark.org/" target="_blank">Wireshark Network Analyzer</a></li>
<li><a href="https://nmap.org/" target="_blank">Nmap Network Scanner</a></li>
<li><a href="https://www.metasploit.com/" target="_blank">Metasploit Framework</a></li>
<li><a href="https://www.kali.org/" target="_blank">Kali Linux Security Tools</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action Section -->
<section class="cta-section bg-primary text-white py-5">
<div class="container text-center">
<h2 class="mb-3">Ready to Enhance Your Telecom Security?</h2>
<p class="lead mb-4">Join our community of security professionals and stay updated with the latest tools and
resources.</p>
<div class="cta-buttons">
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" class="btn btn-light btn-lg me-3"
target="_blank">
<i class="fab fa-youtube"></i> Subscribe to Channel
</a>
<a href="https://discord.gg/jkUKw2cBxX" class="btn btn-outline-light btn-lg me-3" target="_blank">
<i class="fab fa-discord"></i> Join Discord
</a>
<a href="documents/index.html" class="btn btn-outline-light btn-lg">
<i class="fas fa-book"></i> Browse Documents
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-dark text-light py-4">
<div class="container">
<div class="row">
<div class="col-md-6">
<h5><i class="fas fa-shield-alt"></i> Telecom Security Library</h5>
<p class="text-light-50">Comprehensive resources for telecom security professionals, researchers,
and enthusiasts.</p>
<div class="social-links">
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" class="text-light-50 me-3"
target="_blank">
<i class="fab fa-youtube fa-lg"></i>
</a>
<a href="https://discord.gg/jkUKw2cBxX" class="text-light-50 me-3" target="_blank">
<i class="fab fa-discord fa-lg"></i>
</a>
<a href="https://www.linkedin.com/company/telco-sec/" class="text-light-50" target="_blank">
<i class="fab fa-linkedin fa-lg"></i>
</a>
</div>
</div>
<div class="col-md-3">
<h6>Quick Links</h6>
<ul class="list-unstyled">
<li><a href="index.html" class="text-light-50">Home</a></li>
<li><a href="documents/index.html" class="text-light-50">Documents</a></li>
<li><a href="videos.html" class="text-light-50">Videos</a></li>
<li><a href="tools.html" class="text-light-50">Tools</a></li>
</ul>
</div>
<div class="col-md-3">
<h6>Resources</h6>
<ul class="list-unstyled">
<li><a href="about.html" class="text-light-50">About</a></li>
<li><a href="images.html" class="text-light-50">Images</a></li>
<li><a href="sitemap.xml" class="text-light-50">Sitemap</a></li>
<li><a href="robots.txt" class="text-light-50">Robots</a></li>
</ul>
</div>
</div>
<hr class="my-4">
<div class="row">
<div class="col-md-6">
<p class="text-light-50 mb-0">© 2024 Telecom Security Library. All rights reserved.</p>
</div>
<div class="col-md-6 text-md-end">
<p class="text-light-50 mb-0">Research by <strong>RFS</strong> - Telecom Security Research</p>
</div>
</div>
</div>
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom JS -->
<script src="src/js/script.js"></script>
<script src="src/js/tools-script.js"></script>
<!-- AdSense Configuration -->
<script src="src/js/adsense-config.js"></script>
</body>
</html>