CobaltStrike VNC 错误 使用VNC报错 Disconnected from server

简介: CobaltStrike VNC 错误 使用VNC报错 Disconnected from server
[-] Trapped java.io.FileNotFoundException during readFile: third-party/winvnc.x64.dll [Manage: test]: third-party/winvnc.x64.dll (No such file or directory)
java.io.FileNotFoundException: third-party/winvnc.x64.dll (No such file or directory)
        at java.io.FileInputStream.open0(Native Method)
        at java.io.FileInputStream.open(FileInputStream.java:195)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at java.io.FileInputStream.<init>(FileInputStream.java:93)
        at common.CommonUtils.readFile(Unknown Source)
        at server.ManageUser.process(Unknown Source)
        at server.ManageUser.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:748)

 

原因:缺少相关的 vnc dll组件

解决:

1. cobaltstrike 下运行下面的命令

  mkdir third-party

2. 上传相关的 dll组件

  https://download.csdn.net/download/qq_43615820/86400073

 

目录
相关文章
真正解决办法:FTP 执行命令时500 Illegal PORT command
真正解决办法:FTP 执行命令时500 Illegal PORT command
3093 0
|
2月前
|
网络协议 Ubuntu Linux
解决ssh: connect to host IP port 22: Connection timed out报错(scp传文件指定端口)
解决 `ssh: connect to host IP port 22: Connection timed out` 报错涉及检查 SSH 服务状态、防火墙配置、网络连通性和主机名解析等多个方面。通过逐步排查上述问题,并在 `scp` 命令中正确指定端口,可以有效解决连接超时的问题,确保文件传输的顺利进行。希望本文提供的解决方案能帮助您快速定位并解决该错误。
301 3
|
7月前
|
网络安全 数据安全/隐私保护
服务器密码登录出现了:SSH connection failed: connect ECONNREFUSEDxxxxxxxx:22 * Xshell提示 SSH connection fa
服务器密码登录出现了:SSH connection failed: connect ECONNREFUSEDxxxxxxxx:22 * Xshell提示 SSH connection fa
|
9月前
|
JavaScript
[WDS] Disconnected解决方法
[WDS] Disconnected解决方法
168 0
|
应用服务中间件 网络安全
xshell 连接报错 Disconnected from remote host
xshell 连接报错 Disconnected from remote host
528 0
|
Linux Shell 网络安全
【Linux】——在Xshell输入ssh root@公网ip进行远程连接Linux失败,显示(port 22): Connection failed的完美解决方法
【Linux】——在Xshell输入ssh root@公网ip进行远程连接Linux失败,显示(port 22): Connection failed的完美解决方法
1060 0
|
Windows
阿里云Windows Server 2012 R2服务器搭建FTP服务器(被动模式)
阿里云Windows Server 2012 R2服务器搭建FTP服务器(被动模式)
766 0
阿里云Windows Server 2012 R2服务器搭建FTP服务器(被动模式)
|
Linux 网络安全
ssh连接提示 "Connection closed by remote host"
ssh连接提示 "Connection closed by remote host" ** 如果原来是可以用ssh连接的, 突然连接不上通常是连接数过多导致的.
17587 0
|
网络安全
使用xshell-ssh连接服务器被经常意外中断(Disconnected from remote host)
最近使用Xshell使用服务器,经常连接上使用一会就会被自动中断,很是闹心,并且出现以下的错误提示: Socket error Event: 32 Error: 10053.
11371 2