mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
use metasploit-credential creation methods
This commit is contained in:
parent
98a23881ee
commit
ba525c7b78
2
Gemfile
2
Gemfile
@ -27,7 +27,7 @@ group :db do
|
||||
# Needed for Msf::DbManager
|
||||
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
|
||||
# Metasploit::Creential database models
|
||||
gem 'metasploit-credential', git: 'github-metasploit-credential:rapid7/metasploit-credential.git', tag: 'v0.1.2-metasploit-credential'
|
||||
gem 'metasploit-credential', git: 'github-metasploit-credential:rapid7/metasploit-credential.git', tag: 'v0.1.8-metasploit-credential'
|
||||
# Database models shared between framework and Pro.
|
||||
gem 'metasploit_data_models', '~> 0.17.1'
|
||||
# Needed for module caching in Mdm::ModuleDetails
|
||||
|
@ -1,9 +1,9 @@
|
||||
GIT
|
||||
remote: github-metasploit-credential:rapid7/metasploit-credential.git
|
||||
revision: 2f8384cd5f7d0124e276a6e4b7fa8193dd96f56c
|
||||
tag: v0.1.2-metasploit-credential
|
||||
revision: 2be17e6327b4a5caa9a22ffc0b064923a25a222c
|
||||
tag: v0.1.8-metasploit-credential
|
||||
specs:
|
||||
metasploit-credential (0.1.2.pre.metasploit.pre.credential)
|
||||
metasploit-credential (0.1.8.pre.electro.pre.release)
|
||||
metasploit-concern (~> 0.0.4)
|
||||
metasploit_data_models (~> 0.17.0)
|
||||
rubyntlm
|
||||
|
840
db/schema.rb
840
db/schema.rb
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,4 @@
|
||||
require 'metasploit/credential/creation'
|
||||
# -*- coding: binary -*-
|
||||
module Msf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user