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 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
- ## Environment
35
+ ## Issue Report
56
36
 
57
- | Variable | Description |
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
- ## Documentation
42
+ ## License
66
43
 
67
- - **[ARCHITECTURE.md](docs/ARCHITECTURE.md)** System architecture & data flow
44
+ MIT License - see [LICENSE](LICENSE) for details.