
StrikeGPT R1 Zero
基于DeepSeek-R1黑盒蒸馏的网络安全渗透领域推理模型。可高效的应对断网情况下的网络安全大赛。简介写完整了,图片加载不出来看看是否梯子挂好了。2025.5.14更新英文数据集
Repository Info
About This Server
基于DeepSeek-R1黑盒蒸馏的网络安全渗透领域推理模型。可高效的应对断网情况下的网络安全大赛。简介写完整了,图片加载不出来看看是否梯子挂好了。2025.5.14更新英文数据集
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
# 🤖 StrikeGPT-R1-Zero: 网络安全渗透领域推理模型

## 🚀 模型简介
**StrikeGPT-R1-Zero** 是基于 **Qwen3** 进行黑盒蒸馏的专家模型,其教师模型为 DeepSeek-R1,涵盖:
🔒 AI安全 | 🛡️ API安全 | 📱 APP安全 | 🕵️ APT | 🚩 CTF
🏭 ICS安全 | 💻 渗透测试ALL | ☁️ 云上安全 | 📜 代码审计
🦠 免杀 | 🌐 内网安全 | 💾 电子取证 | ₿ 区块链安全 | 🕳️ 溯源反制 | 🌍 物联网(IoT)安全<br>
🚨 应急响应 | 🚗 整车安全 | 👥 社会工程学 | 💼 渗透测试面试
### 👉 [点击访问可交互式详细数据分布图](https://bouquets-ai.github.io/StrikeGPT-R1-Zero/WEB)
### 🌟 模型亮点
- 🧩采用**思维链(CoT)推理数据**优化模型逻辑能力,显著提升在漏洞分析等复杂任务的表现
- 💪Base模型采用Qwen3相较于Distill-Llama更适合中国宝宝体制
- ⚠️**无道德限制**在特定领域的学术研究有不一样的表现(请在符合当地法律的情况下使用)
- ✨特定情况下如断网状态下的**网络安全大赛**,相较于本地RAG形式StrikeGPT-R1-Zero逻辑推理能力更强,在复杂任务处理方面表现更佳。
## 📊 数据分布

## 🛠️模型部署
### 通过ollama进行部署
`ollama run hf.co/Bouquets/StrikeGPT-R1-Zero-8B-Q4_K_M-GGUF:Q4_K_M`
**也可以直接调用原始模型**
```
from unsloth import FastLanguageModel
import torch
max_seq_length = 2048 # Choose any! We auto support RoPE Scaling internally!
dtype = None # None for auto detection. Float16 for Tesla T4, V100, Bfloat16 for Ampere+
load_in_4bit = True # Use 4bit quantization to reduce memory usage. Can be False.
model, tokenizer = FastLanguageModel.from_pretrained(
model_name = "Bouquets/StrikeGPT-R1-Zero-8B",
max_seq_length = max_seq_length,
dtype = dtype,
load_in_4bit = load_in_4bit,
# token = "hf_...",
)
alpaca_prompt = """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
### Instruction:
{}
### Input:
{}
### Response:
{}"""
# alpaca_prompt = Copied from above
FastLanguageModel.for_inference(model) # Enable native 2x faster inference
inputs = tokenizer(
[
alpaca_prompt.format(
"", # instruction
"你好,你是openai开发的吗", # input
"", # output - leave this blank for generation!
)
], return_tensors = "pt").to("cuda")
from transformers import TextStreamer
text_streamer = TextStreamer(tokenizer, skip_prompt = True)
_ = model.generate(input_ids = inputs.input_ids, attention_mask = inputs.attention_mask,
streamer = text_streamer, max_new_tokens = 4096, pad_token_id = tokenizer.eos_token_id)
```

经过量化后自我认知有点问题,请不要在意

## 💻开源💻
🌟 **开源模型** 🌟
🤗 **HuggingFace**:
🔗 [https://huggingface.co/Bouquets/StrikeGPT-R1-Zero-8B](https://huggingface.co/Bouquets/StrikeGPT-R1-Zero-8B)
📊 **数据集** (部分非推理数据集) 📊
🤗 **HuggingFace**:
🔹 网络安全LLM-CVE数据集:
🔗 [https://huggingface.co/datasets/Bouquets/Cybersecurity-LLM-CVE](https://huggingface.co/datasets/Bouquets/Cybersecurity-LLM-CVE)
🔹 红队LLM英文数据集:
🔗 [https://huggingface.co/datasets/Bouquets/Cybersecurity-Red_team-LLM-en](https://huggingface.co/datasets/Bouquets/Cybersecurity-Red_team-LLM-en)
## 🎯 核心能力展示&对比(原模型有道德限制就不做比较,简单比较SecGPT-7B模型【大佬写的评估脚本我改不来/(ㄒoㄒ)/~~】)

### CTF


#### Reverse Engineering


#### PWN


#### Web


#### Crypto


#### Misc


#### Blockchain


#### IoT


### 内网安全


### 社工


### 代码编写


### 代码审计(联动项目DeepSeekSelfTool)



## 📈 实验数据走势图
有些许梯度爆炸,总体问题不大

## 💰 训练成本
- **DeepSeek-R1 API调用费用**: ¥450 (均在打折时调用,正常调用价格在¥1800)
- **服务器开销**: ¥4?0
- **电子资源**: ¥??

## ⚖️ 使用须知
> 本模型仅供**合法安全研究**与**教育用途**。使用者需遵守所在地法律法规,开发者不对滥用行为负责。<br>
> 提示:使用即表示您同意本声明
💡 **提示**: 模型可能存在幻觉或知识盲区,关键场景请交叉验证!
Quick Start
Clone the repository
git clone https://github.com/Bouquets-ai/StrikeGPT-R1-ZeroInstall dependencies
cd StrikeGPT-R1-Zero
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.