Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
doublehop — 一个使用 PowerShell Remoting / WinRM 通过 WinRM 双跃点技术远程执行 PowerShell 命令的工具。 | Kitploit
工具/GitHubGitHub/an00byss/doublehop
横向移动渗透测试红队远程访问工具
GitHuban00byss/doublehop

doublehop

一个使用 PowerShell Remoting / WinRM 通过 WinRM 双跃点技术远程执行 PowerShell 命令的工具。

查看仓库
144年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Doublehop

该工具旨在通过 WinRM 双跳技术,协助利用 PowerShell Remoting / WinRM 在远程主机上执行 PowerShell 命令。

该工具假定您拥有内部网络和 CLI 访问权限。

用法

root@kitploit:~
doublehop Usage():
    -c string
        要执行的命令。
    -j string
        我们对其执行命令的目标主机。
    -l string
        起始跳转主机。
    -m string
        添加主机,以逗号分隔。格式:'host1,host2'
    -p string
        用户密码
    -u string
        格式:'DOMAIN\USER',用于身份验证的用户。

示例

root@kitploit:~
# 针对单台主机执行:
doublehop.exe -u "acme.local\pwneduser" -p "MySecurePass" -l wks01.acme.local -j server1.acme.local -c ipconfig

# 针对多台跳转系统执行:
doublehop.exe -u "acme.local\pwneduser" -p "MySecurePass" -l wks01.acme.local -m "server1.acme.local,server2.amce.local" -c ipconfig

灵感来源:Slayerlabs - Kerberos 双跳解决方案

下载工具