Home / cha0upup / leoai · ai/src/main/resources/skills/puppet-node/lateral-move-ssh/SKILL.md · GitHub

lateral-move-ssh skillA

This file is byte-identical to the first copy the registry indexed. Same content hash, same audit grade.

lateral-move-ssh is agent-read markdown (skill) from cha0upup/leoai: 使用已授权且已匹配的 SSH 私钥,对明确指定的内网 Linux 目标执行单跳登录和最小分诊,验证能否获得对任务有价值的新立足点。当红队人员已有目标、用户名、私钥路径并明确要求横向验证时使用;不得用于密码喷洒、用户名猜测或自动多跳。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# SSH 单跳横向验证

用一次受控认证回答:凭据是否有效、远端权限是什么、新立足点是否比当前主机更接近演练目标。

## 行动目标

- 验证一条明确的“源立足点—凭据—目标”路径。
- 成功后在同一 SSH 会话中完成最小主机分诊。
- 判断新主机的权限收益、网络收益、凭据收益和任务价值。
- 达到目标或没有新增价值时停止,不自动继续下一跳。

## 必要输入

- 用户授权的目标主机和端口。
- 明确用户名,不猜测常见账号。
- 可直接引用的私钥路径或既有 SSH 配置。
- 已知或待核验的主机密钥指纹。
- 本次只读远端命令和成功标准。

缺少凭据时交接 `hunt-credentials`;缺少目标时请求用户提供,不自动扫描网段。

## 授权与 ROE

- 风险等级:high;访问模式:active-login。
- 每次确认只覆盖一个目标和一组凭据。
- 不通过命令行参数传递明文密码,不喷洒、不轮换账号或凭据。
- 不跳过主机密钥校验,不进入交互 Shell。
- 不修改远端文件、authorized_keys、任务、服务或日志。
- 不在新主机自动继续横向;每一跳都要重新选择路径并确认。
- 摘要记录凭据来源和指纹,不记录密码或私钥正文。

## OPSEC 与失败预算

- 主机指纹采集最多一次,登录认证最多一次。
- `Permission denied` 后立即停止,不用其他用户名或密钥补试。
- 超时或拒绝后不自动扫描替代端口。
- 成功后所有分诊在一次连接中完成,减少认证和会话日志。
- 预先说明目标 `auth.log`/`secure`、lastlog/wtmp 和网络监控可见性。

## 目标优先级

只有满足必要输入的候选才可执行。优先选择:

1. 与用户指定业务目标直接相关的主机。
2. 已有 SSH config/known_hosts 关联且凭据映射明确的主机。
3. 预计带来新网段、运维权限、关键服务或更高权限的主机。
4. 成功率更高、失败锁定风险更低、噪声更可控的路径。

不要仅因 22 端口开放就尝试登录。

## 工作流

1. 读取摘要,确认源立足点、目标价值、凭据来源和授权边界。
2. 创建计划:路径核验、用户确认、单次登录、价值评估与交接。
3. 只读检查 SSH 客户端、私钥路径、权限、公钥指纹和 known_hosts。
4. 主机密钥未知时低频采集一次指纹,并与登录动作一起请求确认。
5. 调用 `request_user_input`,列明源/目标、端口、用户名、凭据来源、主机指纹、远端命令、认证次数、日志影响和停止条件;随后停止本轮。
6. 用户确认后执行批准的单次登录和一次性分诊。
7. 评估新立足点价值,用一次摘要追加保存结果并完成计划。

## 确认前核验

```bash
…

Read the whole file at its exact version.

How to install

Latest version
mdr add cha0upup/leoai/lateral-move-ssh@git:20260801.6c9c129
Exact content
mdr add cha0upup/leoai/lateral-move-ssh@sha256:84747e9d5f04c713

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_zfjafetscyec7nln.svg)](https://markdownregistry.com/a/art_zfjafetscyec7nln)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260801.6c9c129 latest2026-08-01 6c9c129 5,664 BA view · diff
git:20260616.da8811e2026-06-16 da8811e 12,459 BB view · diff
git:20260616.f14b0e12026-06-16 f14b0e1 12,422 BB view · diff
git:20260612.7254e062026-06-12 7254e06 12,370 BB view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5664 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

cha0upup/leoai · 307 stars · license GPL-3.0 · pushed 2026-09-19 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_zfjafetscyec7nln
GET https://markdownregistry.com/api/v1/resolve?ref=cha0upup/leoai/lateral-move-ssh
GET https://markdownregistry.com/api/v1/blob/84747e9d5f04c713f798ac243eda68c9a65381bfee433c183bec2db0b2bdc965

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from cha0upup/leoai

develop-disguise skill
cha0upup/leoai · ai/src/main/resources/skills/platform/develop-disguise/SKILL.md · 当用户希望在平台侧开发、测试、创建或更新 Disguise 时使用。该 skill 用于生成符合平台约束的 trafficEncodeBody、trafficDecodeBody、headersJson、description…
git:20260820.9149adf · audit A · 307 stars
develop-fingerprint skill
cha0upup/leoai · ai/src/main/resources/skills/platform/develop-fingerprint/SKILL.md · 当用户希望在平台侧编写、生成、完善、检查、保存、更新或删除指纹规则时使用。指纹由 NetworkProbe 采集证据,服务侧使用声明式 rule.match 判定。
git:20260918.5a4ff65 · audit A · 307 stars
exploit-suggest skill
cha0upup/leoai · ai/src/main/resources/skills/platform/exploit-suggest/SKILL.md · 当用户希望基于命中的指纹获取后续核查建议时使用。根据已识别组件、实测版本和独立的安全公告评估适用条件,输出有来源的建议,不直接执行利用动作。
git:20260918.5a4ff65 · audit A · 307 stars
shell-obfuscation skill
cha0upup/leoai · ai/src/main/resources/skills/platform/shell-obfuscation/SKILL.md · 理解 LeoAI Java/PHP WebShell 与 Java 内存马生成链路,根据用户本次选择的通信、伪装、兼容性和混淆参数生成独立制品。用户要求生成、变体生成、调整兼容性或排查 Shell 无法连接时使用;始终通过…
git:20260820.9149adf · audit A · 307 stars
analyze-browser-artifacts skill
cha0upup/leoai · ai/src/main/resources/skills/puppet-node/analyze-browser-artifacts/SKILL.md · 发现当前 Puppet 用户的浏览器 Profile,对书签、历史、Cookie、表单和登录数据库建立一致性副本,将选定制品采集到当前 Agent…
git:20260811.70d939d · audit A · 307 stars
escalate-linux-privilege skill
cha0upup/leoai · ai/src/main/resources/skills/puppet-node/escalate-linux-privilege/SKILL.md · 在 Linux Puppet 立足点上以只读方式发现并排序本地提权候选路径,覆盖 sudo、SUID/SGID、cron、PATH、服务、容器、Docker socket、NFS…
git:20260801.6c9c129 · audit A · 307 stars
hunt-credentials skill
cha0upup/leoai · ai/src/main/resources/skills/puppet-node/hunt-credentials/SKILL.md · 在已授权的 Puppet 立足点上定向搜集与红队任务相关的应用、JVM、数据库、SSH、云和服务账号凭据线索,建立“凭据—身份—目标—用途”映射。当需要扩大访问、接近指定业务目标或判断当前主机凭据价值时使用。
git:20260811.70d939d · audit A · 307 stars
persistence-linux skill
cha0upup/leoai · ai/src/main/resources/skills/puppet-node/persistence-linux/SKILL.md · 在管理员显式启用、演练 ROE 允许且用户精确授权后,为 Linux Puppet 目标部署一项与红队任务匹配、可验证、限时且可完整回滚的持久化机制。当需要在既定存续窗口内维持对指定账号或主机的访问,并已提供载荷、路径和清理要求时使用。
git:20260801.6c9c129 · audit A · 307 stars
recon-basic-info skill
cha0upup/leoai · ai/src/main/resources/skills/puppet-node/recon-basic-info/SKILL.md · 对新的 Puppet 立足点执行低噪声基础侦察,判断当前权限、业务价值、网络位置、关键服务、容器边界和可用行动入口,并形成红队主机画像。当进入新目标、需要判断立足点价值或尚无可靠侦察摘要时使用。
git:20260811.70d939d · audit A · 307 stars
develop-disguise skill
cha0upup/leoai · root/skills/platform/develop-disguise/SKILL.md · 当用户希望在平台侧开发、测试、创建或更新 Disguise 时使用。该 skill 用于生成符合平台约束的 trafficEncodeBody、trafficDecodeBody、headersJson、description…
git:20260820.9149adf · audit A · 307 stars
develop-fingerprint skill
cha0upup/leoai · root/skills/platform/develop-fingerprint/SKILL.md · 当用户希望在平台侧编写、生成、完善、检查、保存、更新或删除指纹规则时使用。指纹由 NetworkProbe 采集证据,服务侧使用声明式 rule.match 判定。
git:20260918.5a4ff65 · audit A · 307 stars
exploit-suggest skill
cha0upup/leoai · root/skills/platform/exploit-suggest/SKILL.md · 当用户希望基于命中的指纹获取后续核查建议时使用。根据已识别组件、实测版本和独立的安全公告评估适用条件,输出有来源的建议,不直接执行利用动作。
git:20260918.5a4ff65 · audit A · 307 stars

Every file in cha0upup/leoai

Other files named lateral-move-ssh

lateral-move-ssh skill
cha0upup/leoai · root/skills/puppet-node/lateral-move-ssh/SKILL.md · 使用已授权且已匹配的 SSH 私钥,对明确指定的内网 Linux 目标执行单跳登录和最小分诊,验证能否获得对任务有价值的新立足点。当红队人员已有目标、用户名、私钥路径并明确要求横向验证时使用;不得用于密码喷洒、用户名猜测或自动多跳。
git:20260801.6c9c129 · audit A · 307 stars

Browse by kind, by grade A, or by owner.