greydgl--pentestgpt
22 行
706 B
Markdown
22 行
706 B
Markdown
# 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
|