pentesting 0.14.1 → 0.16.3
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 +9 -32
- package/dist/main.js +3103 -0
- package/package.json +11 -14
- package/dist/chunk-3RG5ZIWI.js +0 -10
- package/dist/chunk-5KIJPRTS.js +0 -832
- package/dist/chunk-M2IFHZDV.js +0 -602
- package/dist/index.js +0 -18815
- package/dist/skill-NGH4KQUH.js +0 -611
- package/dist/web-search-IOD4SUIR.js +0 -49
- package/src/agents/specs/crypto.yaml +0 -79
- package/src/agents/specs/default.yaml +0 -60
- package/src/agents/specs/exploit.yaml +0 -70
- package/src/agents/specs/privesc.yaml +0 -83
- package/src/agents/specs/recon.yaml +0 -65
- package/src/agents/specs/web.yaml +0 -73
- /package/dist/{index.d.ts → main.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
3
|
```
|
|
4
|
-
██████╗ ███████╗███╗ ██╗████████╗███████╗███████╗████████╗██╗███╗ ██╗ ██████╗
|
|
5
|
-
██╔══██╗██╔════╝████╗ ██║╚══██╔══╝██╔════╝██╔════╝╚══██╔══╝██║████╗ ██║██╔════╝
|
|
4
|
+
██████╗ ███████╗███╗ ██╗████████╗███████╗███████╗████████╗██╗███╗ ██╗ ██████╗
|
|
5
|
+
██╔══██╗██╔════╝████╗ ██║╚══██╔══╝██╔════╝██╔════╝╚══██╔══╝██║████╗ ██║██╔════╝
|
|
6
6
|
██████╔╝█████╗ ██╔██╗ ██║ ██║ █████╗ ███████╗ ██║ ██║██╔██╗ ██║██║ ███╗
|
|
7
7
|
██╔═══╝ ██╔══╝ ██║╚██╗██║ ██║ ██╔══╝ ╚════██║ ██║ ██║██║╚██╗██║██║ ██║
|
|
8
8
|
██║ ███████╗██║ ╚████║ ██║ ███████╗███████║ ██║ ██║██║ ╚████║╚██████╔╝
|
|
9
|
-
╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝
|
|
9
|
+
╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝
|
|
10
10
|
────────────────────────────────────────────────────────────────────────────────
|
|
11
11
|
A U T O N O M O U S S E C U R I T Y A G E N T
|
|
12
12
|
```
|
|
@@ -23,45 +23,22 @@
|
|
|
23
23
|
```bash
|
|
24
24
|
npm install -g pentesting
|
|
25
25
|
|
|
26
|
+
# Required environments
|
|
26
27
|
export PENTEST_API_KEY="your_api_key"
|
|
27
28
|
export PENTEST_BASE_URL="https://api.z.ai/api/anthropic"
|
|
28
29
|
export PENTEST_MODEL="glm-4.7"
|
|
29
30
|
|
|
30
31
|
pentesting
|
|
31
32
|
```
|
|
32
|
-
|
|
33
|
-
## Purpose
|
|
34
|
-
|
|
35
|
-
This project is a pentesting tool that can be used to test the security of a system.
|
|
36
|
-
|
|
37
|
-
## issue report
|
|
38
|
-
|
|
39
|
-
email: agnusdei1207@gmail.com
|
|
40
|
-
linkedin: https://www.linkedin.com/in/sang-woo-park-158685393/en
|
|
41
|
-
|
|
42
|
-
## TUI Commands
|
|
43
|
-
|
|
44
|
-
```
|
|
45
|
-
/target <ip> Set target
|
|
46
|
-
/start Start autonomous pentest
|
|
47
|
-
/research <box> Search writeups & exploits
|
|
48
|
-
/findings Show findings
|
|
49
|
-
/yolo Toggle auto-approve
|
|
50
|
-
/help Show all commands
|
|
51
|
-
```
|
|
52
|
-
|
|
53
33
|
---
|
|
54
34
|
|
|
55
|
-
##
|
|
35
|
+
## Issue Report
|
|
56
36
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
| `PENTEST_API_KEY` | API key (required) |
|
|
60
|
-
| `PENTEST_BASE_URL` | Custom API endpoint |
|
|
61
|
-
| `PENTEST_MODEL` | LLM model (default: claude-sonnet-4-20250514) |
|
|
37
|
+
**Email**: agnusdei1207@gmail.com
|
|
38
|
+
**LinkedIn**: [sang-woo-park](https://www.linkedin.com/in/sang-woo-park-158685393/en)
|
|
62
39
|
|
|
63
40
|
---
|
|
64
41
|
|
|
65
|
-
##
|
|
42
|
+
## License
|
|
66
43
|
|
|
67
|
-
-
|
|
44
|
+
MIT License - see [LICENSE](LICENSE) for details.
|