cavuoto-labs.dev Review
cavuoto-labs.dev Review
| Titletag | Descriptiontag | language |
|---|
| CyberSecurity Lab | |
Italian |
| Ip adress | 151.33.248.230 | Nameserver | nsany2.infomaniak.com nsany1.infomaniak.com |
Status code | 200 |
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CyberSecurity Lab</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: linear-gradient(135deg, #0b1a2e, #0a0f1e);
color: #fff;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.container {
max-width: 800px;
margin: 2rem;
padding: 3rem;
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
border-radius: 20px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
border: 1px solid rgba(255, 255, 255, 0.1);
}
h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
color: #4af0ff;
text-align: center;
}
.subtitle {
text-align: center;
color: #a0a0a0;
margin-bottom: 2.5rem;
font-size: 1.1rem;
}
.info-box {
background: rgba(0, 0, 0, 0.3);
border-radius: 12px;
padding: 1.5rem;
margin-bottom: 2rem;
border-left: 4px solid #4af0ff;
}
.info-box p {
margin-bottom: 0.8rem;
line-height: 1.6;
color: #ddd;
}
.info-box p:last-child {
margin-bottom: 0;
}
.highlight {
color: #4af0ff;
font-weight: 500;
}
.tools {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
margin: 2rem 0;
}
.tool {
background: rgba(74, 240, 255, 0.1);
border: 1px solid rgba(74, 240, 255, 0.3);
padding: 0.5rem 1.2rem;
border-radius: 25px;
font-size: 0.9rem;
color: #4af0ff;
}
.contact {
text-align: center;
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact p {
color: #a0a0a0;
margin-bottom: 1rem;
}
.email {
display: inline-block;
padding: 0.8rem 2rem;
background: rgba(74, 240, 255, 0.1);
border: 1px solid #4af0ff;
border-radius: 8px;
color: #4af0ff;
text-decoration: none;
font-weight: 500;
transition: all 0.3s;
}
.email:hover {
background: #4af0ff;
color: #0a0f1e;
}
@media (max-width: 600px) {
.container {
margin: 1rem;
padding: 1.5rem;
}
h1 {
font-size: 2rem;
}
}
</style>
</head>
<body>
<div class="container">
<h1>🔐 CyberSecurity Lab</h1>
<div class="subtitle">Laboratorio di sicurezza informatica</div>
<div class="info-box">
<p><span class="highlight">Chi siamo:</span> Un gruppo di ricercatori e professionisti appassionati di cybersecurity.</p>
<p><span class="highlight">Cosa facciamo:</span> Test di penetrazione, analisi malware, e ricerca su vulnerabilità.</p>
<p><span class="highlight">Ambiente:</span> Laboratorio isolato e sicuro per test e sperimentazioni.</p>
</div>
<div style="text-align: center; margin: 2rem 0;">
<p style="color: #a0a0a0; margin-bottom: 1rem;">Alcuni strumenti che utilizziamo:</p>
<div class="tools">
<span class="tool">Kali Linux</span>
<span class="tool">Wireshark</span>
<span class="tool">Metasploit</span>
<span class="tool">Nmap</span>
<span class="tool">Burp Suite</span>
<span class="tool">Python</span>
</div>
</div>
<div class="contact">
<p>📧 Per informazioni o collaborazioni:</p>
<a href="mailto:info@cyberlab.it" class="email">info@cyberlab.it</a>
</div>
</div>
</body>
</html>HTTP/1.1 200 OK
Server: openresty
Date: Wed, 25 Feb 2026 15:28:33 GMT
Content-Type: text/html
Last-Modified: Sat, 21 Feb 2026 17:00:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
ETag: W/"6999e490-117e"
Content-Encoding: gzip