Skip to content

Commit

Permalink
Create stealer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSINEWAVE committed May 3, 2024
1 parent aad552e commit 3abfab8
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions docs/stealer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RAT (Remote Access Trojan) - Malware Education Hub</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="icon" href="assets/icons/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="site-data/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
</head>

<body>

<header>
<nav>
<a href="../index.html" class="logo">Malware Education Hub</a>
<div class="nav-links">
<a href="https://github.com/ThatSINEWAVE/Malware-Samples">GitHub</a>
<a href="https://ko-fi.com/thatsinewave">Support</a>
<a href="https://discord.com/invite/2nHHHBWNDw">Discord</a>
</div>
</nav>
</header>

<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Info Stealers</li>
</ol>
</nav>

<main>
<section class="box category-info">
<h2>Info Stealers</h2>
<p>Info stealers, also known as data-stealing malware, are malicious programs designed to covertly harvest sensitive information from infected systems. These threats target a wide range of data, including login credentials, financial details, personal identification information (PII), and intellectual property.</p>
<p>Info stealers often operate stealthily, minimizing their footprint to avoid detection by security software.</p>
</section>

<h2 class="article-heading">Info Stealer Samples</h2>
<section class="category-list">
<div class="article-row">
<div class="article-info">
<h3>Name of the file goes here</h3>
<p>Short and simple description goes here</p>
</div>
<a href="pages/page1.html" class="article-link">Read More</a>
</div>
</section>
</main>

<footer>
<p>2024 Malware Education Hub</p>
</footer>

</body>

</html>

0 comments on commit 3abfab8

Please sign in to comment.