40.172.204.244
Copy IP
Open Ports
2
Unique Services
2
CVEs
0
TLS Services
0
| Port | Protocol | Service | Product | Version | OS | Scan Date |
|---|---|---|---|---|---|---|
| 22 | ssh | OpenSSH | 9.6p1 Ubuntu 3ubuntu13.14 | Linux | Feb. 24, 2026 | |
| 80 | http | nginx | 1.24.0 | Linux | Feb. 23, 2026 |
Port 22
ssh
Copy
SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.14
Port 80
http
Copy
HTTP/1.1 200 OK
Server: nginx/1.24.0 (Ubuntu)
Date: Mon, 23 Feb 2026 11:01:51 GMT
Content-Type: text/html
Content-Length: 4427
Last-Modified: Fri, 20 Feb 2026 08:43:42 GMT
Connection: close
ETag: "69981ebe-114b"
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: geolocation=(), microphone=(), camera=()
Accept-Ranges: bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TupicChain</title>
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: linear-gradient(135deg, #0a0e1a 0%, #0d1526 50%, #0a1628 100%);
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container {
text-align: center;
padding: 40px;
}
.logo {
font-family: 'Permanent Marker', cursive;
font-size: 5rem;
color: #00e5cc;
text-shadow:
0 0 10px rgba(0, 229, 204, 0.5),
0 0 20px rgba(0, 229, 204, 0.3),
0 0 30px rgba(0, 229, 204, 0.2);
letter-spacing: 5px;
margin-bottom: 15px;
animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
from {
text-shadow:
0 0 10px rgba(0, 229, 204, 0.5),
0 0 20px rgba(0, 229, 204, 0.3),
0 0 30px rgba(0, 229, 204, 0.2);
}
to {
text-shadow:
0 0 15px rgba(0, 229, 204, 0.7),
0 0 25px rgba(0, 229, 204, 0.5),
0 0 35px rgba(0, 229, 204, 0.3);
}
}
.tagline {
color: #6f84aa;
font-size: 14px;
margin-bottom: 25px;
letter-spacing: 2px;
}
.divider {
width: 450px;
height: 4px;
background: linear-gradient(90deg, transparent, #00e5cc, transparent);
margin: 0 auto 35px auto;
border-radius: 2px;
}
.nav-links {
display: flex;
justify-content: center;
gap: 25px;
flex-wrap: wrap;
max-width: 700px;
}
.nav-links a {
color: #00e5cc;
text-decoration: none;
font-size: 1rem;
font-weight: 500;
letter-spacing: 1px;
transition: all 0.3s ease;
padding: 10px 18px;
border-radius: 6px;
position: relative;
border: 1px solid transparent;
}
.nav-links a:not(.disabled):hover {
color: #ffffff;
background: rgba(0, 229, 204, 0.15);
border-color: rgba(0, 229, 204, 0.3);
transform: translateY(-2px);
}
.nav-links a.disabled {
color: #4a5568;
cursor: not-allowed;
pointer-events: none;
}
body::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
radial-gradient(circle at 20% 80%, rgba(0, 229, 204, 0.03) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(0, 229, 204, 0.03) 0%, transparent 50%);
pointer-events: none;
z-index: -1;
}
@media (max-width: 600px) {
.logo { font-size: 3rem; }
.divider { width: 90%; }
.nav-links {
No vulnerabilities found.
No TLS/SSL services found.