Bouquets commited on
Commit
cfcc8c3
Β·
verified Β·
1 Parent(s): 6da18c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -55
README.md CHANGED
@@ -1,23 +1,24 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  - zh
6
- base_model:
7
- - huihui-ai/Qwen3-8B-abliterated
8
  tags:
9
  - unsloth
10
  - Transformers
11
  - Safetensors
12
  - StrikeGPT
13
  - cybersecurity
 
 
14
  ---
15
-
16
  14/05/2025 Updated English dataset
17
 
18
  # πŸ€– StrikeGPT-R1-Zero: Cybersecurity Penetration Testing Reasoning Model
19
 
20
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67c1bfdf3e9af7d134c4189d/YkATqAW52e0GD2zovoREW.png)
 
21
 
22
  ## πŸš€ Model Introduction
23
  **StrikeGPT-R1-Zero** is an expert model distilled through black-box methods based on **Qwen3**, with DeepSeek-R1 as its teacher model. Coverage includes:
@@ -99,56 +100,22 @@ _ = model.generate(input_ids = inputs.input_ids, attention_mask = inputs.attenti
99
  πŸ”— [https://huggingface.co/datasets/Bouquets/Cybersecurity-Red_team-LLM-en](https://huggingface.co/datasets/Bouquets/Cybersecurity-Red_team-LLM-en)
100
 
101
  ## 🎯 Core Capabilities Showcase & Comparison (Original model has ethical restrictions; simple comparison with SecGPT-7B model)
102
- ![image](https://github.com/user-attachments/assets/8166a1d3-c69f-4b8a-821f-0dd83dcd4544)
103
-
104
- ### CTF
105
- ![image](https://github.com/user-attachments/assets/e6552b0b-521f-4d3f-8ba1-b9a3ce136d65)
106
- ![image](https://github.com/user-attachments/assets/df55e964-0bc3-45a9-97a6-625ea9d086fe)
107
-
108
- #### Reverse Engineering
109
- ![image](https://github.com/user-attachments/assets/18f83228-9fa3-44ec-8403-389371de7e88)
110
- ![image](https://github.com/user-attachments/assets/4b13ba4a-10ff-45dd-9f0b-80d64327df59)
111
-
112
- #### PWN
113
- ![image](https://github.com/user-attachments/assets/50108ebf-0979-46f6-9c01-47d4362e6832)
114
- ![image](https://github.com/user-attachments/assets/af44b4a6-ea34-4247-a949-d8c59c87d929)
115
-
116
- #### Web
117
- ![image](https://github.com/user-attachments/assets/4e73c0b2-de94-45de-813d-0b4c5d9cf263)
118
- ![image](https://github.com/user-attachments/assets/8847903c-d68d-47d7-ab15-a076401b0ca2)
119
-
120
- #### Crypto
121
- ![image](https://github.com/user-attachments/assets/8d2266d1-1282-425c-b89d-b83f80a30314)
122
- ![image](https://github.com/user-attachments/assets/991b84f5-600b-4646-aac5-2b1c4d1712c1)
123
-
124
- #### Misc
125
- ![image](https://github.com/user-attachments/assets/dcdeaa59-c15d-4349-ac9f-642008c12178)
126
- ![image](https://github.com/user-attachments/assets/af240992-faca-4d5c-be9e-513f727543cf)
127
-
128
- #### Blockchain
129
- ![image](https://github.com/user-attachments/assets/62f57e7e-8add-40e6-a532-bae07887ba1e)
130
- ![image](https://github.com/user-attachments/assets/4302694a-89a6-4117-a568-79f8c74bb815)
131
-
132
- #### IoT
133
- ![image](https://github.com/user-attachments/assets/d30a620f-f5e7-473c-a2f5-2ae171479e3f)
134
- ![image](https://github.com/user-attachments/assets/bb3288b4-fa47-4265-9a30-8fdd62b1e651)
135
-
136
- ### Internal Network Security
137
- ![image](https://github.com/user-attachments/assets/02fba088-9419-47ec-9072-de9a362a4e08)
138
- ![image](https://github.com/user-attachments/assets/05e9aef3-690f-4608-998c-8715e1a90e59)
139
-
140
- ### Social Engineering
141
- ![image](https://github.com/user-attachments/assets/6e1eb9ec-1bf5-4bc2-acdf-c5b004b58f6e)
142
- ![image](https://github.com/user-attachments/assets/f0c93222-56e6-4253-b6bb-3eeb8ec7d9cf)
143
-
144
- ### Code Writing
145
- ![image](https://github.com/user-attachments/assets/6e037fff-e46b-42d5-997d-559fb300aba0)
146
- ![image](https://github.com/user-attachments/assets/e8c1c0fd-16af-46e1-8b7b-57947145f545)
147
-
148
- ### Code Auditing (Linked with DeepSeekSelfTool Project)
149
- ![image](https://github.com/user-attachments/assets/c7dc4b66-379d-4c57-aaf2-3d4d73d1484c)
150
- ![image](https://github.com/user-attachments/assets/69a692a5-3290-4062-a4c7-de34c22d4d90)
151
- ![image](https://github.com/user-attachments/assets/b3df6f14-ccf0-44ec-ac69-c673ed1398c6)
152
 
153
  ## πŸ“ˆ Experimental Data Trends
154
  Minor gradient explosions observed, but overall stable.
 
1
  ---
2
+ base_model: Bouquets/StrikeGPT-R1-Zero-8B
3
  language:
4
  - en
5
  - zh
6
+ license: apache-2.0
 
7
  tags:
8
  - unsloth
9
  - Transformers
10
  - Safetensors
11
  - StrikeGPT
12
  - cybersecurity
13
+ - llama-cpp
14
+ - gguf-my-repo
15
  ---
 
16
  14/05/2025 Updated English dataset
17
 
18
  # πŸ€– StrikeGPT-R1-Zero: Cybersecurity Penetration Testing Reasoning Model
19
 
20
+
21
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67c1bfdf3e9af7d134c4189d/T2JpQznw0yoUDZrf2GqX0.png)
22
 
23
  ## πŸš€ Model Introduction
24
  **StrikeGPT-R1-Zero** is an expert model distilled through black-box methods based on **Qwen3**, with DeepSeek-R1 as its teacher model. Coverage includes:
 
100
  πŸ”— [https://huggingface.co/datasets/Bouquets/Cybersecurity-Red_team-LLM-en](https://huggingface.co/datasets/Bouquets/Cybersecurity-Red_team-LLM-en)
101
 
102
  ## 🎯 Core Capabilities Showcase & Comparison (Original model has ethical restrictions; simple comparison with SecGPT-7B model)
103
+ Given the absence of standardized evaluation metrics for cybersecurity penetration testing in large language models, we propose a controlled comparative framework leveraging GPT-4 as an impartial evaluator. The methodology consists of three phases:
104
+ **Controlled Questioning**
105
+ Identical cybersecurity penetration testing questions (e.g., "Explain how to exploit a SQL injection vulnerability in a REST API") are posed to both the distilled strikeGPT model and SecGPT Figure 12.
106
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67c1bfdf3e9af7d134c4189d/gYY1KKLLNGeQmUi4BgZJ4.png)
107
+ Questions span:
108
+ Technical Depth (e.g., payload construction)
109
+ Attack Methodology (e.g., step-by-step exploitation)
110
+ Mitigation Strategies (e.g., parameterized queries)
111
+ **GPT-4 Evaluation Protocol**
112
+ - Responses from both models are anonymized and evaluated by GPT-4 using criteria:
113
+ - Technical Accuracy (0-5): Alignment with known penetration testing principles (e.g., OWASP guidelines).
114
+ - Logical Coherence (0-5): Consistency in reasoning (e.g., cause-effect relationships in attack chains).
115
+ - Practical Feasibility (0-5): Real-world applicability (e.g., compatibility with tools like Burp Suite).
116
+ - GPT-4 provides detailed justifications for scores
117
+ According to the standards, the evaluation results are finally presented in Figure 13.
118
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67c1bfdf3e9af7d134c4189d/2ThExwlCX4iU_n-Adh6Fp.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
 
120
  ## πŸ“ˆ Experimental Data Trends
121
  Minor gradient explosions observed, but overall stable.