Skip to content

www.knowbook.com #720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 182 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>HUMAN RIGHTS</title>
<style>

body {
background-position: center;
background-repeat: repeat-x;
background-attachment: fixed;
background-image: url('index.jpg');
background-color: black;
}





.mark {
text-align: center;
background-color: rgba(44, 17, 8, 0.788);
color: rgba(255, 11, 11, 0.932);
}

#first {
color: antiquewhite;
}

.aqua {
font-size: large;
font-style: normal;
font-weight: bold;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
text-align: left;
color: burlywood;
}

.mega {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: bold;
font-size: medium;
text-align: left;
color: coral;

}
.log{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: bold;
font-size: 15px;
text-align: left;
color: rgba(238, 182, 0, 0.911);
}
.mini{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: bold;
font-size: 12px;
text-align: left;
color: bisque;

}
.mo{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: bold;
font-size: 12px;
text-align: left;
color: bisque;


}
.my{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: bold;
font-size: 13px;
text-align: left;
color: bisque;

}
.aq{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: bold;
font-size: 22px;
text-align: left;
color: rgba(255, 112, 17, 0.863);
}
</style>
</head>

<body>
<header>

<div class="mark">
<h1>
DARK HACKING
</h1>

</div>
</header>
<pre>
<div class="aq">🔍 What is Dark Hacking? </div>
<div class="my">
Dark hacking" isn't an official cybersecurity term, but it's often used to describe **malicious hacking**—unauthorized
access or manipulation of systems, networks for personal gain or harm.</div>
</pre>

<pre>
<main>
<div class="mega">💻 Types of Dark Hacking Activities:</div>

<div class="log"> 1. **Data Breaches**</div>
<div class="mini">
- Breaking into databases to steal sensitive information (emails, passwords, credit card info, etc.).
- These get sold on the **dark web** or used for identity theft and fraud.</div>

<div class="log">2. **Ransomware Attacks** </div>
<div class="mini">
- Hackers encrypt a victim's files and demand a ransom (usually in crypto) for decryption.
- Common targets: hospitals, corporations, government agencies.</div>

<div class="log"> 3. **Phishing and Social Engineering**</div>
<div class="mini"> - Tricking people into giving up login credentials or personal data via fake emails, websites, or messages.
</div>
<div class="log">4. **DDoS Attacks (Distributed Denial-of-Service)**</div>
<div class="mini">- Overwhelming a website or server with traffic to take it offline.</div>

<div class="log">5. **Creating or Spreading Malware**</div>
<div class="mini"> - Writing malicious code designed to damage, disrupt, or spy on systems (like keyloggers, trojans, etc.).
</div>
<div class="log"> 6. **Cryptojacking**</div>
<div class="mini"> - Hijacking someone's computer resources to mine cryptocurrency without their consent.
</div>

<div class="aqua"> 👤 Who Are the Dark Hackers ? </div>
<div class="mo">
They're often called **black hat hackers**. Unlike **white hat hackers** (ethical hackers), black hats break laws for personal
gain, financial profit, revenge, or political agendas.

Some operate solo, others are part of **cybercrime syndicates** or even **state-sponsored hacker groups**.

</div>

<div class="aqua">🌐 Connection to the Dark Web </div>
<div class="mo">
Dark hacking and the **dark web** are closely connected. Stolen data, hacking tools, zero-day exploits, and illicit services
(like hacking-for-hire) are often traded there.</div>


<div class="aqua">⚠️ Legal and Ethical Note:</div>
<div class="mo">
Engaging in any kind of dark hacking is illegal in almost every country. Even dabbling in "just learning" with the wrong tools
or intentions can get you into serious trouble.</div>


<div class="mo">
If you're curious about hacking in a positive, legal way, look into **ethical hacking**, **penetration testing**, or cybersecurity
careers. Let me know if you want resources on that path.
Are you asking out of curiosity, research, storytelling, or something else?></div>

</pre>


</p>
</div>


<small>this small tag do you what is it</small>

<span id="first">


</span>
</main>
<footer>

</footer>
</body>


</html>