-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (95 loc) · 6.24 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hacking Tools Script Repository</title>
</head>
<body style="background-color: #000; color: #0f0; font-family: 'Courier New', Courier, monospace; margin: 0; padding: 0;">
<header style="text-align: center; padding: 20px; border-bottom: 1px solid #0f0;">
<h1 style="font-size: 2.5rem; text-shadow: 0 0 8px #0f0;">Hacking Tools Script Repository</h1>
<p style="font-size: 1.2rem; color: #0a0; text-shadow: 0 0 5px #0f0;">
Welcome to the ultimate repository for hacking tools! Learn ethical hacking and cybersecurity with hands-on scripts.
</p>
</header>
<main style="padding: 20px;">
<section id="about" style="margin-bottom: 30px;">
<h2 style="text-shadow: 0 0 5px #0f0;">About</h2>
<p>
This repository contains a collection of scripts developed by <strong>hackerwhale</strong>.
These tools are designed for educational purposes to demonstrate key cybersecurity concepts.
</p>
</section>
<section id="tools" style="margin-bottom: 30px;">
<h2 style="text-shadow: 0 0 5px #0f0;">Available Tools</h2>
<ul style="list-style-type: none; padding: 0;">
<li style="margin-bottom: 20px; border: 1px solid #0f0; padding: 15px; border-radius: 8px;">
<a href="https://github.com/hackerwhale/Hacking-Tools/blob/main/SHA256-password-cracking.py"
target="_blank" style="color: #0f0; text-decoration: none; font-weight: bold;">
SHA256 Password Cracking Script
</a>
<p style="margin: 5px 0;">Tool for cracking passwords hashed with SHA256.</p>
<a href="https://github.com/hackerwhale/Hacking-Tools/blob/main/SHA256-password-cracking.py"
download style="background-color: #0a0; color: #000; padding: 10px 20px; text-decoration: none;
border-radius: 5px; font-weight: bold; display: inline-block;">Download</a>
</li>
<li style="margin-bottom: 20px; border: 1px solid #0f0; padding: 15px; border-radius: 8px;">
<a href="https://github.com/hackerwhale/Hacking-Tools/blob/main/port-scanner.py"
target="_blank" style="color: #0f0; text-decoration: none; font-weight: bold;">
Port Scanner
</a>
<p style="margin: 5px 0;">Script for scanning open ports on a target machine.</p>
<a href="https://github.com/hackerwhale/Hacking-Tools/blob/main/port-scanner.py"
download style="background-color: #0a0; color: #000; padding: 10px 20px; text-decoration: none;
border-radius: 5px; font-weight: bold; display: inline-block;">Download</a>
</li>
<li style="margin-bottom: 20px; border: 1px solid #0f0; padding: 15px; border-radius: 8px;">
<a href="https://github.com/hackerwhale/Hacking-Tools/blob/main/ssh-login-bruteforcing-script.py"
target="_blank" style="color: #0f0; text-decoration: none; font-weight: bold;">
SSH Login Bruteforce Script
</a>
<p style="margin: 5px 0;">Tool to brute-force SSH logins.</p>
<a href="https://github.com/hackerwhale/Hacking-Tools/blob/main/ssh-login-bruteforcing-script.py"
download style="background-color: #0a0; color: #000; padding: 10px 20px; text-decoration: none;
border-radius: 5px; font-weight: bold; display: inline-block;">Download</a>
</li>
<li style="margin-bottom: 20px; border: 1px solid #0f0; padding: 15px; border-radius: 8px;">
<a href="https://github.com/hackerwhale/Hacking-Tools/blob/main/web-login-from-bruteforcing.py"
target="_blank" style="color: #0f0; text-decoration: none; font-weight: bold;">
Web Login Bruteforce Script
</a>
<p style="margin: 5px 0;">Tool for brute-forcing web login forms.</p>
<a href="https://github.com/hackerwhale/Hacking-Tools/blob/main/web-login-from-bruteforcing.py"
download style="background-color: #0a0; color: #000; padding: 10px 20px; text-decoration: none;
border-radius: 5px; font-weight: bold; display: inline-block;">Download</a>
</li>
</ul>
</section>
<section id="features" style="margin-bottom: 30px;">
<h2 style="text-shadow: 0 0 5px #0f0;">Key Features</h2>
<ul>
<li>Educational Resources: Hands-on experience with ethical hacking concepts.</li>
<li>Comprehensive Documentation: Detailed usage instructions for each script.</li>
<li>Ethical Hacking Concepts: Covers reconnaissance, exploitation, and more.</li>
</ul>
</section>
<section id="getting-started" style="margin-bottom: 30px;">
<h2 style="text-shadow: 0 0 5px #0f0;">Getting Started</h2>
<p>Clone the repository to your local machine:</p>
<pre style="background-color: #111; color: #0f0; padding: 10px; border-radius: 5px; font-size: 1.1rem;">
git clone https://github.com/hackerwhale/hacking-tools-script.git
</pre>
</section>
<section id="getting-started" style="margin-bottom: 30px;">
<h2 style="text-shadow: 0 0 5px #0f0;">Join Our Community</h2>
<p>Link:</p>
<pre style="background-color: #111; color: #0f0; padding: 10px; border-radius: 5px; font-size: 1.1rem;">
https://t.me/cybersecuritybyhackerwhale
</pre>
</section>
</main>
<footer style="text-align: center; padding: 20px; border-top: 1px solid #0f0; color: #0a0;">
<p>© 2024 Powered by <a href="https://pradipbahadurkarki.com.np" target="_blank" style="color: #0f0; text-decoration: none;">Cybersecurity by hackerwhale</a></p>
</footer>
</body>
</html>