1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Module Cleanup

This commit is contained in:
Trenton Ivey 2016-06-11 18:12:42 -05:00
parent 46eff4c96d
commit 8c7796c6d3
2 changed files with 5 additions and 5 deletions

View File

@ -266,3 +266,6 @@ DEPENDENCIES
simplecov
timecop
yard
BUNDLED WITH
1.12.5

View File

@ -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' =>
{