远程桌面、RADMIN、SSH、VNC集中管理器

Overview

远程连接管理器

远程桌面、RADMIN、SSH、VNC集中管理器

本软件用于集中管理远程桌面、ADMIN、SSH、VNC,双击主机即可直接调用对应客户端对服务器进行控制。
软件运行需要VC2010 X86运行库支持。

功能特点:

RADMIN主机的右键菜单中加入完全控制、仅限查看、文件传送、远程关机多种功能。
远程桌面多种控制样式可选。
支持多级分组管理功能。
在线扫描功能。
主机搜索功能。

安全方面:

无联网功能,支持软件打开密码,数据库的中密码已加密存储,请放心使用

使用方法:

在Release中下载RemoteMan.rar及default.rar,解压到同一目录下,运行 RemoteMan.exe

编译器:

VC2010

You might also like...
Corkscrew is a tool for tunneling SSH through HTTP proxies

Corkscrew is a tool for tunneling SSH through HTTP proxies

C++ TCP/IP and SSH stack with bounded run time and no dynamic memory allocations

Static Network Stack TCP/IP stack with all-static allocations designed for bare metal (no operating system) embedded applications with minimal footpri

SSH tarpit that slowly sends an endless banner

Endlessh: an SSH tarpit Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. It keeps SSH clients locked up for hours or ev

Tinysshd is a minimalistic SSH server which implements only a subset of SSHv2 features

Introduction tinysshd is a minimalistic SSH server which implements only a subset of SSHv2 features. tinysshd supports only secure cryptography (minim

Bluetooth helper tools for setting up serial ports for e.g. SSH

SSH Helper program so that you can SSH over bluetooth. This can be a useful second way in in case you have a raspberry pi with broken network or firewall config.

A simple, cheap, and somewhat secure USB Key for SSH authentication, costs $5

44Key A simple, cheap, and somewhat secure ed25519 USB Key for SSH authentication, costs $5 Hardware: https://oshwhub.com/44670/miniusbkey PC Softwa

Raven is like a simplified SSH with NAT traversal.

Raven Raven works like a simplified SSH with NAT traversal. Now developing... But you can still have a test for fun! Just fill server_ip in Raven.conf

Comments
  • 修复了ssh等文件地址为空打开SSH等软件软件闪退,且增加了动态地址,和vs的一样处理,比如这种的软件地址  “..\WinSCP-5.19.5-Portable\WinSCP.exe”

    修复了ssh等文件地址为空打开SSH等软件软件闪退,且增加了动态地址,和vs的一样处理,比如这种的软件地址 “..\WinSCP-5.19.5-Portable\WinSCP.exe”

    int GetPath(CString& Path)
    {
    	char sFileName[256] = { 0 };
    
    	if (GetModuleFileName(NULL, sFileName, 256) == 0)
    	{
    		return -1;
    	}
    	std::string sFilePath = sFileName;
    	int nLen = sFilePath.find_last_of("\\");
    	sFilePath = sFilePath.substr(0, nLen);
    	Path = sFilePath.c_str();
    	return 0;
    }
    
    char const* GetExePath(char const* ConfigPath, char const* DefPath)
    {
    	char const* Path = ConfigPath[0] == 0 ? DefPath : ConfigPath;			//当路径为空时使用同目录下的tvnviewer.exe
    	//查看文件是否存在
    	static char m_path[256] = { NULL };
    	CFileStatus fstatus;
    	if (Path == NULL)
    	{
    		return NULL;
    	}
    	CString m_filePath = Path;
    	
    	if (m_filePath.Find("...."))
    	{
    		CString m_FilePath;
    		GetPath(m_FilePath);
    		m_filePath.Replace("..", m_FilePath);
    		if (m_filePath.GetLength() > 256)
    		{
    			MessageBox(NULL, "路径长度过长!", "", MB_OK);
    			return NULL;
    		}
    		strcpy(m_path, m_filePath.GetString());
    
    	}
    	if (strstr(m_path, ".exe") == NULL || !CFile::GetStatus(m_path, fstatus))
    		return NULL;
    	return m_path;
    }
    

    修复了ssh等文件地址为空打开SSH等软件软件闪退,且增加了动态地址,和vs的一样处理,比如这种的软件地址 “..\WinSCP-5.19.5-Portable\WinSCP.exe”

    opened by DDOS-SU 1
Releases(v1.8.5)
Owner
null
An SSH file manager that lets you edit files like they are local

An SSH file manager that lets you edit files like they are local

Allan Boll 505 Jan 10, 2023
Corkscrew is a tool for tunneling SSH through HTTP proxies

Corkscrew is a tool for tunneling SSH through HTTP proxies

Bryan Chan 925 Jan 1, 2023
C++ TCP/IP and SSH stack with bounded run time and no dynamic memory allocations

Static Network Stack TCP/IP stack with all-static allocations designed for bare metal (no operating system) embedded applications with minimal footpri

Andrew Zonenberg 24 Jul 22, 2022
Tinysshd is a minimalistic SSH server which implements only a subset of SSHv2 features

Introduction tinysshd is a minimalistic SSH server which implements only a subset of SSHv2 features. tinysshd supports only secure cryptography (minim

Jan Mojžíš 895 Jan 1, 2023
Raven is like a simplified SSH with NAT traversal.

Raven Raven works like a simplified SSH with NAT traversal. Now developing... But you can still have a test for fun! Just fill server_ip in Raven.conf

null 4 Oct 26, 2022
为了让 Windows 平台上的 ssh agent 能适配多种 ssh client 和在 wsl 环境下使用的工具

ssh-agent-bridge 为了让 Windows 平台上的 ssh agent 能适配多种 ssh client 和在 wsl 环境下使用的工具 Windows 平台上存在着多种 ssh agent 的实现,由于 Windows 平台的特殊性,这些 agent 程序都有一套自行实现的进程间通

Apache553 67 Dec 1, 2022
crypted admin shell: SSH-like strong crypto remote admin shell for Linux, BSD, Android, Solaris and OSX

crypted admin shell: SSH-like strong crypto remote admin shell for Linux, BSD, Android, Solaris and OSX

Sebastian 135 Jan 2, 2023
Run SSH on iOS 12 device.

Shelly12 Run SSH on iOS 12 device. Only worked on iPad Air 1, iOS 12.4 Working Get root Set tfp0 to hsp4 Escape Sandbox Restore/Remount RootFS Defeat

null 6 May 11, 2021
ssheven - A modern SSH client for Mac OS 7/8/9.

ssheven - A modern SSH client for Mac OS 7/8/9.

null 480 Dec 29, 2022
An SSH file manager that lets you edit files like they are local

An SSH file manager that lets you edit files like they are local

Allan Boll 505 Jan 10, 2023