pentesting 0.16.4 → 0.16.6
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.
- package/README.md +1 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ npm install -g pentesting
|
|
|
26
26
|
# Required environments
|
|
27
27
|
export PENTEST_API_KEY="your_api_key"
|
|
28
28
|
export PENTEST_BASE_URL="https://api.z.ai/api/anthropic"
|
|
29
|
-
export PENTEST_MODEL="glm-
|
|
29
|
+
export PENTEST_MODEL="glm-5"
|
|
30
30
|
|
|
31
31
|
pentesting
|
|
32
32
|
```
|
|
@@ -36,9 +36,3 @@ pentesting
|
|
|
36
36
|
|
|
37
37
|
**Email**: agnusdei1207@gmail.com
|
|
38
38
|
**LinkedIn**: [sang-woo-park](https://www.linkedin.com/in/sang-woo-park-158685393/en)
|
|
39
|
-
|
|
40
|
-
---
|
|
41
|
-
|
|
42
|
-
## License
|
|
43
|
-
|
|
44
|
-
MIT License - see [LICENSE](LICENSE) for details.
|