Second review of modules which shouldn't be affected by changes
parent
5e8da09b2d
commit
3d7ed10ea0
|
@ -39,12 +39,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'ConnectionType' => 'find'
|
'ConnectionType' => 'find'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'Compat' =>
|
|
||||||
{
|
|
||||||
'Encoder' => {
|
|
||||||
'RequiredCmd' => 'generic'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'Platform' => 'unix',
|
'Platform' => 'unix',
|
||||||
'Arch' => ARCH_CMD,
|
'Arch' => ARCH_CMD,
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
|
|
|
@ -38,12 +38,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'RequiredCmd' => 'generic telnet',
|
'RequiredCmd' => 'generic telnet',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'Compat' =>
|
|
||||||
{
|
|
||||||
'Encoder' => {
|
|
||||||
'RequiredCmd' => 'generic'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
[
|
[
|
||||||
[ 'Automatic Target', { }]
|
[ 'Automatic Target', { }]
|
||||||
|
|
|
@ -45,12 +45,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'RequiredCmd' => 'generic'
|
'RequiredCmd' => 'generic'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'Compat' =>
|
|
||||||
{
|
|
||||||
'Encoder' => {
|
|
||||||
'RequiredCmd' => 'generic'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
[
|
[
|
||||||
[ 'Automatic Target', { }]
|
[ 'Automatic Target', { }]
|
||||||
|
|
|
@ -42,12 +42,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'RequiredCmd' => 'generic netcat netcat-e'
|
'RequiredCmd' => 'generic netcat netcat-e'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'Compat' =>
|
|
||||||
{
|
|
||||||
'Encoder' => {
|
|
||||||
'RequiredCmd' => 'generic'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
[
|
[
|
||||||
[ 'Automatic Target', { }]
|
[ 'Automatic Target', { }]
|
||||||
|
|
Loading…
Reference in New Issue