0Pricing
Cyber Security Academy · Lesson

Post-Exploitation: Pivot and Persist

Use Metasploit's post modules for privilege escalation, credential dumping, and persistence.

Post-Exploitation Goals

After initial access, the attacker's goals are: escalate privileges, gather intelligence, maintain persistent access, and move laterally to reach the true objective (data, systems, domain control).

Situational Awareness

First steps after shell: understand where you are. Collect system info, network config, current user privileges, running processes, and environment variables.

meterpreter > sysinfo
meterpreter > getuid
meterpreter > getpid
meterpreter > run post/multi/recon/local_exploit_suggester
meterpreter > run post/linux/gather/enum_system

All lessons in this course

  1. Metasploit Architecture and msfconsole
  2. Exploiting a Known Vulnerability
  3. Payloads: Staged vs Stageless, Meterpreter
  4. Post-Exploitation: Pivot and Persist
← Back to Cyber Security Academy