Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
Strumenti/GitHubGitHub/xhcoding/sshpass-win32
Utilità GenericheAttacchi alle PasswordPenetration TestingAutenticazione
GitHubxhcoding/sshpass-win32

sshpass-win32

Versione Windows di http://sourceforge.net/projects/sshpass/

Vedi Repository
1472823 mesi faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

sshpass-win32

Simile a https://linux.die.net/man/1/sshpass

Prerequisiti

Per eseguire sshpass, è necessario installare:

  • Windows 10 Insider build 17733 o successivo

Installazione

Winget

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

Scoop

root@kitploit:~
scoop install sshpass

Utilizzo

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

Esempi

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/
Scarica lo strumento