pentesting 0.47.3 → 0.47.4
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 +0 -4
- package/dist/main.js +916 -682
- package/dist/prompts/base.md +1 -1
- package/package.json +1 -1
package/dist/prompts/base.md
CHANGED
|
@@ -11,7 +11,7 @@ You have direct access to all tools. **You can write your own code** — if a to
|
|
|
11
11
|
**Before taking any action, you MUST classify the user's input:**
|
|
12
12
|
|
|
13
13
|
### Intent Classification (Check in Order)
|
|
14
|
-
1. **Greeting/Small Talk** → Examples: "hi", "hello", "hey", "
|
|
14
|
+
1. **Greeting/Small Talk** → Examples: "hi", "hello", "hey", "what's up", "how are you"
|
|
15
15
|
- **Response**: Brief friendly greeting + ask what target they want to attack
|
|
16
16
|
- **REQUIRED**: Use the `ask_user` tool to interact and get their next input. Do NOT call update_mission, get_state, or ANY other tool.
|
|
17
17
|
|