Skip to content

Commit 9d93f06

Browse files
committed
Update todo's
1 parent 7874acf commit 9d93f06

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,18 @@ pentestagent/
109109
**License:** MIT
110110

111111
## TODO
112-
- Verify RAG end-to-end with a real LLM connection (not just mocks) to ensure retrieval is correctly injected during autonomous runs.
113112

113+
### Feature Requests
114+
- **CIDR/Domain input** - Support for CIDR notation (e.g., 192.168.1.0/24) and domain-based target specification for bulk scanning
115+
- **XMap integration** - Integrate [XMap](https://github.com/idealeer/xmap) for high-speed IPv4 and IPv6 network scanning
116+
- **Application scanner (GRep2)** - Add application-level scanning capabilities
117+
- **Full JSON report export** - Generate comprehensive JSON reports suitable for storage in vector databases
118+
- **Gemini OAuth/user login support** - Add Google Gemini authentication via OAuth token similar to Claude Max account support (may require [Gemini CLI](https://github.com/google-gemini/gemini-cli) integration)
119+
120+
### Testing & Validation
121+
- Verify RAG end-to-end with a real LLM connection (not just mocks) to ensure retrieval is correctly injected during autonomous runs.
114122
- Add an advanced pentest E2E test that exercises real LLM decision-making to validate smart tool selection and replanning under realistic conditions.
123+
- Add Metasploit E2E testing to validate exploit execution and post-exploitation workflows.
115124
- Add testing with LM Studio and a variety of local/hosted models to validate compatibility and performance.
116125
- Add advanced SQL injection pentest coverage against e2e targets to ensure the LLM is actively interacting and driving the workflow.
117126
- Add an e2e test against a Windows target with a known CVE exploit to verify discovery and interaction.

0 commit comments

Comments
 (0)