Change title, and remove requires

bug/bundler_fix
OJ 2016-02-18 14:23:43 +10:00
parent 2ae1e6df7d
commit 6d88c26474
1 changed files with 1 additions and 5 deletions

View File

@ -3,10 +3,6 @@
# Current source: https://github.com/rapid7/metasploit-framework
##
require 'msf/core'
require 'rex'
require 'msf/core/exploit/exe'
class Metasploit4 < Msf::Exploit::Local
Rank = ExcellentRanking
@ -15,7 +11,7 @@ class Metasploit4 < Msf::Exploit::Local
def initialize(info={})
super(update_info(info,
'Name' => 'AppLocker bypass',
'Name' => 'AppLocker Execution Prevention Bypass',
'Description' => %q{
This module will generate a .NET service executable on the target and utilise
InstallUtil to run the payload bypassing the AppLocker protection.