Upload USAGE.md with huggingface_hub
Browse files
USAGE.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# 🚀 Usage Examples
|
2 |
+
|
3 |
+
## Quick Start
|
4 |
+
|
5 |
+
```bash
|
6 |
+
ollama pull your-username/penetrationtestingautomation-ai
|
7 |
+
ollama run your-username/penetrationtestingautomation-ai
|
8 |
+
```
|
9 |
+
|
10 |
+
## Example Interactions
|
11 |
+
|
12 |
+
### Implementation Request
|
13 |
+
```
|
14 |
+
You: How do I set up penetration testing automation?
|
15 |
+
|
16 |
+
AI: # Penetration Testing Automation Implementation
|
17 |
+
|
18 |
+
## Prerequisites Check
|
19 |
+
```bash
|
20 |
+
# Verification commands here
|
21 |
+
```
|
22 |
+
|
23 |
+
## Implementation Steps
|
24 |
+
1. [Step-by-step instructions]
|
25 |
+
2. [With real commands]
|
26 |
+
3. [And configurations]
|
27 |
+
|
28 |
+
## Validation
|
29 |
+
```bash
|
30 |
+
# Commands to verify success
|
31 |
+
```
|
32 |
+
```
|
33 |
+
|
34 |
+
### Domain Restriction
|
35 |
+
```
|
36 |
+
You: How do I cook pasta?
|
37 |
+
|
38 |
+
AI: 🚫 DOMAIN RESTRICTION
|
39 |
+
|
40 |
+
I'm Penetration Testing Automation AI, exclusively focused on Cybersecurity operations.
|
41 |
+
|
42 |
+
Please ask about penetration testing automation implementation, configuration, or optimization.
|
43 |
+
```
|
44 |
+
|
45 |
+
## Features
|
46 |
+
|
47 |
+
- **Automated Style**: Focused on practical implementation
|
48 |
+
- **Platform Support**: Linux
|
49 |
+
- **Implementation Depth**: Expert
|