Skip to content

Commit 2160718

Browse files
committed
Fix file header comment
[See rapid7#1555]
1 parent 43c076e commit 2160718

File tree

67 files changed

+189
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+189
-70
lines changed

modules/auxiliary/admin/mssql/mssql_ntlm_stealer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
44
# web site for more information on licensing and terms of use.
5-
# http://metasploit.com/
5+
# http://metasploit.com/
66
##
77

88
require 'msf/core'

modules/auxiliary/admin/mssql/mssql_ntlm_stealer_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
44
# web site for more information on licensing and terms of use.
5-
# http://metasploit.com/
5+
# http://metasploit.com/
66
##
77

88
require 'msf/core'

modules/auxiliary/admin/natpmp/natpmp_map.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
44
# web site for more information on licensing and terms of use.
5-
# http://metasploit.com/
5+
# http://metasploit.com/
66
##
77

88
require 'msf/core'

modules/auxiliary/admin/scada/modicon_command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
44
# web site for more information on licensing and terms of use.
5-
# http://metasploit.com/
5+
# http://metasploit.com/
66
##
77

88
require 'msf/core'

modules/auxiliary/admin/scada/modicon_stux_transfer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
44
# web site for more information on licensing and terms of use.
5-
# http://metasploit.com/
5+
# http://metasploit.com/
66
##
77

88
require 'msf/core'

modules/auxiliary/admin/smb/psexec_command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
44
# web site for more information on licensing and terms of use.
5-
# http://metasploit.com/
5+
# http://metasploit.com/
66
##
77

88
require 'msf/core'

modules/auxiliary/bnat/bnat_scan.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
44
# web site for more information on licensing and terms of use.
5-
# http://metasploit.com/
5+
# http://metasploit.com/
66
##
77

88
require 'msf/core'

modules/auxiliary/crawler/msfcrawler.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
#!/usr/bin/env ruby
1+
##
2+
# This file is part of the Metasploit Framework and may be subject to
3+
# redistribution and commercial restrictions. Please see the Metasploit
4+
# web site for more information on licensing and terms of use.
5+
# http://metasploit.com/
6+
##
7+
28
#
39
# Web Crawler.
410
#

modules/auxiliary/docx/word_unc_injector.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
44
# Framework web site for more information on licensing and terms of use.
5-
# http://Metasploit.com/projects/Framework/
5+
# http://Metasploit.com/projects/Framework/
66
##
77

88
require 'msf/core'

modules/auxiliary/dos/ssl/openssl_aesni.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# This file is part of the Metasploit Framework and may be subject to
3+
# redistribution and commercial restrictions. Please see the Metasploit
4+
# web site for more information on licensing and terms of use.
5+
# http://metasploit.com/
6+
##
7+
18
# auxilary/dos/ssl/openssl_aesni
29
require 'msf/core'
310

0 commit comments

Comments
 (0)