Adding an Id tag and a standard header to all modules

git-svn-id: file:///home/svn/framework3/trunk@4419 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-02-18 00:10:39 +00:00
parent 8c623792e0
commit abbeb2e87e
305 changed files with 3781 additions and 131 deletions

View File

@ -8,3 +8,5 @@
# Framework web site for more information on licensing and terms of use. # Framework web site for more information on licensing and terms of use.
# http://metasploit.com/projects/Framework/ # http://metasploit.com/projects/Framework/
## ##

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -19,7 +31,7 @@ class Auxiliary::Admin::Backupexec::FileAccess < Msf::Auxiliary
}, },
'Author' => [ 'hdm', 'anonymous' ], 'Author' => [ 'hdm', 'anonymous' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3913 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['OSVDB', '18695'], ['OSVDB', '18695'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -19,7 +31,7 @@ class Auxiliary::Admin::Backupexec::RegistryAccess < Msf::Auxiliary
}, },
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3913 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'OSVDB', '17627' ], [ 'OSVDB', '17627' ],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -15,7 +27,7 @@ class Auxiliary::Dos::Freebsd::Nfsd::Nfs_Mount < Msf::Auxiliary
}, },
'Author' => [ 'MC' ], 'Author' => [ 'MC' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3983 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'URL', 'http://lists.immunitysec.com/pipermail/dailydave/2006-February/002982.html' ], [ 'URL', 'http://lists.immunitysec.com/pipermail/dailydave/2006-February/002982.html' ],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -16,7 +28,7 @@ class Auxiliary::Dos::Windows::Nat::Nat_Helper < Msf::Auxiliary
}, },
'Author' => [ 'MC' ], 'Author' => [ 'MC' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3983 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'BID', '20804' ], [ 'BID', '20804' ],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -23,7 +35,7 @@ class Auxiliary::Dos::Windows::Smb::MS05_047_PNP < Msf::Exploit::Remote
}, },
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3878 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'CVE', '2005-2120' ], [ 'CVE', '2005-2120' ],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -22,7 +34,7 @@ class Auxiliary::Dos::Windows::Smb::MS06_035_SRVSYS_CORRUPT < Msf::Auxiliary
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3666 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['BID', '19215'], ['BID', '19215'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -18,7 +30,7 @@ class Auxiliary::Dos::Windows::Smb::TRANS_PIPE_NONULL < Msf::Auxiliary
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3666 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['MSB', 'MS06-063' ], ['MSB', 'MS06-063' ],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -22,7 +34,7 @@ class Auxiliary::Dos::Wireless::DaringPhucball < Msf::Auxiliary
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3666 $' 'Version' => '$Revision$'
)) ))
register_options( register_options(
[ [

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -18,7 +30,7 @@ class Auxiliary::Dos::Wireless::APFlood < Msf::Auxiliary
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3666 $' 'Version' => '$Revision$'
)) ))
end end

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -16,7 +28,7 @@ class Auxiliary::Dos::Wireless::FuzzBeacon < Msf::Auxiliary
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3666 $' 'Version' => '$Revision$'
)) ))
register_options( register_options(
[ [

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -16,7 +28,7 @@ class Auxiliary::Dos::Wireless::FuzzProbeResp < Msf::Auxiliary
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3666 $' 'Version' => '$Revision$'
)) ))
register_options( register_options(
[ [

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -20,7 +32,7 @@ class Auxiliary::Dos::Wireless::NullSSIDProbeResponse < Msf::Auxiliary
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3666 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['URL', 'http://802.11ninja.net/papers/firmware_attack.pdf'], ['URL', 'http://802.11ninja.net/papers/firmware_attack.pdf'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -17,7 +29,7 @@ class Auxiliary::Dos::Wireless::WiFun < Msf::Auxiliary
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3666 $' 'Version' => '$Revision$'
)) ))
end end

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -10,7 +22,7 @@ class Auxiliary::ReconTestPassive < Msf::Auxiliary
def initialize def initialize
super( super(
'Name' => 'Simple Recon Module Tester', 'Name' => 'Simple Recon Module Tester',
'Version' => '$Revision: 3624 $', 'Version' => '$Revision$',
'Description' => 'Simple Recon Module Tester', 'Description' => 'Simple Recon Module Tester',
'Author' => 'hdm', 'Author' => 'hdm',
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -10,7 +22,7 @@ class Auxiliary::Scanner::Discovery::SweepUDP < Msf::Auxiliary
def initialize def initialize
super( super(
'Name' => 'UDP Service Sweeper', 'Name' => 'UDP Service Sweeper',
'Version' => '$Revision: 3624 $', 'Version' => '$Revision$',
'Description' => 'Detect common UDP services', 'Description' => 'Detect common UDP services',
'Author' => 'hdm', 'Author' => 'hdm',
'License' => MSF_LICENSE 'License' => MSF_LICENSE

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -10,7 +22,7 @@ class Auxiliary::Scanner::Mssql::Mssql_login < Msf::Auxiliary
def initialize def initialize
super( super(
'Name' => 'MSSQL Login Utility', 'Name' => 'MSSQL Login Utility',
'Version' => '$Revision: 3624 $', 'Version' => '$Revision$',
'Description' => 'This module simply queries the MSSQL instance for a null SA account.', 'Description' => 'This module simply queries the MSSQL instance for a null SA account.',
'Author' => 'MC', 'Author' => 'MC',
'License' => MSF_LICENSE 'License' => MSF_LICENSE

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -10,7 +22,7 @@ class Auxiliary::Scanner::Mssql::Mssql_ping < Msf::Auxiliary
def initialize def initialize
super( super(
'Name' => 'MSSQL Ping Utility', 'Name' => 'MSSQL Ping Utility',
'Version' => '$Revision: 3624 $', 'Version' => '$Revision$',
'Description' => 'This module simply queries the MSSQL instance for information.', 'Description' => 'This module simply queries the MSSQL instance for information.',
'Author' => 'MC', 'Author' => 'MC',
'License' => MSF_LICENSE 'License' => MSF_LICENSE

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -9,7 +21,7 @@ class Auxiliary::Scanner::BatchTest < Msf::Auxiliary
def initialize def initialize
super( super(
'Name' => 'Simple Recon Module Tester', 'Name' => 'Simple Recon Module Tester',
'Version' => '$Revision: 3624 $', 'Version' => '$Revision$',
'Description' => 'Simple Recon Module Tester', 'Description' => 'Simple Recon Module Tester',
'Author' => 'hdm', 'Author' => 'hdm',
'License' => MSF_LICENSE 'License' => MSF_LICENSE

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -9,7 +21,7 @@ class Auxiliary::Scanner::HostTest < Msf::Auxiliary
def initialize def initialize
super( super(
'Name' => 'Simple Recon Module Tester', 'Name' => 'Simple Recon Module Tester',
'Version' => '$Revision: 3624 $', 'Version' => '$Revision$',
'Description' => 'Simple Recon Module Tester', 'Description' => 'Simple Recon Module Tester',
'Author' => 'hdm', 'Author' => 'hdm',
'License' => MSF_LICENSE 'License' => MSF_LICENSE

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -9,7 +21,7 @@ class Auxiliary::Scanner::RangeTest < Msf::Auxiliary
def initialize def initialize
super( super(
'Name' => 'Simple Recon Module Tester', 'Name' => 'Simple Recon Module Tester',
'Version' => '$Revision: 3624 $', 'Version' => '$Revision$',
'Description' => 'Simple Recon Module Tester', 'Description' => 'Simple Recon Module Tester',
'Author' => 'hdm', 'Author' => 'hdm',
'License' => MSF_LICENSE 'License' => MSF_LICENSE

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -13,7 +25,7 @@ class Auxiliary::Scanner::Smb::Version < Msf::Auxiliary
def initialize def initialize
super( super(
'Name' => 'SMB Version Detection', 'Name' => 'SMB Version Detection',
'Version' => '$Revision: 3624 $', 'Version' => '$Revision$',
'Description' => 'Display version information about each system', 'Description' => 'Display version information about each system',
'Author' => 'hdm', 'Author' => 'hdm',
'License' => MSF_LICENSE 'License' => MSF_LICENSE

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -10,7 +22,7 @@ class Auxiliary::TestPcap < Msf::Auxiliary
def initialize def initialize
super( super(
'Name' => 'Simple Network Capture Tester', 'Name' => 'Simple Network Capture Tester',
'Version' => '$Revision: 3624 $', 'Version' => '$Revision$',
'Description' => 'This module sniffs HTTP GET requests from the network', 'Description' => 'This module sniffs HTTP GET requests from the network',
'Author' => 'hdm', 'Author' => 'hdm',
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -10,7 +22,7 @@ class Auxiliary::Voip::SipSpoof < Msf::Auxiliary
def initialize def initialize
super( super(
'Name' => 'SIP Invite Spoof', 'Name' => 'SIP Invite Spoof',
'Version' => '$Revision: 3624 $', 'Version' => '$Revision$',
'Description' => 'This module will create a fake SIP invite request making the targeted device ring and display fake caller id information.', 'Description' => 'This module will create a fake SIP invite request making the targeted device ring and display fake caller id information.',
'Author' => 'David Maynor <dave@erratasec.com>', 'Author' => 'David Maynor <dave@erratasec.com>',
'License' => MSF_LICENSE 'License' => MSF_LICENSE

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
#!/usr/bin/env ruby #!/usr/bin/env ruby
# #
# This file tests all x86 encoders to ensure that they execute correctly. # This file tests all x86 encoders to ensure that they execute correctly.

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
#!/usr/bin/env ruby #!/usr/bin/env ruby
$:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..', 'lib')) $:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..', 'lib'))

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
require 'rex/encoder/alpha2/alpha_mixed' require 'rex/encoder/alpha2/alpha_mixed'

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
require 'rex/encoder/alpha2/alpha_upper' require 'rex/encoder/alpha2/alpha_upper'

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -78,7 +90,7 @@ class AvoidUtf8 < Msf::Encoder
def initialize def initialize
super( super(
'Name' => 'Avoid UTF8/tolower', 'Name' => 'Avoid UTF8/tolower',
'Version' => '$Revision: 3425 $', 'Version' => '$Revision$',
'Description' => 'UTF8 Safe, tolower Safe Encoder', 'Description' => 'UTF8 Safe, tolower Safe Encoder',
'Author' => 'skape', 'Author' => 'skape',
'Arch' => ARCH_X86, 'Arch' => ARCH_X86,

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
#!/usr/bin/env ruby #!/usr/bin/env ruby
$:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..', 'lib')) $:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..', 'lib'))

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
#!/usr/bin/env ruby #!/usr/bin/env ruby
$:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..', 'lib')) $:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..', 'lib'))

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
#!/usr/bin/env ruby #!/usr/bin/env ruby
$:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..', 'lib')) $:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..', 'lib'))

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
require 'rex/encoder/nonalpha' require 'rex/encoder/nonalpha'

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
require 'rex/encoder/nonupper' require 'rex/encoder/nonupper'

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'rex/poly' require 'rex/poly'
require 'msf/core' require 'msf/core'

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
require 'rex/encoder/alpha2/unicode_mixed' require 'rex/encoder/alpha2/unicode_mixed'

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
require 'rex/encoder/alpha2/unicode_upper' require 'rex/encoder/alpha2/unicode_upper'

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -19,7 +31,7 @@ class Exploits::Bsdi::Softcart::Softcart01 < Msf::Exploit::Remote
4.00b. 4.00b.
}, },
'Author' => [ 'skape', 'trew' ], 'Author' => [ 'skape', 'trew' ],
'Version' => '$Revision: 3110 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'OSVDB', '9011'], [ 'OSVDB', '9011'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -23,7 +35,7 @@ class Exploits::Linux::Pptp::PoptopNegativeRead < Msf::Exploit::Remote
}, },
'Author' => 'spoonm', 'Author' => 'spoonm',
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3636 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['OSVDB', '3293'], ['OSVDB', '3293'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -18,7 +30,7 @@ class Exploits::Linux::Proxy::SquidNtlmAuthenticate < Msf::Exploit::Remote
defined length. Props to iDEFENSE for the advisory. defined length. Props to iDEFENSE for the advisory.
}, },
'Author' => 'skape', 'Author' => 'skape',
'Version' => '$Revision: 3110 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'OSVDB', '6791'], [ 'OSVDB', '6791'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -20,7 +32,7 @@ class Exploits::Multi::Browser::Mozilla_CompareTo < Msf::Exploit::Remote
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => ['hdm', 'Aviv Raff <avivra [at] gmail.com>'], 'Author' => ['hdm', 'Aviv Raff <avivra [at] gmail.com>'],
'Version' => '$Revision: 3637 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['BID', '14242'], ['BID', '14242'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -20,7 +32,7 @@ class Exploits::Multi::Browser::Mozilla_NavigatorJava < Msf::Exploit::Remote
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => ['hdm'], 'Author' => ['hdm'],
'Version' => '$Revision: 3637 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['BID', '19192'], ['BID', '19192'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -18,7 +30,7 @@ class Exploits::Multi::Handler < Msf::Exploit::Remote
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => ['hdm'], 'Author' => ['hdm'],
'Version' => '$Revision: 3637 $', 'Version' => '$Revision$',
'References' => [ ], 'References' => [ ],
'Payload' => 'Payload' =>
{ {

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
require 'msf/core/exploit/http' require 'msf/core/exploit/http'
@ -17,7 +29,7 @@ class Exploits::Multi::Realserver::Describe < Msf::Exploit::Remote
servers. servers.
}, },
'Author' => 'hdm', 'Author' => 'hdm',
'Version' => '$Revision: 3110 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'OSVDB', '4468'], [ 'OSVDB', '4468'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -14,7 +26,7 @@ class Exploits::Multi::Samba::NTTrans_Overflow < Msf::Exploit::Remote
}, },
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3425 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'BID', '7106' ], [ 'BID', '7106' ],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
require 'msf/core/exploit/http' require 'msf/core/exploit/http'
@ -21,7 +33,7 @@ class Exploits::Multi::Svn::SvnServeDate < Msf::Exploit::Remote
it during testing) corrupt the subversion database, so be careful! it during testing) corrupt the subversion database, so be careful!
}, },
'Author' => 'spoonm', 'Author' => 'spoonm',
'Version' => '$Revision: 3110 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['OSVDB', '6301'], ['OSVDB', '6301'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -24,7 +36,7 @@ class Exploits::Private::IeUnexpFilt < Msf::Exploit::Remote
[ [
'skape', 'skape',
], ],
'Version' => '$Revision: 1.0 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
# 0day # 0day

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -15,7 +27,7 @@ class Exploits::Solaris::Telnet::Fuser < Msf::Exploit::Remote
}, },
'Author' => [ 'MC' ], 'Author' => [ 'MC' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3714 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'CVE', '2007-0882' ], [ 'CVE', '2007-0882' ],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -15,7 +27,7 @@ class Aggressive < Msf::Exploit::Remote
"This module tests the exploitation of a test service.", "This module tests the exploitation of a test service.",
'Author' => 'skape', 'Author' => 'skape',
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 4013 $', 'Version' => '$Revision$',
'Arch' => 'x86', 'Arch' => 'x86',
'Payload' => 'Payload' =>
{ {

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -19,7 +31,7 @@ class Kernel < Msf::Exploit::Remote
"This module tests the exploitation of a kernel-mode test service.", "This module tests the exploitation of a kernel-mode test service.",
'Author' => 'skape', 'Author' => 'skape',
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 4013 $', 'Version' => '$Revision$',
'Arch' => 'x86', 'Arch' => 'x86',
'Payload' => 'Payload' =>
{ {

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -17,7 +29,7 @@ class Exploits::Unix::Misc::OpenView_Omniback_Execute < Msf::Exploit::Remote
}, },
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3778 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['OSVDB', '6018'], ['OSVDB', '6018'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -17,7 +29,7 @@ class Exploits::Unix::Webapp::AWStats_ConfigDir_Execution < Msf::Exploit::Remote
}, },
'Authors' => [ 'Matteo Cantoni <goony[at]nothink.org>', 'hdm' ], 'Authors' => [ 'Matteo Cantoni <goony[at]nothink.org>', 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3509 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['OSVDB', '13002'], ['OSVDB', '13002'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -16,7 +28,7 @@ class Exploits::Unix::Webapp::Barracuda_Image_Execution < Msf::Exploit::Remote
}, },
'Authors' => [ 'Nicolas Gregoire <ngregoire[at]exaprobe.com>', 'hdm' ], 'Authors' => [ 'Nicolas Gregoire <ngregoire[at]exaprobe.com>', 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3509 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['URL', 'http://www.securiweb.net/wiki/Ressources/AvisDeSecurite/2005.1'], ['URL', 'http://www.securiweb.net/wiki/Ressources/AvisDeSecurite/2005.1'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -17,7 +29,7 @@ class Exploits::Unix::Webapp::Cacti_GraphImage_Execution < Msf::Exploit::Remote
}, },
'Authors' => [ 'David Maciejak <david.maciejak[at]kyxar.fr>', 'hdm' ], 'Authors' => [ 'David Maciejak <david.maciejak[at]kyxar.fr>', 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3509 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['BID', '14042'], ['BID', '14042'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -18,7 +30,7 @@ class Exploits::Unix::Webapp::Google_ProxyStyleSheet_Execute < Msf::Exploit::Rem
}, },
'Authors' => [ 'hdm' ], 'Authors' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3509 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['OSVDB', '20981'], ['OSVDB', '20981'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -17,7 +29,7 @@ class Exploits::Unix::Webapp::OpenView_ConnectedNodes_Execution < Msf::Exploit::
}, },
'Authors' => [ 'Valerio Tesei <valk[at]mojodo.it>', 'hdm' ], 'Authors' => [ 'Valerio Tesei <valk[at]mojodo.it>', 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3509 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['OSVDB', '19057'], ['OSVDB', '19057'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -18,7 +30,7 @@ class Exploits::Unix::Webapp::Pajax_Execute < Msf::Exploit::Remote
}, },
'Authors' => [ 'Matteo Cantoni <goony[at]nothink.org>', 'hdm' ], 'Authors' => [ 'Matteo Cantoni <goony[at]nothink.org>', 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3509 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['OSVDB', '24618'], ['OSVDB', '24618'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -14,7 +26,7 @@ class Exploits::Unix::Webapp::PHP_INCLUDE < Msf::Exploit::Remote
}, },
'Author' => [ 'hdm' ], 'Author' => [ 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3509 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -18,7 +30,7 @@ class Exploits::Unix::Webapp::Wordpress_LastPost_Execution < Msf::Exploit::Remot
}, },
'Authors' => [ 'str0ke <str0ke [at] milw0rm.com>', 'hdm' ], 'Authors' => [ 'str0ke <str0ke [at] milw0rm.com>', 'hdm' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3509 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['OSVDB', '18672'], ['OSVDB', '18672'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -16,7 +28,7 @@ class Exploits::Windows::Antivirus::Symantec_Rtvscan < Msf::Exploit::Remote
}, },
'Author' => [ 'MC' ], 'Author' => [ 'MC' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3583 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['OSVDB', '25846'], ['OSVDB', '25846'],

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf

View File

@ -1,3 +1,15 @@
##
# $Id:$
##
##
# 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/projects/Framework/
##
require 'msf/core' require 'msf/core'
module Msf module Msf
@ -17,7 +29,7 @@ class Exploits::Windows::Brightstor::Lgserver < Msf::Exploit::Remote
}, },
'Author' => [ 'MC' ], 'Author' => [ 'MC' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision: 3906 $', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'BID', '22342' ], [ 'BID', '22342' ],

Some files were not shown because too many files have changed in this diff Show More