fixed author details
parent
5fd996f775
commit
1d6184cd63
|
@ -22,7 +22,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
In order to get a remote shell the telnetd could be started without any
|
||||
authentication.
|
||||
},
|
||||
'Author' => [ 'm-1-k-3' ],
|
||||
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
|
|
|
@ -29,7 +29,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'Author' =>
|
||||
[
|
||||
'Roberto Paleari <roberto@greyhats.it>', # Vulnerability discovery
|
||||
'Michael Messner <devnull@s3cur1ty.de>' # Metasploit module
|
||||
'Michael Messner <devnull[at]s3cur1ty.de>' # Metasploit module
|
||||
],
|
||||
'License' => MSF_LICENSE
|
||||
)
|
||||
|
|
|
@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
executed command. A ping command against a controlled system for can be used for
|
||||
testing purposes.
|
||||
},
|
||||
'Author' => [ 'm-1-k-3' ],
|
||||
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
|
|
|
@ -27,7 +27,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
Hint: To get a remote shell you could upload a netcat binary and exec it.
|
||||
WARNING: this module will overwrite network and DHCP configuration.
|
||||
},
|
||||
'Author' => [ 'm-1-k-3' ],
|
||||
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
|
|
|
@ -40,7 +40,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'Author' =>
|
||||
[
|
||||
'Ewerson Guimaraes(Crash) <crash[at]dclabs.com.br>',
|
||||
'm-1-k-3 <michael.messner[at]integralis.com>',
|
||||
'Michael Messner <devnull[at]s3cur1ty.de>',
|
||||
'et <et[at]cyberspace.org>',
|
||||
'sinn3r'
|
||||
],
|
||||
|
|
|
@ -27,7 +27,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
[ 'OSVDB', '89911' ],
|
||||
[ 'EDB', '24475' ]
|
||||
],
|
||||
'Author' => [ 'm-1-k-3' ],
|
||||
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
|
||||
'License' => MSF_LICENSE
|
||||
)
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
[ 'URL', 'http://support.netgear.com/product/SPH200D' ],
|
||||
[ 'URL', 'http://www.s3cur1ty.de/m1adv2013-002' ]
|
||||
],
|
||||
'Author' => [ 'm-1-k-3' ],
|
||||
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
|
||||
'License' => MSF_LICENSE
|
||||
)
|
||||
register_options(
|
||||
|
|
|
@ -28,7 +28,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
[ 'URL', 'http://www.tp-link.com/en/support/download/?model=TL-WA701ND&version=V1' ],
|
||||
[ 'URL', 'http://www.s3cur1ty.de/m1adv2013-011' ]
|
||||
],
|
||||
'Author' => [ 'm-1-k-3' ],
|
||||
'Author' => [ 'Michael Messner <devnulli[at]s3cur1ty.de>' ],
|
||||
'License' => MSF_LICENSE
|
||||
)
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
Wed Aug 17 23:54:07 CEST 2011, Firmware release 1.1.0 (27.01.2013), FP Firmware
|
||||
1.06 and Web Interface 6.0.4-Expert (PLi edition).
|
||||
},
|
||||
'Author' => [ 'm-1-k-3' ],
|
||||
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
|
|
|
@ -24,7 +24,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'License' => MSF_LICENSE,
|
||||
'Author' =>
|
||||
[
|
||||
'm-1-k-3 <m1k3[at]s3cur1ty.de>'
|
||||
'Michael Messner <devnull[at]s3cur1ty.de>'
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue