Land #4832 @wvu-r7 remove and merge duplicate hash key initializers
commit
cf913e521c
|
@ -81,7 +81,6 @@ class Server
|
|||
"htm" => "text/htm",
|
||||
"jpg" => "image/jpeg",
|
||||
"jpeg" => "image/jpeg",
|
||||
"jpeg" => "image/jpeg",
|
||||
"gif" => "image/gif",
|
||||
"png" => "image/png",
|
||||
"bmp" => "image/bmp",
|
||||
|
|
|
@ -22,10 +22,6 @@ class Metasploit3 < Msf::Auxiliary
|
|||
super(
|
||||
'Name' => 'HTTP Login Utility',
|
||||
'Description' => 'This module attempts to authenticate to an HTTP service.',
|
||||
'References' =>
|
||||
[
|
||||
|
||||
],
|
||||
'Author' => [ 'hdm' ],
|
||||
'References' =>
|
||||
[
|
||||
|
|
|
@ -41,7 +41,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
{
|
||||
'Space' => 1024,
|
||||
'MinNops' => 512,
|
||||
'MinNops' => 512,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
'Platform' => %w{ win },
|
||||
|
|
|
@ -48,7 +48,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'process',
|
||||
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
|
@ -57,10 +57,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'BadChars' => "\x00\x0d\x0a\x5c",
|
||||
'PrependEncoder' => "\x81\xc4\x54\xf2\xff\xff" # Stack adjustment # add esp, -3500
|
||||
},
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
[
|
||||
|
|
|
@ -52,17 +52,13 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'process',
|
||||
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 1024,
|
||||
'DisableNops' => true,
|
||||
},
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
[
|
||||
|
|
|
@ -109,7 +109,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
"CardSpaceSigninHelper" => rand_text_alpha(5 + rand(5)),
|
||||
"get_code" => rand_text_alpha(5 + rand(5)),
|
||||
"code" => rand_text_alpha(5 + rand(5)),
|
||||
"massage_array" => rand_text_alpha(5 + rand(5)),
|
||||
"required_claims" => rand_text_alpha(5 + rand(5)),
|
||||
"massage_array" => rand_text_alpha(5 + rand(5)),
|
||||
"massage_array_length" => rand_text_alpha(5 + rand(5)),
|
||||
|
|
|
@ -51,6 +51,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'process',
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
|
@ -59,10 +60,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'BadChars' => "",
|
||||
'PrependEncoder' => "\x81\xc4\x54\xf2\xff\xff" # Stack adjustment # add esp, -3500
|
||||
},
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
[
|
||||
|
|
|
@ -48,6 +48,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'process',
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
|
@ -55,10 +56,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DisableNops' => true,
|
||||
'BadChars' => ""
|
||||
},
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
[
|
||||
|
|
|
@ -56,17 +56,13 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'process',
|
||||
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 948,
|
||||
'DisableNops' => true,
|
||||
},
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
[
|
||||
|
|
|
@ -40,17 +40,14 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Arch' => ARCH_JAVA,
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'SHELL' => 'cmd.exe'
|
||||
'SHELL' => 'cmd.exe',
|
||||
'SSL' => true
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'HP ProCurve Manager 4.0 SNAC Server', {} ]
|
||||
],
|
||||
'DefaultTarget' => 0,
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'SSL' => true,
|
||||
},
|
||||
'DisclosureDate' => 'Sep 09 2013'))
|
||||
|
||||
register_options(
|
||||
|
|
|
@ -40,17 +40,14 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Arch' => ARCH_JAVA,
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'SHELL' => 'cmd.exe'
|
||||
'SHELL' => 'cmd.exe',
|
||||
'SSL' => true
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'HP ProCurve Manager 4.0 SNAC Server', {} ]
|
||||
],
|
||||
'DefaultTarget' => 0,
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'SSL' => true,
|
||||
},
|
||||
'DisclosureDate' => 'Sep 09 2013'))
|
||||
|
||||
register_options(
|
||||
|
|
|
@ -30,6 +30,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'thread',
|
||||
'FILENAME' => 'update1',
|
||||
'SERVEONCE' => true # once they reboot; don't infect again - you'll kill them!
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
|
@ -47,11 +49,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
],
|
||||
'Privileged' => true,
|
||||
'Stance' => Msf::Exploit::Stance::Passive,
|
||||
'DefaultTarget' => 0,
|
||||
'DefaultOptions' => {
|
||||
'FILENAME' => 'update1',
|
||||
'SERVEONCE' => true # once they reboot; don't infect again - you'll kill them!
|
||||
}
|
||||
'DefaultTarget' => 0
|
||||
)
|
||||
|
||||
register_options(
|
||||
|
|
|
@ -49,7 +49,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
['URL','http://msdn.microsoft.com/en-us/library/ms188279.aspx'],
|
||||
['URL','http://www.exploit-monday.com/2011_10_16_archive.html']
|
||||
],
|
||||
'Platform' => 'win',
|
||||
'DisclosureDate' => 'Jan 1 2000',
|
||||
'Targets' =>
|
||||
[
|
||||
|
|
|
@ -44,7 +44,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'BadChars' => "\x00",
|
||||
'DisableNops' => true,
|
||||
},
|
||||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Sielco Sistemi Winlog 2.07.14/2.07.16 - Ceramics Kiln Project',
|
||||
|
|
Loading…
Reference in New Issue