Eternal Blue

Task 1 Reconnaissance - Deploy the machine
1.1 - Deploy the machine
1.2 - How many services are running under port 1000?
1.3 - What is this machine vulnerable to? (Answer in the form of: ms??-???, ex: ms08-067)
Task 2 - Gain Access
2.1 - Find the exploitation code we will run against the machine. What is the full path of the code? (Ex: exploit/........)

Task 3 - Escalate
3.1 - Convert a shell to meterpreter shell in metasploit. What is the name of the post module we will use? (Exact path, similar to the exploit we previously selected)
3.2 - Select this (use MODULE_PATH). Show options, what option are we required to change?

3.3 - Verify that we have escalated to NT AUTHORITY\SYSTEM. Run getsystem to confirm this. Feel free to open a dos shell via the command 'shell' and run 'whoami'. This should return that we are indeed system. Background this shell afterwards and select our meterpreter session for usage again.
Task 4 - Cracking
4.1 - Within our elevated meterpreter shell, run the command 'hashdump'. This will dump all of the passwords on the machine as long as we have the correct privileges to do so. What is the name of the non-default user?

4.2 - Copy this password hash to a file and research how to crack it. What is the cracked password?
Task 5 - Find flags!
5.1 - Flag1? This flag can be found at the system root.
5.2 - Flag2? This flag can be found at the location where passwords are stored within Windows.
5.3 - This flag can be found in an excellent location to loot. After all, Administrators usually have pretty interesting things saved.
Last updated