docs: fix pentesting methodology links

Signed-off-by: mason5052 <ehehwnwjs5052@gmail.com>
This commit is contained in:
mason5052
2026-04-22 12:36:18 -04:00
parent a9a0b76226
commit c893bb817e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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.