192.0.135.41
Copy IP
Open Ports
3
Unique Services
3
CVEs
0
TLS Services
0
| Port | Protocol | Service | Product | Version | OS | Scan Date |
|---|---|---|---|---|---|---|
| 23 | telnet | Synchronet BBS | 3.19 | Linux | Feb. 23, 2026 | |
| 22 | ssh | OpenSSH | 9.6p1 Ubuntu 3ubuntu13.11 | Linux | Feb. 22, 2026 | |
| 80 | ventrilo | Ventrilo | 2.1.2+ | - | Feb. 22, 2026 |
Port 23
telnet
Copy
Synchronet BBS for Linux Version 3.19 Telnet connection from: 62.210.113.33 Resolving hostname...
Port 22
ssh
Copy
SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.11
Port 80
ventrilo
Copy
HTTP/1.1 200 OK
Date: Sun, 22 Feb 2026 11:24:44 GMT
Server: Apache/2.4.58 (Ubuntu)
Last-Modified: Fri, 14 Mar 2025 15:27:05 GMT
ETag: "586-6304f122c2379"
Accept-Ranges: bytes
Content-Length: 1414
Vary: Accept-Encoding
Connection: close
Content-Type: text/html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Centered Image & Autoplay Video</title>
<style>
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
background-color: black;
}
.video-container {
position: relative;
width: 90%;
padding-top: 50.625%; /* 16:9 aspect ratio */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="video-container">
<div id="player"></div>
</div>
<script>
var player;
function onYouTubePlayerAPIReady() {
player = new YT.Player('player', {
videoId: 'MAgnTREVCXk',
playerVars: { 'autoplay': 1, 'controls': 1, 'mute': 1 },
events: {
'onReady': onPlayerReady
}
});
}
function onPlayerReady(event) {
event.target.playVideo();
}
</script>
<script src="https://www.youtube.com/iframe_api"></script>
</body>
</html>
No vulnerabilities found.
No TLS/SSL services found.