mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
Module Cleanup
This commit is contained in:
parent
46eff4c96d
commit
8c7796c6d3
@ -266,3 +266,6 @@ DEPENDENCIES
|
||||
simplecov
|
||||
timecop
|
||||
yard
|
||||
|
||||
BUNDLED WITH
|
||||
1.12.5
|
||||
|
@ -3,9 +3,6 @@
|
||||
# Current source: https://github.com/rapid7/metasploit-framework
|
||||
##
|
||||
|
||||
require 'msf/core'
|
||||
require 'msf/core/exploit/powershell'
|
||||
|
||||
class MetasploitModule < Msf::Exploit::Remote
|
||||
Rank = ManualRanking
|
||||
|
||||
@ -25,8 +22,8 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' =>
|
||||
[
|
||||
'Casey Smith @subTee', # AppLocker bypass research and vulnerability discovery
|
||||
'Trenton Ivey "kn0"', # MSF Module
|
||||
'Casey Smith', # AppLocker bypass research and vulnerability discovery (@subTee)
|
||||
'Trenton Ivey', # MSF Module (kn0)
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user