---
title: "1026 - Rusersd"
weight: 1026
date: "2026-03-10T10:03:28+08:00"
lastmod: "2026-03-10T13:26:55+08:00"
---

💡 **学习提示**: 本文档介绍 **1026 - rusersd** 的渗透测试方法，适合信息安全初学者和从业人员参考。

⚠️ **法律声明**: 本文档仅供学习和授权测试使用。未经授权的系统测试可能违反法律法规。

---

> ⚠️ **法律声明**: 本文档仅供学习和授权测试使用。未经授权的系统测试可能违反法律法规。

## 1026 - 渗透测试 Rusersd

### 基本信息

This protocol will provide you the usernames of the host. You may be able to find this services listed by the port-mapper service like this:

![](<../images/image (1041).png>)

#### 信息收集

```
root@kali:~# apt-get install rusers
root@kali:~# rusers -l 192.168.10.1
Sending broadcast for rusersd protocol version 3...
Sending broadcast for rusersd protocol version 2...
tiff       potatohead:console         Sep  2 13:03   22:03
katykat    potatohead:ttyp5           Sep  1 09:35      14
```

---

---

---


### 搜索引擎语法

#### FOFA

```bash
# FOFA 搜索语法
port="1026"
```

#### Shodan

```bash
# Shodan 搜索语法
port:1026
```

#### ZoomEye

```bash
# ZoomEye 搜索语法
port:1026
```

---

## 📖 参考资料

- [HackTricks - 1026-rusersd](https://book.hacktricks.wiki/en/network-services-pentesting/1026-rusersd.html)

