Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
sshpass-win32 — http://sourceforge.net/projects/sshpass/ のWindows版 | Kitploit
ツール/GitHubGitHub/xhcoding/sshpass-win32
汎用ユーティリティパスワード攻撃ペネトレーションテスト認証
GitHubxhcoding/sshpass-win32

sshpass-win32

http://sourceforge.net/projects/sshpass/ のWindows版

リポジトリを見る
1472833ヶ月前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

sshpass-win32

https://linux.die.net/man/1/sshpass と同様のツールです。

前提条件

sshpass を実行するには、以下をインストールする必要があります。

  • Windows 10 Insider ビルド 17733 以降

インストール

Winget

root@kitploit:~
winget install xhcoding.sshpass-win32

Scoop

root@kitploit:~
scoop install sshpass

使い方

root@kitploit:~
Usage: sshpass [ options ] command arguments

    -h, --help    show this help message and exit
    -V, --version Print version information

Password options: With no options - password will be taken from stdin
    -f=<str>      Take password to use from file
    -d=<int>      Use number as file descriptor for getting password
    -p=<str>      Provide password as argument (security unwise)
    -e            Password is passed as env-var "SSHPASS"

Other options:
    -P=<str>      Which string should sshpass search for to detect a password prompt
    -v            Be verbose about what you're doing
    -k            Auto confirm 'Are you sure...' prompt for host keys

使用例

root@kitploit:~
sshpass -p 12345 ssh [email protected] ls
root@kitploit:~
sshpass -p 12345 rsync -avz -e 'c:/Users/xhcoding/scoop/apps/cwrsync/current/bin/ssh.exe' README.md [email protected]:/home/xhcoding/
ツールをダウンロード