Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
sshpass-win32 — Windows version of http://sourceforge.net/projects/sshpass/ | Kitploit
Tools/GitHubGitHub/xhcoding/sshpass-win32
General Purpose UtilitiesPassword AttacksPenetration TestingAuthentication
GitHubxhcoding/sshpass-win32

sshpass-win32

Windows version of http://sourceforge.net/projects/sshpass/

View Repository
1472833 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

sshpass-win32

Like https://linux.die.net/man/1/sshpass

Pre-Requirements

To run sshpass, you must install:

  • Windows 10 Insider build 17733 or later

Install

Winget

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

Scoop

root@kitploit:~
scoop install sshpass

Usage

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

Examples

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/
Download Tool