Coder Social home page Coder Social logo

eamon-cai / ultimate-cube Goto Github PK

View Code? Open in Web Editor NEW

This project forked from g3g4x5x6/ultimate-cube

0.0 0.0 0.0 57.71 MB

安全的远程服务器管理工具,提供定制功能。插件机制设计开发中......

Home Page: https://g3g4x5x6.github.io/ultimate-cube/

License: MIT License

Java 100.00%

ultimate-cube's Introduction

nuclei-plus-icon

ultimate-cube

English

简介

ultimate-cube 是开源的远程服务器管理工具箱,目标是为渗透测试工程师、程序员、网站管理员、IT 管理员以及几乎所有需要以更简单的方式处理远程工作的用户提供大量定制功能。

软件架构

软件架构说明

功能特性

  • 支持多操作系统平台,兼容性测试:Windows > Linux > MacOS
  • 支持会话管理
  • 支持本地终端(cmd, bash)
  • 支持 SSHSftp,及 内置代码编辑器,支持代码高亮、折叠等功能
  • 支持 COM 口调试(自动检测存在的 COM 接口)
  • 支持 Telnet
  • 支持 RDP 远程桌面(基于FreeRDP 实现)
  • 支持 VNC,基于TightVNC Viewer 实现
  • 支持 集成外部工具,实现快速启动
  • 内置 简易编辑器 ,可编辑本地、远程文本文件
  • 支持60多种主题皮肤切换

未来计划

  • 持续优化及精简程序架构
  • 支持插件系统
  • 支持国际化
  • 友好提示异常及报错信息

拆分项目

安装教程

A. github
# 1. 程序依赖运行环境:`JDK11+`
# 2. `linux`, `OSX` 用户建议使用自带依赖的通用版本 ultimate-cube-x.x.x-jar-with-dependencies.jar
# 3. `Windows` 用户 `无JDK` 环境的,建议使用 `ultimate-cube_setup.exe` 安装包(体积较大)
B. winget
# search
winget search ultimate-cube

# install
winget install ultimate-cube

SSH

使用说明

快速启动

SSH

新建会话

SSH Serial

SSH

img.png

SFTP

img.png

构建

  1. 构建环境:JDK11+, IDEA
  2. 安装依赖:
     # tightvnc-jviewer.jar, jediterm-pty-2.66.jar, com.jediterm.terminal-2.66.jar, jediterm-typeahead-2.66.jar
     mvn install:install-file -Dfile=libs/tightvnc-jviewer.jar -DgroupId=com.g3g4x5x6  -DartifactId=tightvnc-jviewer -Dversion=2.8.3 -Dpackaging=jar
     # mvn install:install-file -Dfile=libs/jediterm-typeahead-2.66.jar -DgroupId=com.g3g4x5x6  -DartifactId=jediterm-typeahead -Dversion=2.66 -Dpackaging=jar
     # mvn install:install-file -Dfile=libs/jediterm-pty-2.66.jar -DgroupId=com.g3g4x5x6  -DartifactId=jediterm-pty -Dversion=2.66 -Dpackaging=jar
  3. 编译运行:
    1. 统一修改各模块版本号:mvn versions:set -DnewVersion=6.6.12
    2. 运行 maven 插件 templating 编译 Version.java 文件
    3. 安装新版本依赖:mvn install
    4. IDEA 菜单中 Build Proect 项目,复制静态文件到 target 目录
    5. 运行项目或者打包(maven 插件 assembly:assembly

注意事项

  1. 请备份配置文件 application.properties 中的会话加密密钥 ssh.session.secret.key,丢失后将无法解密已加密的会话密码。
  2. 程序更新后,配置文件可能有所变动,若无法正常连接SSH,请备份并删除原配置文件 application.properties
  3. 关于使用过程中的任何疑问,请于 GitHub 中的 Discussions 中的对应版本进行提问和反馈。
  4. 任何 Issues 请到 github 项目仓库中提出。

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

ultimate-cube's People

Contributors

g3g4x5x6 avatar mrmetatron avatar vedantmgoyal9 avatar dependabot[bot] avatar semgrep-bot avatar codacy-badger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.