-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTools.html
More file actions
138 lines (125 loc) · 6.25 KB
/
Tools.html
File metadata and controls
138 lines (125 loc) · 6.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tools — Huffles IT Services</title>
<style>
body {
background-color: #0A0A0A;
color: #FFFFFF;
font-family: 'Segoe UI', sans-serif;
padding: 40px 20px;
text-align: center;
}
h1, h2 {
color: #0F52BA;
margin-bottom: 20px;
}
.section {
margin-bottom: 60px;
}
table {
margin: 0 auto;
max-width: 1000px;
border-collapse: collapse;
width: 100%;
}
th, td {
border: 1px solid #0F52BA;
padding: 12px;
text-align: left;
background-color: #111111;
vertical-align: top;
}
th {
background-color: #0F52BA;
color: #FFFFFF;
}
td:first-child {
width: 250px;
white-space: nowrap;
}
footer {
margin-top: 60px;
font-size: 0.9em;
color: #FFFFFF;
}
.back-button {
display: inline-block;
margin-top: 20px;
padding: 12px 24px;
background-color: #0F52BA;
color: #FFFFFF;
text-decoration: none;
border-radius: 6px;
font-weight: bold;
}
.back-button:hover {
background-color: #FFFFFF;
color: #0F52BA;
}
</style>
</head>
<body>
<h1>Tools</h1>
<h2>Grouped by OS and Function</h2>
<div class="section">
<h2>🖥️ Windows Tools</h2>
<table>
<thead><tr><th>Tool</th><th>OS</th><th>Purpose</th></tr></thead>
<tbody>
<tr><td>CCleaner</td><td>Windows</td><td>Cleans temp files, browser cache, and registry clutter</td></tr>
<tr><td>Speccy</td><td>Windows</td><td>Displays detailed system specs and temperatures</td></tr>
<tr><td>Rufus</td><td>Windows</td><td>Creates bootable USB drives from ISO files</td></tr>
<tr><td>WinDirStat</td><td>Windows</td><td>Visualizes disk usage with color-coded blocks</td></tr>
<tr><td>BitLocker</td><td>Windows</td><td>Encrypts entire drives for data protection</td></tr>
<tr><td>Windows Defender</td><td>Windows</td><td>Built-in antivirus and firewall</td></tr>
<tr><td>Netsh</td><td>Windows</td><td>CLI tool to manage Windows network settings</td></tr>
</tbody>
</table>
</div>
<div class="section">
<h2>🍎 macOS Tools</h2>
<table>
<thead><tr><th>Tool</th><th>OS</th><th>Purpose</th></tr></thead>
<tbody>
<tr><td>Disk Utility</td><td>macOS</td><td>Manages partitions and disk repairs</td></tr>
<tr><td>FileVault</td><td>macOS</td><td>Encrypts macOS system drive</td></tr>
<tr><td>Little Snitch</td><td>macOS</td><td>Monitors and controls outgoing network connections</td></tr>
<tr><td>Homebrew</td><td>macOS</td><td>Package manager for installing CLI tools</td></tr>
<tr><td>Terminal + ping/traceroute</td><td>macOS</td><td>Built-in CLI for network diagnostics</td></tr>
</tbody>
</table>
</div>
<div class="section">
<h2>🐧 Linux Tools</h2>
<table>
<thead><tr><th>Tool</th><th>OS</th><th>Purpose</th></tr></thead>
<tbody>
<tr><td>UFW</td><td>Linux</td><td>Simple firewall configuration tool</td></tr>
<tr><td>LUKS</td><td>Linux</td><td>Encrypts partitions and drives</td></tr>
<tr><td>APT</td><td>Linux (Debian/Ubuntu)</td><td>Package manager for installing software</td></tr>
<tr><td>YUM/DNF</td><td>Linux (RHEL/Fedora)</td><td>Package managers for Red Hat-based systems</td></tr>
<tr><td>Terminal + ping/traceroute</td><td>Linux</td><td>Built-in CLI for network diagnostics</td></tr>
</tbody>
</table>
</div>
<div class="section">
<h2>🌐 Cross-Platform Tools</h2>
<table>
<thead><tr><th>Tool</th><th>OS</th><th>Purpose</th><th>Access & Pricing</th></tr></thead>
<tbody>
<tr><td>Malwarebytes</td><td>Windows, macOS, Android</td><td>Detects and removes malware, adware, and PUPs</td><td>✅ Free version available. Paid plans start at ~$45/year</td></tr>
<tr><td>VeraCrypt</td><td>Windows, macOS, Linux</td><td>Encrypts files, partitions, and full disks</td><td>🚫 No account required. Fully free and open-source</td></tr>
<tr><td>KeePassXC</td><td>Windows, macOS, Linux</td><td>Local password vault with strong encryption</td><td>🚫 No account required. Fully free and open-source</td></tr>
<tr><td>Bitwarden</td><td>Windows, macOS, Linux, mobile</td><td>Secure cloud-based password manager</td><td>✅ Account required. Free tier available. Paid plans start at ~$10/year</td></tr>
<tr><td>Wireshark</td><td>Windows, macOS, Linux</td><td>Captures and analyzes network packets</td><td>🚫 No account required. Fully free and open-source</td></tr>
<tr><td>Angry IP Scanner</td><td>Windows, macOS, Linux</td><td>Scans IP ranges and ports quickly</td><td>🚫 No account required. Fully free and open-source</td></tr>
<tr><td>VS Code</td><td>Windows, macOS, Linux</td><td>Lightweight code editor with extensions</td><td>🚫 No account required. Free from Microsoft</td></tr>
<tr><td>Git</td><td>Windows, macOS, Linux</td><td>Version control system for tracking code changes</td><td>🚫 No account required. Fully free and open-source</td></tr>
<tr><td>Postman</td><td>Windows, macOS, Linux</td><td>API testing and automation platform</td><td>✅ Account required. Free tier available. Paid plans start at ~$12/month</td></tr>
<tr><td>PowerShell Core</td><td>Windows, macOS, Linux</td><td>Cross-platform CLI for scripting and automation</td><td>🚫 No account required. Free from Microsoft</td></tr>
<tr><td>Maltego</td><td>Windows, macOS, Linux</td><td>Graph-based OSINT tool for mapping relationships between people, domains, IPs, and more</td><td>✅ Account required. Free Community Edition available. Paid plans start at ~$1,000/year</td></tr>
<tr><td>theHarvester</td><td>Windows, macOS, Linux</td><td>CLI tool for gathering emails, subdomains, and hostnames from public sources</td><td>🚫 No account required. Fully free and open-source</td></tr>
<tr><td>SpiderFoot</td><td>Windows, macOS, Linux</td><td>Automated OSINT scanner for domains, IPs, usernames, and more</td><td>✅ Account optional. Free version available. Paid plans start at ~$50/month</td