windows-lateral-movement

Pivot between Windows hosts using remote execution and credential techniques.

1.6k|204|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/yaklang/hack-skills --skill windows-lateral-movement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: windows-lateral-movement
Source: https://github.com/yaklang/hack-skills/tree/main/skills/windows-lateral-movement
Command: npx skills add https://github.com/yaklang/hack-skills --skill windows-lateral-movement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Facilitates pivoting between Windows hosts by using remote execution techniques and credential-based access patterns to move laterally in Windows environments.

Core Features & Use Cases

  • Remote execution methods: PsExec, WMI, WinRM, DCOM, RDP to perform cross-host actions.
  • Credential-based movement: pass-the-hash, overpass-the-hash, pass-the-ticket to reach adjacent machines.
  • Practical scenarios: red-team engagements, security assessments, and incident-response simulations requiring reliable host pivoting.

Quick Start

Execute the playbook to pivot between Windows hosts using remote execution techniques (PsExec, WMI, WinRM, DCOM, or RDP) and credential methods.

Frequently Asked Questions about windows-lateral-movement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I move laterally across Windows hosts using remote execution?

Windows lateral movement across hosts is achieved using remote execution methods like PsExec, WMI, WinRM, DCOM, or RDP to perform cross-host actions in red-team engagements and security assessments.

What is pass-the-hash and how does it work for Windows pivot operations?

Pass-the-hash is a credential-based Windows lateral movement technique that allows pivoting to adjacent machines by using hashed credentials, alongside methods like overpass-the-hash and pass-the-ticket.

Can I use WMI or WinRM for remote execution during incident simulations?

Yes, WMI and WinRM are supported remote execution methods for performing cross-host actions during incident-response simulations requiring reliable Windows host pivoting.

What is the best way to pivot between Windows machines in a security assessment?

The best way to pivot between Windows machines involves combining remote execution techniques like DCOM or RDP with credential-based access patterns such as pass-the-ticket to reach adjacent machines.

What security considerations apply to cross-host actions using PsExec?

Security considerations for PsExec and other lateral movement techniques include understanding the operational footprint of remote execution and credential-based access patterns to avoid detection during incident simulations.