Skip to content

Commit 1d6184c

Browse files
author
m-1-k-3
committed
fixed author details
1 parent 5fd996f commit 1d6184c

10 files changed

+10
-10
lines changed

modules/auxiliary/admin/http/dlink_dir_300_600_exec_noauth.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(info = {})
2222
In order to get a remote shell the telnetd could be started without any
2323
authentication.
2424
},
25-
'Author' => [ 'm-1-k-3' ],
25+
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
2626
'License' => MSF_LICENSE,
2727
'References' =>
2828
[

modules/auxiliary/admin/http/dlink_dir_645_password_extractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize
2929
'Author' =>
3030
[
3131
'Roberto Paleari <[email protected]>', # Vulnerability discovery
32-
'Michael Messner <devnull@s3cur1ty.de>' # Metasploit module
32+
'Michael Messner <devnull[at]s3cur1ty.de>' # Metasploit module
3333
],
3434
'License' => MSF_LICENSE
3535
)

modules/auxiliary/admin/http/linksys_e1500_e2500_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
executed command. A ping command against a controlled system for can be used for
2222
testing purposes.
2323
},
24-
'Author' => [ 'm-1-k-3' ],
24+
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
2525
'License' => MSF_LICENSE,
2626
'References' =>
2727
[

modules/auxiliary/admin/http/linksys_wrt54gl_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def initialize(info = {})
2727
Hint: To get a remote shell you could upload a netcat binary and exec it.
2828
WARNING: this module will overwrite network and DHCP configuration.
2929
},
30-
'Author' => [ 'm-1-k-3' ],
30+
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
3131
'License' => MSF_LICENSE,
3232
'References' =>
3333
[

modules/auxiliary/scanner/http/http_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info = {})
4040
'Author' =>
4141
[
4242
'Ewerson Guimaraes(Crash) <crash[at]dclabs.com.br>',
43-
'm-1-k-3 <michael.messner[at]integralis.com>',
43+
'Michael Messner <devnull[at]s3cur1ty.de>',
4444
'et <et[at]cyberspace.org>',
4545
'sinn3r'
4646
],

modules/auxiliary/scanner/http/linksys_e1500_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def initialize
2727
[ 'OSVDB', '89911' ],
2828
[ 'EDB', '24475' ]
2929
],
30-
'Author' => [ 'm-1-k-3' ],
30+
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
3131
'License' => MSF_LICENSE
3232
)
3333

modules/auxiliary/scanner/http/netgear_sph200d_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def initialize
2626
[ 'URL', 'http://support.netgear.com/product/SPH200D' ],
2727
[ 'URL', 'http://www.s3cur1ty.de/m1adv2013-002' ]
2828
],
29-
'Author' => [ 'm-1-k-3' ],
29+
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
3030
'License' => MSF_LICENSE
3131
)
3232
register_options(

modules/auxiliary/scanner/http/tplink_traversal_noauth.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initialize
2828
[ 'URL', 'http://www.tp-link.com/en/support/download/?model=TL-WA701ND&version=V1' ],
2929
[ 'URL', 'http://www.s3cur1ty.de/m1adv2013-011' ]
3030
],
31-
'Author' => [ 'm-1-k-3' ],
31+
'Author' => [ 'Michael Messner <devnulli[at]s3cur1ty.de>' ],
3232
'License' => MSF_LICENSE
3333
)
3434

modules/exploits/linux/http/dreambox_openpli_shell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(info = {})
2525
Wed Aug 17 23:54:07 CEST 2011, Firmware release 1.1.0 (27.01.2013), FP Firmware
2626
1.06 and Web Interface 6.0.4-Expert (PLi edition).
2727
},
28-
'Author' => [ 'm-1-k-3' ],
28+
'Author' => [ 'Michael Messner <devnull[at]s3cur1ty.de>' ],
2929
'License' => MSF_LICENSE,
3030
'References' =>
3131
[

modules/exploits/windows/scada/winlog_runtime_2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def initialize(info = {})
2424
'License' => MSF_LICENSE,
2525
'Author' =>
2626
[
27-
'm-1-k-3 <m1k3[at]s3cur1ty.de>'
27+
'Michael Messner <devnull[at]s3cur1ty.de>'
2828
],
2929
'References' =>
3030
[

0 commit comments

Comments
 (0)