Highlight Specialized Knowledge Retrieval prompt in README
Browse files
README.md
CHANGED
|
@@ -60,7 +60,13 @@ PARAMETER repeat_penalty 1.1
|
|
| 60 |
|
| 61 |
## 🧠 Knowledge Retrieval & Usage Examples
|
| 62 |
|
| 63 |
-
The model has been "fed" with deep security knowledge. Use these specific triggers to retrieve specialized information:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
|
| 65 |
### 🧪 Advanced WAF Bypass (SQLi/XSS)
|
| 66 |
**Prompt Example:**
|
|
@@ -70,10 +76,6 @@ The model has been "fed" with deep security knowledge. Use these specific trigge
|
|
| 70 |
**Prompt Example:**
|
| 71 |
> "Draft a high-severity vulnerability report following the HackerOne disclosed reports format for an IDOR vulnerability discovered in a REST API '/api/v1/user/settings'."
|
| 72 |
|
| 73 |
-
### 🛠️ Exploit Chaining & Methodology
|
| 74 |
-
**Prompt Example:**
|
| 75 |
-
> "Apply the 'AYI-NEDJIMI' pentesting methodology to map the attack surface of a Node.js application. Suggest an exploit chain starting from an exposed .env file to RCE."
|
| 76 |
-
|
| 77 |
---
|
| 78 |
|
| 79 |
## 🧬 Fine-Tuning Details (The "Brain")
|
|
|
|
| 60 |
|
| 61 |
## 🧠 Knowledge Retrieval & Usage Examples
|
| 62 |
|
| 63 |
+
The model has been "fed" with deep security knowledge. Use these specific triggers to retrieve specialized information directly from the training weights:
|
| 64 |
+
|
| 65 |
+
### 🔬 Specialized Knowledge Retrieval (WAF Focus)
|
| 66 |
+
This specific prompt trigger forces the model to access its trained **WAF_DETECTION_DATASET** patterns:
|
| 67 |
+
> **Prompt:** "Retrieve vulnerability pattern: WAF_DETECTION_DATASET. Output a list of 5 obfuscation techniques for SQLi keywords like SELECT and UNION."
|
| 68 |
+
|
| 69 |
+
---
|
| 70 |
|
| 71 |
### 🧪 Advanced WAF Bypass (SQLi/XSS)
|
| 72 |
**Prompt Example:**
|
|
|
|
| 76 |
**Prompt Example:**
|
| 77 |
> "Draft a high-severity vulnerability report following the HackerOne disclosed reports format for an IDOR vulnerability discovered in a REST API '/api/v1/user/settings'."
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
---
|
| 80 |
|
| 81 |
## 🧬 Fine-Tuning Details (The "Brain")
|