β˜„οΈ
Certified Ethical Hacker
  • πŸ‘‰Certified Ethical Hacker Cheatsheet
  • 🐧General Settings
    • πŸ“¦APT Package Manager
    • πŸ€–Cron
    • 🦊Firefox Extensions
  • ✍️Research & Report
    • πŸ’ Obsidian
    • 🎒Notion
    • 🐼Pwndocs
  • πŸ”ŽInformation Gathering
    • πŸ“›NSLookup // Dig // Whois
    • πŸ“œNmap
    • πŸ–₯️DNS Enumeration
  • πŸ”¬Vulnerability Assessment
    • 🌐Web Assessment
      • Nikto
      • WPScan
    • πŸ•ΈοΈNetwork Assessment
      • OpenVAS
      • Nessus
  • βš”οΈExploitation
    • πŸ”΄Metasploit
    • 🐍MSFVenom
    • πŸ‘οΈSearchsploit
    • 🐚Revshells
    • 🐱Netcat
      • 😾Pwncat-CS
    • πŸ’ͺBrute Force
    • πŸ”’Wi-FI
  • ⚜️Post Exploitation
    • β›ΊPersistence
    • πŸ“File Transfer
      • Netcat
      • SMB
      • Python
      • Updog
      • Linpeas
    • πŸ•³οΈTunnelling
Powered by GitBook
On this page
  • Usage
  • Multihandler
  1. Exploitation

Metasploit

Metasploit Command & Control Framework

PreviousNessusNextMSFVenom

Last updated 1 year ago

Usage

# Start up MSFConsole
msfconsole

# Start in quiet mode (removes art)
msfconsole -q

# Update
msfupdate

# Search for module
search [auxilliary exploit brute]

# Search technology
search smb

# Combine 
search smb scan

# Use Module
use NUM

# Example
search smb scan
use 4

# Show options
options

# Set payloads
set payload NUM/PAYLOAD

Multihandler

βš”οΈ
πŸ”΄
Metasploit Tutorial for Beginners - Basics to AdvancedNoobLinux
https://docs.metasploit.com/docs/docs.metasploit.com
Generic Payload Handler - Metasploit - InfosecMatterInfosecMatter
Logo
Logo