From charlesreid1

(Created page with "=Basics= In this page we'll walk through a forensic memory dump, run from the Metasploitable machine. Start by finding the machine with nmap: <pre> # nmap -F 192.168.1.* <...")
 
 
Line 11: Line 11:
Next, utilize an exploit to obtain a Meterpreter shell.  
Next, utilize an exploit to obtain a Meterpreter shell.  


For example, we can use the [[Metasploitable/distcc]] exploit.
For example, we can use the [[Metasploitable/Postgres]] exploit.
 
 
 
 
=Flags=
 
{{MSFlag}}

Latest revision as of 04:31, 3 April 2016

Basics

In this page we'll walk through a forensic memory dump, run from the Metasploitable machine.

Start by finding the machine with nmap:

# nmap -F 192.168.1.*

Next, utilize an exploit to obtain a Meterpreter shell.

For example, we can use the Metasploitable/Postgres exploit.



Flags