项目作者: Placidina

项目描述 :
Custom Metasploit Framework Modules
高级语言: Ruby
项目地址: git://github.com/Placidina/metasploit.git
创建时间: 2019-05-25T21:37:47Z
项目社区:https://github.com/Placidina/metasploit

开源协议:

下载


Metasploit

The custom Metasploit Framework modules.

Requirements

Some modules need packages not installed in the metasploit:

How to add and update gems in metasploit framework

Packages

Metasploit

Apply changings and install Metasploit Framework only ArchLinux distribution.

  1. cd packages/metasploit
  2. makepkg -rsi

Armitage

Apply changings and install Armitage only ArchLinux distribution.

  1. cd packages/armitager
  2. makepkg -rsi

Note: Armitage requires Metasploit service running, and database configuration

  1. cp /usr/share/metasploit/database.yml.sample $HOME/.msf4/database.yml
  2. msfconsole
  3. > db_status
  4. sudo systemctl start docker.service
  5. sudo systemctl start metasploit.service

Vulnerabilities

Reproduces vulnerabilities to test locally.

Modules

Custom modules for Metasploit Framework

  1. rm -r $HOME/.msf4/modules
  2. ln -s /your/path/to/this/repository/modules $HOME/.msf4/modules