{"id":19555966,"url":"https://github.com/probiusofficial/tcl","last_synced_at":"2025-04-07T15:06:34.651Z","repository":{"id":210450306,"uuid":"725988519","full_name":"ProbiusOfficial/TCL","owner":"ProbiusOfficial","description":"TCL-TencentCloudListener 腾讯云抢占式实例监听器","archived":false,"fork":false,"pushed_at":"2024-05-03T05:25:51.000Z","size":262,"stargazers_count":301,"open_issues_count":1,"forks_count":14,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-31T13:16:39.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/ProbiusOfficial.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-01T09:47:16.000Z","updated_at":"2025-03-29T02:51:53.000Z","dependencies_parsed_at":"2024-05-03T06:35:19.409Z","dependency_job_id":null,"html_url":"https://github.com/ProbiusOfficial/TCL","commit_stats":null,"previous_names":["probiusofficial/hello_ctf-shell"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProbiusOfficial%2FTCL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProbiusOfficial%2FTCL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProbiusOfficial%2FTCL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProbiusOfficial%2FTCL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProbiusOfficial","download_url":"https://codeload.github.com/ProbiusOfficial/TCL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675597,"owners_count":20977376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-11T04:36:18.077Z","updated_at":"2025-04-07T15:06:34.621Z","avatar_url":"https://github.com/ProbiusOfficial.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 腾讯云抢占式实例监听器\n\n欢迎关注关联主项目：[Hello_CTF](https://github.com/ProbiusOfficial/Hello-CTF)\n\n如果你在寻找一个纯免费的方案，推荐另一个项目[frp-R3shell](https://github.com/ProbiusOfficial/frp-R3shell)\n\n![demo](https://github.com/ProbiusOfficial/Hello_CTF-Shell/assets/41804496/c5ce7ac6-289f-425c-9eb5-bb503249c0d3)\n\n\n## 引言\n\n你是否面临下面这些问题？\n\n\"做题时，发现题目需要反弹shell，但是没有服务器！！\"\n\n又或者是，不在之前，不在之后，就恰巧这个时候——\"我敲，哥们服务器怎么过期了！！！\"\n\n亦或者，服务器买来就只是为了弹个shell，但是却被大数据杀熟 —— 一台服务器，一年几百块，放着还生灰！？？\n.....\n这些都不是问题，反弹shell的廉价解决方案，它来了！！！\n\n每个小时成本低至几分钱，随用随销毁，了事拂衣去,深藏功与名！！！\n\n## 前提\n\n- 拥有一个腾讯云账号，并且完成实名认证，没有？快用我的链接注册呜呜呜：[点我注册](https://curl.qcloud.com/7YFqnsuM)  \n\n- 在腾讯云上存留账户余额，建议5-10元，然后就能一直用下去！！(这也是使用腾讯云的原因，隔壁阿里的抢占实例虽然便宜几分但是需要预存120元以上余额，我的评价是**)\n\n- 在访问控制中获取你的 SecretID 和 SecretKey，[点我获取](https://console.cloud.tencent.com/cam/capi),注意一定要妥善保管，不要泄露给他人！！！建议使用子账号密钥，仅分配私有网络和云服务器的权限，以防被人恶意使用！！！\n\n- ~~确保在对应地区 有一个 **端口全开放** 的安全组~~ （12.3更新 如果没有对应安全组 则会自行创建安全组）\n\n- 为了更好的体验 请在云端配置公私钥实现免密登录！！！  \n\n## 使用方法\n\n- clone 本项目到本地\n\n```bash\ngit clone https://github.com/ProbiusOfficial/Hello_CTF-Shell.git\n```\n\n- 在目录中创建一个名为 `cred` 的文件，将你的 SecretID 和 SecretKey 写入，格式如下：\n\n```json\n{ \n    \"SecretId\": \"\",\n    \"SecretKey\": \"\",\n    \"Password\":\"r00t@HelloShell\",\n    \"Description\": \"Password 是实例主机启动密码，需要包含大小写字母、数字和特殊字符，长度8-30位。默认为 r00t@HelloShell , 建议修改，推荐配置公私钥实现免密登录\"\n}\n```\n\n- 安装依赖\n\n```bash\npip install -r requirements.txt\n```\n\n- 运行\n\n```bash\npython main.py\n```\n\n\n## 成本计算\n\n目前机器的配置和计费如下：\n\n选取优惠区域 **南京** 和 **香港**\n\n- module_1: 南京模块,配置信息为2核心2G内存,20G系统盘,10M带宽,镜像为Ubuntu Server 22.04 LTS 64位(ID:img-487zeit5),   \n  资费信息: 实例 ¥0.05 系统盘存储空间 ¥0.02 公网带宽按流量计费¥0.80/GB(内地) 每小时结算 平均资费 **-¥0.08/小时**  \n\n- module_2: 香港模块,配置信息为2核心2G内存,20G系统盘,10M带宽,镜像为Ubuntu Server 22.04 LTS 64位(ID:img-487zeit5),   \n  资费信息: 实例¥0.01 系统盘存储空间¥0.03 公网带宽按流量计费¥0.67/GB(香港) 每小时结算 平均资费- **¥0.04/小时**\n\n![image-20231203034133133](./assets/image-20231203034133133.png)\n\n![image-20231203034451967](./assets/image-20231203034451967.png)\n\n**这几天写轮子弹来弹去一共只花了0.15！**\n\n**什么叫物美价廉！！！**\n\n## 自定义？\n- 修改 hello_shell.json 中的配置信息，包括地域、镜像等内容，相关注释已经写在 hello_shell_template.json 文件中\n- 其他参数问题请查阅 腾讯云API [帮助文档](https://cloud.tencent.com/document/api)，或访问[API Explorer](https://console.cloud.tencent.com/api/explorer)\n\n## TODO\n- 等您的issue！！\n- 优化交互逻辑\n- 定制化镜像环境以直接支持log4j漏洞利用？\n- 更多功能！！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobiusofficial%2Ftcl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprobiusofficial%2Ftcl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobiusofficial%2Ftcl/lists"}