mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-09-21 17:55:40 +00:00
docs: fix pentesting methodology links
Signed-off-by: mason5052 <ehehwnwjs5052@gmail.com>
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
- [OAuth Integration](#github-and-google-oauth-integration)
|
||||
- [Docker Image Configuration](#docker-image-configuration)
|
||||
- [Development](#development)
|
||||
- [Pentesting Prompt Methodology](#pentesting-prompt-methodology)
|
||||
- [Testing LLM Agents](#testing-llm-agents)
|
||||
- [Pentesting Prompt Methodology](#pentesting-prompt-methodology)
|
||||
- [Embedding Configuration and Testing](#embedding-configuration-and-testing)
|
||||
- [Function Testing with ftester](#function-testing-with-ftester)
|
||||
- [Building](#building)
|
||||
|
||||
@@ -379,7 +379,7 @@ A comprehensive framework for designing high-performance prompts within the Pent
|
||||
#### Recommended Reference Material
|
||||
- Use public methodology resources such as [HackTricks](https://book.hacktricks.wiki/en/index.html) and [Pentest Book](https://pentestbook.six2dez.com/) as inspiration for attack-surface coverage and testing depth.
|
||||
- Translate those references into concise phases, priorities, and verification rules for the agent instead of copying long checklists into the system prompt verbatim.
|
||||
- Keep prompt examples aligned with live PentAGI assets such as `backend/pkg/templates/prompts/pentester.tmpl` and `../../examples/prompts/base_web_pentest.md`.
|
||||
- Keep prompt examples aligned with live PentAGI assets such as [`backend/pkg/templates/prompts/pentester.tmpl`](../pkg/templates/prompts/pentester.tmpl) and [`examples/prompts/base_web_pentest.md`](../../examples/prompts/base_web_pentest.md).
|
||||
|
||||
### Searcher Agent
|
||||
- **Focus**: Highly efficient information retrieval (internal memory & external sources), source evaluation and prioritization, synthesis of findings.
|
||||
|
||||
Reference in New Issue
Block a user