{"id":13779215,"url":"https://github.com/medicean/superterm","last_synced_at":"2026-02-20T00:02:28.601Z","repository":{"id":54638866,"uuid":"142423452","full_name":"Medicean/SuperTerm","owner":"Medicean","description":"利用 webshell 创建交互式终端(Create an interactive terminal with webshell.)","archived":false,"fork":false,"pushed_at":"2019-09-22T16:38:45.000Z","size":43287,"stargazers_count":58,"open_issues_count":1,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T07:04:49.661Z","etag":null,"topics":["antsword","terminal","webshell"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Medicean.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-26T10:05:15.000Z","updated_at":"2024-10-14T10:34:14.000Z","dependencies_parsed_at":"2022-08-13T22:30:41.647Z","dependency_job_id":null,"html_url":"https://github.com/Medicean/SuperTerm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Medicean/SuperTerm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Medicean%2FSuperTerm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Medicean%2FSuperTerm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Medicean%2FSuperTerm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Medicean%2FSuperTerm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Medicean","download_url":"https://codeload.github.com/Medicean/SuperTerm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Medicean%2FSuperTerm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antsword","terminal","webshell"],"created_at":"2024-08-03T18:01:02.667Z","updated_at":"2026-02-20T00:02:28.583Z","avatar_url":"https://github.com/Medicean.png","language":"JavaScript","readme":"# SuperTerm\n\n\u003e AntSword 创建交互式终端插件\n\n通过 WebShell 创建一个交互式终端，详细见:[WebShell下的交互式Shell](http://blog.evalbug.com/2018/07/25/antsword_prompt_shell/)。\n\n## 安装\n\n### 商店安装\n\n进入 AntSword 插件中心，选择 SuperTerm,点击安装\n\n### 手动安装\n\n1. 获取源代码\n\n\t```\n\tgit clone https://github.com/Medicean/SuperTerm.git\n\t```\n\t\n\t或者\n\t\n\t点击 [这里](https://github.com/Medicean/SuperTerm/archive/master.zip) 下载源代码，并解压。\n\n2. 拷贝源代码至插件目录\n\n    将插件目录拷贝至 `antSword/antData/plugins/` 目录下即安装成功\n\n\n## 适用前提条件\n\n1. 目标机器支持 udp 协议，并且 udp 可外连 (比如可以访问 `8.8.8.8:53`)\n2. 目标所在的 Nat 为 `Full Cone(完全圆锥型)`,`Address Restricted Cone(地址限制圆锥型)`, `Port Restricted Cone(端口限制圆锥型)`。不支持 `Symmetric(对称型)`，遇到这种的，老老实实上 `nc`。\n\n## 使用\n\n1. 将 [servers](./servers/) 目录下对应的 peerserver 上传到目标 `/tmp/` 目录下，并重命名为 `peerserver`\n2. 在目标机器上执行: `chmod +x /tmp/peerserver`\n3. 填写隧道辅助服务器地址和端口后，点击「启动」按钮\n4. 不要关闭控制台面板，在「Shell管理」界面中，选择对应目标，加载「超级终端」插件\n5. 在退出程序前，请先点击「停止」按钮\n\n演示视频见: [WebShell下的交互式Shell](http://blog.evalbug.com/2018/07/25/antsword_prompt_shell/)\n\n## 关于隧道辅助服务器\n\nSuperTerm 和 PeerServer 只会在建立连接的时候需要 HelperServer 参与，之后不会有业务数据发向 HelperServer\n\n可以使用公共的 HelperServer，也可以自己用 vps 搭建\n\nHelperServer [下载地址](https://github.com/Medicean/SuperTerm/releases/tag/helperserver-v0.0.6)\n\n## 已知问题\n\n1. 不支持 `Symmetric NAT(对称型)`，遇到这种的，老老实实上 `nc`。\n2. 不能保证 100% 成功，可以多试几次。\n3. 暂不支持 Windows。\n\n## 其它\n\n\u003e 仓促做完了自己两年前的设想，整个插件还不够稳定，本仓库会一直更新迭代，直到相对稳定。bin 程序等源码重新整理之后再放出来\n\n如果觉得插件不错，支持作者：\n\n\u003cimg src=\"./wxpay.png\" width=\"325px\"\u003e\n\n## 相关链接\n\n* [AntSword 文档](http://doc.u0u.us)\n* [WebShell下的交互式Shell](http://blog.evalbug.com/2018/07/25/antsword_prompt_shell/)\n* [dhtmlx 文档](http://docs.dhtmlx.com/)\n","funding_links":[],"categories":["\u003ca id=\"e89361c3ac1f1c35355f57601fb2f6e0\"\u003e\u003c/a\u003e其他"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedicean%2Fsuperterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedicean%2Fsuperterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedicean%2Fsuperterm/lists"}