Skip to content

Commit 559431d

Browse files
committed
updated tool
1 parent 77caf10 commit 559431d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/page-maker.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def create_html_files(source_folder, destination_folder):
2929
<head>
3030
<meta charset="UTF-8">
3131
<meta name="viewport" content="width=device-width, initial-scale=1.0">
32-
<title>{folder_name} - Malware Education Hub</title>
32+
<title>{folder_name} - Cybersight Malware Samples</title>
3333
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
3434
<link rel="stylesheet" href="../styles/main.css">
3535
<link rel="icon" href="../assets/icons/favicon.ico" type="image/x-icon">
@@ -43,9 +43,9 @@ def create_html_files(source_folder, destination_folder):
4343
4444
<header>
4545
<nav>
46-
<a href="../index.html" class="logo">Malware Education Hub</a>
46+
<a href="../index.html" class="logo">Cybersight Malware Samples</a>
4747
<div class="nav-links">
48-
<a href="https://github.com/ThatSINEWAVE/Malware-Samples">GitHub</a>
48+
<a href="https://github.com/Cybersight-Security/Malware-Samples">GitHub</a>
4949
<a href="https://ko-fi.com/thatsinewave">Support</a>
5050
<a href="https://discord.com/invite/2nHHHBWNDw">Discord</a>
5151
<div class="search-container">
@@ -96,12 +96,12 @@ def create_html_files(source_folder, destination_folder):
9696
<p>The maintainer and contributors of this repository, both past, present, and future, are not responsible for any loss of data, system damage, or other consequences resulting from the mishandling of the samples provided herein. Caution is advised when testing any file present in this repository.</p>
9797
</section>
9898
99-
<a href="https://github.com/ThatSINEWAVE/Malware-Samples/tree/main/Samples/{folder_name}" class="github-link">View Sample on GitHub</a>
99+
<a href="https://github.com/Cybersight-Security/Malware-Samples/tree/main/Samples/{folder_name}" class="github-link">View Sample on GitHub</a>
100100
101101
</main>
102102
103103
<footer>
104-
<p>Malware Education Hub</p>
104+
<p>2025 Cybersight Malware Samples</p>
105105
</footer>
106106
107107
<script src="../js/script.js"></script>

0 commit comments

Comments
 (0)