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 コマンドを実行するツール。

リポジトリを見る
14年前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Doublehop

このツールは、PowerShell Remoting / WinRM を使用して、WinRM ダブルホップ技術を介しリモートホスト上で PowerShell コマンドを実行する際の補助を目的としています。

このツールは、内部ネットワークおよびCLIアクセス権があることを前提としています。

使用方法

root@kitploit:~
doublehop Usage():
    -c string
        Command we are executing.
    -j string
        Host we are executing command against.
    -l string
        Inital host we are jumping from.
    -m string
        Add hosts comma seperated. FORMAT: 'host1,host2'
    -p string
        Password for user
    -u string
        FORMAT: 'DOMAIN\USER' we are authenticating with.

例

root@kitploit:~
# Execute against single host:
doublehop.exe -u "acme.local\pwneduser" -p "MySecurePass" -l wks01.acme.local -j server1.acme.local -c ipconfig

# Execute against multiple jump systems:
doublehop.exe -u "acme.local\pwneduser" -p "MySecurePass" -l wks01.acme.local -m "server1.acme.local,server2.amce.local" -c ipconfig

インスパイア元: Slayerlabs - Kerberos ダブルホップ回避策

ツールをダウンロード