Home » Tools » 9. Post-Exploitation Tools » 1. Metasploit Meterpreter

1. Metasploit Meterpreter

Description:
Meterpreter is an advanced payload within the Metasploit Framework. It is injected into memory and provides an interactive shell, allowing an attacker to execute commands, escalate privileges, capture screenshots, log keystrokes, and more.

Examples:

    1. Capture Screenshot:
      • screenshot

Explanation: Captures the current screen of the compromised system.

    1. Dump Password Hashes:
      • hashdump

Explanation: Dumps password hashes from the compromised system for offline cracking.

Scroll to Top