Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
sshpass-win32 — http://sourceforge.net/projects/sshpass/ का विंडोज संस्करण | Kitploit
उपकरण/GitHubGitHub/xhcoding/sshpass-win32
सामान्य उपयोगिताएँपासवर्ड हमलेपेनिट्रेशन टेस्टिंगप्रमाणीकरण
GitHubxhcoding/sshpass-win32

sshpass-win32

http://sourceforge.net/projects/sshpass/ का विंडोज संस्करण

रिपॉजिटरी देखें
1472833 महीने पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

sshpass-win32

जैसे https://linux.die.net/man/1/sshpass

पूर्व-आवश्यकताएँ

sshpass चलाने के लिए, आपको इंस्टॉल करना होगा:

  • विंडोज 10 इनसाइडर बिल्ड 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/
टूल डाउनलोड करें