返回顶部
h

hexstrike六边形攻击

Cybersecurity assistant for CTF challenges, penetration testing, network recon, vulnerability assessment, and security research. Use when: (1) solving CTF challenges (web, crypto, pwn, forensics, rev, OSINT, misc), (2) performing network reconnaissance or port scanning, (3) web application security testing, (4) vulnerability scanning and assessment, (5) binary analysis or reverse engineering, (6) password cracking or hash identification, (7) forensics analysis (file, memory, network, steganograp

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

hexstrike

HexStrike — 网络安全与CTF技能

概述

通过exec直接执行安全工具。无需中间件,无需MCP服务器——直接通过CLI访问150+安全工具,配合方法论驱动的工作流程。

第一步:检查可用工具

在开始任何任务前,运行工具检查器查看已安装的工具:

bash
bash scripts/tool-check.sh # 所有类别
bash scripts/tool-check.sh network # 仅网络工具
bash scripts/tool-check.sh web # 仅Web工具

根据可用工具调整工作流程。如果缺少首选工具,建议安装或使用替代方案。

CTF工作流程

当面对CTF挑战时:

  1. 1. 识别类别:从描述/文件中判断(web、crypto、pwn、forensics、rev、misc、OSINT)
  2. 阅读references/ctf-playbook.md中对应类别章节
  3. 初步排查——在运行重型工具前先执行快速识别命令
  4. 迭代——CTF是探索性的;先尝试明显的方法,再升级到专业工具
  5. 记录发现——随时记录有价值的线索

类别识别提示

指标类别
URL、Web应用、登录页面、Cookieweb
密文、哈希、编码数据、RSA、AES
crypto | | 二进制文件、ELF、PE、段错误、nc连接 | pwn | | 图像文件、pcap、内存转储、磁盘镜像 | forensics | | 待分析的二进制文件、这是做什么的、crackme | rev | | 用户名、位置、社交媒体、域名 | OSINT | | 编码、二维码、音频文件、冷门内容 | misc |

侦察/渗透测试工作流程

对于侦察或渗透测试任务:

  1. 1. 阅读references/recon-methodology.md了解完整的分阶段方法
  2. 阶段1:被动侦察(子域名、DNS、WHOIS、证书透明度)
  3. 阶段2:主动侦察(端口扫描、服务枚举)
  4. 阶段3:漏洞扫描(nuclei、nikto、nmap脚本)
  5. 阶段4:Web应用测试(目录暴力破解、注入测试)
  6. 阶段5:凭据攻击(仅限授权情况下)

工具参考

如需快速查询80+工具的语法,请阅读references/tool-reference.md。

执行指南

输出处理

  • - 将长输出重定向到文件:nmap ... -oA /tmp/nmapresults
  • 使用| head -50或| tail -20进行初步审查
  • 保存重要结果:> /tmp/<工具名><目标>_results.txt

安全

  • - 未经明确授权,切勿对目标运行攻击性工具
  • 默认先进行非侵入式扫描(被动侦察、版本检测)
  • 仅在确认授权后升级到主动测试
  • 尽可能使用--batch标志以避免交互式提示(例如sqlmap)
  • 设置合理的超时和速率限制以避免干扰

工具安装

如果缺少关键工具,建议安装命令:
  • - Debian/Ubuntu:sudo apt install <包名>
  • pip工具:pip3 install <包名>
  • Go工具:go install <仓库地址>@latest
  • Kali Linux:大多数工具预装;sudo apt install kali-tools-*用于安装类别工具

长时间运行的扫描

对于耗时数分钟的扫描,使用带background: true和yieldMs参数的exec:

exec: nmap -sV -sC -p- <目标> -oA /tmp/full_scan
background: true, yieldMs: 30000

使用process(action=poll)检查进度。

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 hexstrike-1775938448 技能

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

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

通过命令行安装

skillhub install hexstrike-1775938448

下载

⬇ 下载 hexstrike v1.0.0(免费)

文件大小: 11.96 KB | 发布时间: 2026-4-12 10:11

v1.0.0 最新 2026-4-12 10:11
HexStrike 1.0.0 — Initial release

- Launches a cybersecurity assistant for CTF, pentesting, recon, binary analysis, forensics, cloud security, and more.
- Enables direct CLI access to 150+ security tools with methodology-driven workflows and no middleware.
- Provides structured guidance for CTF challenges, including category identification and tool usage methodologies.
- Includes phased reconnaissance and penetration testing workflow, with tool usage and output management advice.
- Offers quick syntax lookup by referencing curated documentation for 80+ tools.
- Emphasizes safety, authorization, and non-invasive best practices for tool execution.

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

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

p2p_official_large
返回顶部