SSH Login

Lab Environment

In this lab environment, you will be provided with GUI access to a Kali machine. The target machine running an SSH service will be accessible at demo.ine.local.

Objective: Your task is to run the following auxiliary modules against the target:

  • auxiliary/scanner/ssh/ssh_version

  • auxiliary/scanner/ssh/ssh_login

The following username and password dictionary will be useful: - /usr/share/metasploit-framework/data/wordlists/common_users.txt - /usr/share/metasploit-framework/data/wordlists/common_passwords.txt

Tools

The best tools for this lab are:

  • Nmap

  • Metasploit Framework

Writeup

use auxiliary/scanner/ssh/ssh_version
set rhosts demo.ine.local
run

Last updated