179.150.65.89
Copy IP
Open Ports
3
Unique Services
3
CVEs
0
TLS Services
0
| Port | Protocol | Service | Product | Version | OS | Scan Date |
|---|---|---|---|---|---|---|
| 21 | ftp | QNX ftpd | 20081216 | QNX | Feb. 24, 2026 | |
| 80 | ventrilo | Ventrilo | 2.1.2+ | - | Feb. 22, 2026 | |
| 23 | telnet | Telnet | - | - | Feb. 22, 2026 |
Port 21
ftp
Copy
220 179-150-65-89.user.vivozap.com.br FTP server (QNXNTO-ftpd 20081216) ready.
Port 80
ventrilo
Copy
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 10874
Connection: close
Date: Sun, 22 Feb 2026 07:05:19 GMT
Server: lighttpd/1.4.58
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
USR-G805
</title>
<link type="text/css" rel="stylesheet" href="style/style.css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/xhr.js"></script>
<script type="text/javascript" src="js/usr.js"></script>
<script id="language" type="text/javascript" src="js/lan/i18n.js"
data="en"></script>
<script type="text/javascript" src="js/public.js"></script>
<script type="text/javascript">
function get_dev_info() {
$.ajax({
type: "post",
url: "/cgi-bin/webservice.fcgi?so/getDevStatus",
data: JSON.stringify("[]"),
dataType: "json",
contentType: "application/json",
async: true,
timeout: 3000,
scriptCharset: "utf-8",
error: function (result) {
console.log("err:" + result);
},
success: function (result) {
// var result = JSON.parse(result);
var dev_status = result.data.dev_status;
var cell_status = result.data.cell_status;
var dhcp_status = result.data.dhcp_status;
if ((dev_status) && (typeof dev_status != "undefined")) {
update_dev(dev_status);
}
if ((cell_status) && (typeof cell_status != "undefined")) {
update_network(cell_status);
}
if ((dhcp_status) && (typeof dhcp_status != "undefined")) {
update_leases(dhcp_status);
}
}
});
}
function init() {
var tr = $("<tr></tr>");
var th = $("<th></th>");
th.html(lang.index.hostname);
tr.append(th);
var th = $("<th></th>");
th.html(lang.index.ipv4_addr);
tr.append(th);
var th = $("<th></th>");
th.html(lang.index.mac_addr);
tr.append(th);
var th = $("<th></th>");
th.html(lang.index.lease_time);
tr.append(th);
$("#lease_status_table").html(tr);
get_dev_info();
window.setInterval(function () {
var stat = localStorage.getItem("auto_ajax_on");
if (stat == "off") return;
get_dev_info();
}, 5000);
$("#bg").hide();
}
function update_dev(info) {
$("#dev_status").html("");
var tr = $("<tr></tr>");
var td = $("<td></td>");
td.html(lang.index.hostname);
tr.html(td);
if ((info.hostname) && (typeof info.hostname != "undefined")) {
var td = $("<td></td>");
td.html(info.hostname);
tr.append(td);
$("#dev_status").append(tr);
}
var tr = $("<tr></tr>");
var td = $("<td></td>");
td.html(lang.index.firmware_version);
tr.append(td);
if ((info.version) && (typeof info.version != "undefined")) {
var td = $("<td></td>");
td.html(info.version);
tr.append(td);
$("#dev_status").append(tr);
}
var tr = $("<tr></tr>");
var td = $("<td></td>");
td.html("SN");
tr.append(td);
if ((info.sn) && (typeof info.sn != "undefined")) {
var td = $("<td></td>");
td.html(info.sn);
tr.append(td);
$("#dev_status").append(tr);
}
var tr = $("<tr></tr>");
var td = $("<td style='width:35%;'></td>");
td.html(lang.index.local_time);
tr.append(td);
if ((info.date) && (typeof info.date != "undefined")) {
var td = $("<td></td>");
td.html(info.date);
tr.append(td);
$("#dev_status").append(tr);
}
var tr = $("<tr></tr>");
var td = $("<td></td>");
td.html(lang.index.run_time);
tr.append(td);
if ((info.uptime) && (typeof info.uptime != "undefined")) {
var td = $("<td></td>");
td.html(format_time(info.uptime));
tr.append(td);
$("#dev_status").append(tr);
}
var tr = $("<tr></tr>");
var td = $("<td></td>");
td.html(lang.index.average_load);
tr.append(td);
if ((info.aver
Port 23
telnet
Copy
IAC negotiation (12 bytes)
No vulnerabilities found.
No TLS/SSL services found.