Skip to content

Commit 39e81d3

Browse files
committed
Arch/Platform cleanup: aux modules need neither
1 parent e769abc commit 39e81d3

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

modules/auxiliary/admin/ftp/titanftp_xcrc_traversal.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def initialize
3535
'Author' => 'jduck',
3636
'License' => MSF_LICENSE,
3737
'Version' => '$Revision$',
38-
'Platform' => [ 'win' ],
3938
'References' =>
4039
[
4140
[ 'OSVDB', '65533'],

modules/auxiliary/admin/mssql/mssql_ntlm_stealer.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def initialize(info = {})
2626
},
2727
'Author' => [ 'nullbind <scott.sutherland[at]netspi.com>' ],
2828
'License' => MSF_LICENSE,
29-
'Platform' => [ 'win' ],
3029
'References' => [[ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ]]
3130
))
3231

modules/auxiliary/admin/mssql/mssql_ntlm_stealer_sqli.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def initialize(info = {})
3333
[ 'Automatic', { } ],
3434
],
3535
'DefaultTarget' => 0,
36-
'Platform' => [ 'win' ],
3736
'References' => [[ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ]]
3837
))
3938

modules/auxiliary/dos/pptp/ms02_063_pptp_dos.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def initialize(info = {})
2727
Code execution may be possible however this module is only a DoS.
2828
},
2929
'Author' => [ 'patrick' ],
30-
'Arch' => [ ARCH_X86 ],
3130
'License' => MSF_LICENSE,
3231
'Version' => '$Revision$',
3332
'References' =>

modules/auxiliary/dos/windows/ftp/iis75_ftpd_iac_bof.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def initialize(info = {})
4343
[ 'EDB', 15803 ],
4444
[ 'URL', 'http://blogs.technet.com/b/srd/archive/2010/12/22/assessing-an-iis-ftp-7-5-unauthenticated-denial-of-service-vulnerability.aspx' ]
4545
],
46-
'Platform' => [ 'win' ],
4746
'DisclosureDate' => 'Dec 21 2010'))
4847

4948
register_options(

0 commit comments

Comments
 (0)