TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15510 · Feb 20

#go#ai_agents#ai_security_tool#anthropic#autonomous_agents#golang#gpt#graphql#multi_agent_system#offensive_security#open_source#openai#penetration_testing#penetration_testing_tools#react#security_automation#security_testing#security_tools#self_hosted PentAGI is an AI-powered tool that automates penetration testing with smart agents using 20+ pro tools like nmap and metasploit in a safe Docker sandbox. It researches vulnerabilities, executes attacks, stores knowledge for reuse, and creates detailed reports via a simple web UI. Quick setup needs Docker, an LLM API key (OpenAI/Anthropic), and `docker compose up -d`. This saves you hours of manual work, speeds up secure testing, cuts errors, and helps find issues faster for better protection. https://github.com/vxcontrol/pentagi

Results

2 similar posts found

Search: #restart

当前筛选 #restart清除筛选
整点猫咪Channel

@GetMoeCats · Post #703 · 12/30/2025, 01:18 AM

TeleBox: kitt 插件实现自动延迟删除消息 1. 安装 .tpm i kitt 2. 配置 .kitt add 自动延迟删除消息 return ['-1001771725356'].includes(msg.chatId.toString()) && ['/report'].includes(msg.text) setTimeout(async () => { try { await msg.delete() } catch (e) {}; }, 15 * 1000); 在 -1001771725356 的对话中延迟 15 秒删除 /report 其中对话 ID 匹配逻辑也已换成使用对话的 title 或者 username, 类似这样: [`折腾啥`].includes(msg.chat.title) [`zhetengsha_group`].includes(msg.chat.username) 不知道怎么查对话信息的 可以用 .entity 命令 要注意 js 的语法, 有的群名称里可能带引号 在各位群友的努力下, 目前(2025-12-30) 拥有 105 个插件 今后会持续带来新的插件和插件的用法说明 敬请期待 可在 📦 仓库 | 🧩插件 | 👥群组 | 📢频道 查看 🤭TeleBox 合集🧐频道资源合集😄恰饭推荐💬群组 🥰#TeleBox#Telegram#tg#人形自走机器人#bot#插件#脚本#restart#keep_online#保活#自动重启

菠萝菜鸡头

@Hellowoead · Post #122 · 03/15/2026, 02:25 PM

TeleBox: 保活自动重启之外部监控版 ▎原理 脚本保活定时将时间戳写入某个文件 外部(如宿主机 crontab) 定时检测这个文件. 按需重启服务/容器 容器版需要自己注意在宿主机上 文件到底在哪个路径. 一般可用 docker inspect xxx 看下到底映射了啥路径 ▎ 说明 1. 安装 .tpm i keep_online 2. 定时任务脚本供参考 记得查看内容, 理解一下上面的逻辑, 把需要修改的部分改成适合你的环境的. 我写的都是我宿主机直接跑的路径和命令, 你要改成你的 ▎相关 🟢设置代理解决无法连接到 Telegram 在各位群友的努力下, 目前(2025-11-17) 拥有 94 个插件 今后会持续带来新的插件和插件的用法说明 敬请期待 可在 📦 仓库 | 🧩插件 | 👥群组 | 📢频道 查看 🤭TeleBox 合集🧐频道资源合集😄恰饭推荐💬群组 🥰#TeleBox#Telegram#tg#人形自走机器人#bot#插件#脚本#restart#keep_online#保活#自动重启