项目文件夹

文件
2025-03-23 22:21:46 +08:00

706 B

PentestGPT Agent-based Design

General

  1. Rework the project on top of agent based design
  2. Ensure that different models (primarily OpenAI, Anthropic and Deepseek) can be used for these agents.
  3. Add GUI operation capabilities
  4. Fully automated penetration testing.
  5. Not over-engineering the detailed design. Remember the bitter lesson on AI models.

Todo List

  • Basic Agent Framework Design
    • Ensure that it is compatible with OAI Agent Framework
    • Capabilities
      • Read text and intake commands -> output concrete instructions
      • Read Images
      • Computer Use
      • Search in VDB
      • Function call
  • Enumeration / Reconnaissance Agent first