paijo77/security-redteam-dataset
收藏Hugging Face2026-03-22 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/paijo77/security-redteam-dataset
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
tags:
- security
- pentesting
- ctf
- ethical-hacking
- instruction-tuning
size_categories:
- 1K<n<10K
---
# Security & Red Team Dataset
300+ penetration testing and security research samples for educational purposes. OWASP, OSINT, privilege escalation, web security.
## Stats
- **Samples**: 40
- **Format**: JSONL (messages format, ready for SFT)
- **License**: Apache 2.0
## Usage
```python
from datasets import load_dataset
ds = load_dataset("paijo77/security-redteam-dataset")
# Format: messages array
print(ds['train'][0]['messages'])
```
## Fine-tuning
```python
from trl import SFTTrainer
# dataset_text_field="messages" with apply_chat_template
```
## Support This Project
If this dataset helps your research or product:
👉 **https://www.tip.md/oyi77**
## License
Apache 2.0 — free for commercial use.
---
license: apache-2.0
tags:
- 安全(Security)
- 渗透测试(Penetration Testing)
- 夺旗赛(Capture The Flag, CTF)
- 道德黑客(Ethical Hacking)
- 指令微调(Instruction Tuning)
size_categories:
- 1000 < 样本数 < 10000
---
# 安全与红队数据集
本数据集包含300余份用于教育用途的渗透测试与安全研究样本,涵盖开放Web应用安全项目(Open Web Application Security Project, OWASP)、开源情报(Open Source Intelligence, OSINT)、权限提升及Web安全等方向。
## 统计信息
- **样本量**:40
- **格式**:JSONL(采用messages格式,可直接用于监督微调(Supervised Fine-Tuning, SFT))
- **许可证**:Apache 2.0
## 使用方法
python
from datasets import load_dataset
ds = load_dataset("paijo77/security-redteam-dataset")
# 格式说明:messages数组
print(ds['train'][0]['messages'])
## 微调
python
from trl import SFTTrainer
# 若使用apply_chat_template,需指定dataset_text_field="messages"
## 支持本项目
若本数据集对你的研究或产品有所帮助,请前往:👉 **https://www.tip.md/oyi77** 进行支持。
## 许可证
Apache 2.0协议 — 可免费用于商业用途。
提供机构:
paijo77



