Skip to content

phannhat17/metasploit-web-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

metasploit-web-interface

Web interface for using Metasploit Framework

Installation

Backend

  1. Install nmap
  2. Install metasploit
  3. cd BE
  4. ./start.sh

Frontend

  1. Install npm
  2. cd web-fe/
  3. npm run dev

The application will run on port 3000