返回顶部
S

SecLists Payloads (Curated)

Essential exploitation payloads: anti-virus test files, file name exploits, malicious files. Curated for testing.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
157
下载量
0
收藏
概述
安装方式
版本历史

SecLists Payloads (Curated)

# SecLists Payloads (Curated) ## Description Essential exploitation payloads: anti-virus test files, file name exploits, malicious files. Curated for testing. **Source:** [SecLists/Payloads](https://github.com/danielmiessler/SecLists/tree/master/Payloads) **Repository:** https://github.com/danielmiessler/SecLists **License:** MIT ## When to Use This Skill Use this skill when you need: - Anti-virus testing - File upload testing - Path traversal testing - Security control validation **⚠️ IMPORTANT:** Only use for authorized security testing, bug bounty programs, CTF competitions, or educational purposes. ## Key Files in This Skill - `EICAR test file` - `Null byte file names` - `Command execution file names` ## Usage Example ```python # Access files from this skill import os # Example: Load patterns/payloads skill_path = "references/Payloads" # List all available files for root, dirs, files in os.walk(skill_path): for file in files: if file.endswith('.txt'): filepath = os.path.join(root, file) print(f"Found: {filepath}") # Read file content with open(filepath, 'r', errors='ignore') as f: content = f.read().splitlines() print(f" Lines: {len(content)}") ``` ## Security & Ethics ### Authorized Use Cases ✅ - Authorized penetration testing with written permission - Bug bounty programs (within scope) - CTF competitions - Security research in controlled environments - Testing your own systems - Educational demonstrations ### Prohibited Use Cases ❌ - Unauthorized access attempts - Testing without permission - Malicious activities - Privacy violations - Any illegal activities ## Complete SecLists Collection This is a curated subset of SecLists. For the complete collection: - **Full repository:** https://github.com/danielmiessler/SecLists - **Size:** 4.5 GB with 6,000+ files - **All categories:** Passwords, Usernames, Discovery, Fuzzing, Payloads, Web-Shells, Pattern-Matching, AI, Miscellaneous --- **Generated by Skill Seeker** | SecLists Payloads Collection **License:** MIT - Use responsibly with proper authorization

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 payloads-1776108962 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 payloads-1776108962 技能

通过命令行安装

skillhub install payloads-1776108962

下载 Zip 包

⬇ 下载 SecLists Payloads (Curated) v1.0.0

文件大小: 5.14 KB | 发布时间: 2026-4-14 11:23

v1.0.0 最新 2026-4-14 11:23
SecLists Payloads (Curated) 1.0.0

- Initial release of curated exploitation payloads for security testing.
- Includes EICAR anti-virus test file, null byte filenames, and command execution filename payloads.
- Designed to support anti-virus, file upload, path traversal, and security control validation tests.
- Usage instructions and clear guidance on ethical/legal boundaries provided.
- References and links to the full SecLists repository for further resources.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部