2024-02-08 22:20:49 +00:00
# 5800,5801,5900,5901 - 渗透测试 VNC
2022-04-28 16:01:33 +00:00
< details >
2024-02-08 22:20:49 +00:00
< summary > < strong > 从零开始学习 AWS 黑客技术,成为专家< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE( HackTricks AWS 红队专家)< / strong > < / a > < strong > ! < / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-02-08 22:20:49 +00:00
支持 HackTricks 的其他方式:
2022-04-28 16:01:33 +00:00
2024-02-09 08:58:25 +00:00
* 如果您想看到您的**公司在 HackTricks 中做广告**或**下载 PDF 版本的 HackTricks**,请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
2024-02-08 22:20:49 +00:00
* 获取[**官方 PEASS & HackTricks 商品**](https://peass.creator-spring.com)
* 探索[**PEASS 家族**](https://opensea.io/collection/the-peass-family),我们的独家[**NFTs**](https://opensea.io/collection/the-peass-family)
2024-02-09 08:58:25 +00:00
* **加入** 💬 [**Discord 群组** ](https://discord.gg/hRep4RUj7f ) 或 [**电报群组** ](https://t.me/peass ) 或在 **Twitter** 🐦 [**@carlospolopm** ](https://twitter.com/hacktricks_live )** 上**关注我们。
2024-02-08 22:20:49 +00:00
* 通过向 [**HackTricks** ](https://github.com/carlospolop/hacktricks ) 和 [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github 仓库提交 PR 来分享您的黑客技巧。
2022-04-28 16:01:33 +00:00
< / details >
2023-08-03 19:12:22 +00:00
## 基本信息
2020-07-15 15:43:14 +00:00
2024-02-08 22:20:49 +00:00
**虚拟网络计算( VNC) **是一种强大的图形化桌面共享系统,利用**远程帧缓冲( RFB) **协议实现远程控制和与另一台计算机的协作。使用 VNC, 用户可以通过双向传输键盘和鼠标事件与远程计算机无缝交互。这使得实时访问成为可能, 并促进了通过网络进行高效远程协助或协作。
2020-07-15 15:43:14 +00:00
2024-02-08 22:20:49 +00:00
VNC 通常使用端口**5800 或 5801 或 5900 或 5901**。
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
PORT STATE SERVICE
5900/tcp open vnc
```
2023-08-03 19:12:22 +00:00
## 枚举
```bash
nmap -sV --script vnc-info,realvnc-auth-bypass,vnc-title -p < PORT > < IP >
msf> use auxiliary/scanner/vnc/vnc_none_auth
```
### [**暴力破解**](../generic-methodologies-and-resources/brute-force.md#vnc)
2020-07-15 15:43:14 +00:00
2024-02-08 22:20:49 +00:00
## 使用Kali连接到VNC
2023-08-03 19:12:22 +00:00
```bash
vncviewer [-passwd passwd.txt] < IP > ::5901
```
2024-02-08 22:20:49 +00:00
## 解密 VNC 密码
2020-07-15 15:43:14 +00:00
2024-02-08 22:20:49 +00:00
默认**密码存储在**: \~/.vnc/passwd
2023-08-03 19:12:22 +00:00
2024-02-09 08:58:25 +00:00
如果你有 VNC 密码,且看起来是加密的(几个字节,像是加密后的密码),很可能是使用 3des 加密的。你可以使用 [https://github.com/jeroennijhof/vncpwd ](https://github.com/jeroennijhof/vncpwd ) 获取明文密码。
2020-07-15 15:43:14 +00:00
```bash
make
vncpwd < vnc password file >
```
2024-02-09 08:58:25 +00:00
你可以做到这一点, 因为多年前已经反向使用3des加密明文VNC密码的密码。\
对于**Windows**,你也可以使用这个工具:[https://www.raymond.cc/blog/download/did/232/](https://www.raymond.cc/blog/download/did/232/)\
我也将工具保存在这里以便更容易访问:
2020-07-15 15:43:14 +00:00
{% file src="../.gitbook/assets/vncpwd.zip" %}
2022-05-01 13:25:53 +00:00
## Shodan
2020-09-23 23:00:32 +00:00
2020-09-24 19:58:30 +00:00
* `port:5900 RFB`
2022-04-28 16:01:33 +00:00
< details >
2024-02-09 08:58:25 +00:00
< summary > < strong > 从零开始学习AWS黑客技术, 成为专家< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE (HackTricks AWS Red Team Expert)< / strong > < / a > < strong > !< / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-01-05 23:28:30 +00:00
支持HackTricks的其他方式:
2022-04-28 16:01:33 +00:00
2024-02-09 08:58:25 +00:00
* 如果你想看到你的**公司在HackTricks中被广告**或**下载PDF格式的HackTricks**,请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
2024-02-08 22:20:49 +00:00
* 获取[**官方PEASS & HackTricks周边产品**](https://peass.creator-spring.com)
* 探索[**PEASS家族**](https://opensea.io/collection/the-peass-family),我们独家的[**NFTs**](https://opensea.io/collection/the-peass-family)收藏品
2024-02-09 08:58:25 +00:00
* **加入** 💬 [**Discord群** ](https://discord.gg/hRep4RUj7f ) 或 [**电报群** ](https://t.me/peass ) 或 **关注**我们的**Twitter** 🐦 [**@carlospolopm** ](https://twitter.com/hacktricks_live )**.**
* 通过向[**HackTricks**](https://github.com/carlospolop/hacktricks)和[**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github仓库提交PR来分享你的黑客技巧。
2022-04-28 16:01:33 +00:00
< / details >