Metasploit
Who cares if it's easy, that's the point right?
Common Uses
Meterpreter
# Below adds a port fwd, localhost:1234 -> meterpreter -> 10.0.0.1:22
meterpreter > portfwd add -l 1234 -p 22 -r 10.0.0.1
# Below adds a route to move all traffic for a subnet thru meterpreter session #1
msf > route add [subnet] [netmask] [session id]
msf > route add 10.0.1.0 255.255.255.0 1 # routes thru session 1 for 10.0.1.0/24
msf > route add 10.0.0.5 255.255.255.255 1 # routes thru session 1 for host 10.0.0.5Managing Meterpreter Sessions
Mimikatz in Meterpreter
Meterpreter Commands
Arsenal
Modules
Troubleshooting
Last updated