Home » Tools » 6. Exploitation Tools » 3. Armitage

3. Armitage

Description:
Armitage is a GUI-based tool that acts as a front-end for the Metasploit Framework. It helps simplify the process of scanning, exploiting, and managing compromised systems. It is useful for both beginners and those who prefer visual tools.

Examples:

    1. Launching Armitage:
      • armitage

Explanation: Opens the Armitage GUI, allowing users to connect to Metasploit and start working visually.

    1. Performing a Network Scan:
      • Use the “Hosts” menu to add target IPs or ranges and select “Nmap Scan.” Explanation: Scans the target network and adds discovered hosts to the workspace for further exploitation.
    2. Exploiting a Target:
      • Right-click on a discovered host and select “Attack” to automatically suggest possible exploits. Explanation: Armitage provides exploit suggestions based on vulnerabilities detected on the target. It also allows users to manage sessions and launch post-exploitation modules.
Scroll to Top