pentesting 0.21.0 → 0.21.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -19
  2. package/dist/main.js +1171 -975
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -21,25 +21,7 @@
21
21
 
22
22
  ## Purpose
23
23
 
24
- This is an pentesting support tool.
25
-
26
- ## Quick Start Direct
27
-
28
- ```bash
29
- npm install -g pentesting
30
-
31
- # LLM Configuration (required)
32
- PENTEST_API_KEY="your_api_key"
33
- PENTEST_BASE_URL="https://api.z.ai/api/anthropic"
34
- PENTEST_MODEL="glm-5"
35
-
36
- # Web Search API (optional)
37
- SEARCH_API_KEY="your_api_key"
38
- SEARCH_API_URL="https://open.bigmodel.cn/api/paas/v4/tools/web-search-pro"
39
-
40
- # Execute
41
- pentesting
42
- ```
24
+ This is a pentesting support tool.
43
25
 
44
26
  ## Quick Start with Docker (Recommended)
45
27