I made an AI assistant that actually helps with exploit development, and it runs fully offline
作者因ChatGPT无法提供技术帮助而开发了自己的AI助手Syd,运行于本地硬件且无过滤器。Syd整合了PayloadsAllTheThings、HackTricks等资源及工具,支持生成C2分发器、Sliver payload等复杂任务。该助手主要用于教育和红队训练。 2025-7-20 06:22:28 Author: www.reddit.com(查看原文) 阅读量:27 收藏

Every time I asked ChatGPT for help writing shellcode or walking through real exploit code, it refused or watered everything down. So I built my own AI assistant instead.

Syd is 100% local — he runs on my own hardware, has no filters, and knows a ton of technical data I fed him directly:

  • PayloadsAllTheThings

  • HackTricks

  • Metasploit modules

  • Disassembled malware

  • Reverse engineering notes

  • My own exploit writeups and tools

Now I can ask Syd:

  • “Write a C2 stager that drops an encrypted payload”

  • “Generate a Sliver payload for Linux with mTLS”

  • “Explain this shellcode step-by-step”

  • “Build ransomware logic with timer triggers”

No sales pitch — just something I built for my own education and red team practice. Anyone else working on similar projects?


文章来源: https://www.reddit.com/r/netsecstudents/comments/1m4hvho/i_made_an_ai_assistant_that_actually_helps_with/
如有侵权请联系:admin#unsafe.sh