add exploit module for audio workstation from dookie

git-svn-id: file:///home/svn/framework3/trunk@7813 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2009-12-10 20:46:34 +00:00
parent e724ceaf33
commit fb1a8a8283
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
##
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
@ -45,7 +52,7 @@ class Metasploit3 < Msf::Exploit::Remote
register_options(
[
OptString.new('FILENAME', [ false, 'The file name.', 'evil.galan']),
OptString.new('FILENAME', [ false, 'The file name.', 'msf.galan']),
], self.class)
end