返回顶部
i

inline-asset-probe内联资产探测

Fetch a URL with curl/wget, extract inline base64 data URIs, and best-effort decode any content to inspect embedded assets.

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

inline-asset-probe

内联资源探查器

用于从HTML或CSS中快速提取内联资源并检查base64编码负载的实用工具。

功能说明

  • - 使用curl或wget获取目标URL
  • 扫描内联data:*;base64,资源并将其保存为文件
  • 可选地对整个响应进行base64解码,作为尽力探测

使用方法

PowerShell:
powershell
powershell -ExecutionPolicy Bypass -File run.ps1.txt -Url https://example.com

保存原始响应并解码任何内容:
powershell
powershell -ExecutionPolicy Bypass -File run.ps1.txt -Url https://example.com -SaveResponse -DecodeResponse

限制提取资源数量并选择输出目录:
powershell
powershell -ExecutionPolicy Bypass -File run.ps1.txt -Url https://example.com -OutDir probe_out -MaxAssets 20

输出结果

  • - 使用-SaveResponse时生成probeout/response.bin
  • 提取的内联资源生成probeout/assets/asset*.ext
  • 使用-DecodeResponse时生成probeout/decoded.bin

注意事项

  • - -DecodeResponse通过去除非base64字符并填充至4字节边界,对任何内容进行尽力而为的base64解码。
  • 最适合包含内联数据URI的HTML/CSS页面。

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 inline-asset-probe-1776190141 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 inline-asset-probe-1776190141 技能

通过命令行安装

skillhub install inline-asset-probe-1776190141

下载

⬇ 下载 inline-asset-probe v1.0.0(免费)

文件大小: 3.04 KB | 发布时间: 2026-4-17 15:05

v1.0.0 最新 2026-4-17 15:05
Initial release of inline-asset-probe.

- Fetches a URL using curl or wget and scans for inline base64 data URIs in HTML or CSS.
- Extracts and saves detected inline assets as files.
- Optionally base64-decodes the entire server response for additional inspection.
- Configurable output directory, maximum extracted assets, and response saving via command-line options.
- Provides PowerShell scripts for usage and automation.

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

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

p2p_official_large
返回顶部