Skip to content

Commit 7fc3723

Browse files
committed
Fix email format
Correct email format
1 parent a815d92 commit 7fc3723

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/auxiliary/admin/http/dlink_dsl320b_password_extractor.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.dlink.com/de/de/home-solutions/connect/modems-and-gateways/dsl-320b-adsl-2-ethernet-modem' ],
2929
],
3030
'Author' => [
31-
'Michael Messner <devnull@s3cur1ty.de>',
31+
'Michael Messner <devnull[at]s3cur1ty.de>'
3232
],
3333
'License' => MSF_LICENSE
3434
)

modules/auxiliary/scanner/http/dlink_dir_300_615_http_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initialize
2828
'Author' =>
2929
[
3030
'hdm', #http_login module
31-
'Michael Messner <devnull@s3cur1ty.de>' #dlink login included
31+
'Michael Messner <devnull[at]s3cur1ty.de>' #dlink login included
3232
],
3333
'References' =>
3434
[

modules/auxiliary/scanner/http/dlink_dir_615h_http_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def initialize
2626
},
2727
'Author' => [
2828
'hdm', #http_login module
29-
'Michael Messner <devnull@s3cur1ty.de>' #dlink login included
29+
'Michael Messner <devnull[at]s3cur1ty.de>' #dlink login included
3030
],
3131
'References' =>
3232
[

modules/auxiliary/scanner/http/dlink_dir_session_cgi_http_login.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
'hdm', #http_login module
32-
'Michael Messner <devnull@s3cur1ty.de>' #dlink login included
32+
'Michael Messner <devnull[at]s3cur1ty.de>' #dlink login included
3333
],
3434
'References' =>
3535
[

modules/auxiliary/scanner/http/ssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def initialize
2424
[
2525
'et', #original module
2626
'Chris John Riley', #additions
27-
'Veit Hailperin <hailperv@gmail.com>', # checks for public key size, valid time
27+
'Veit Hailperin <hailperv[at]gmail.com>', # checks for public key size, valid time
2828
],
2929
'License' => MSF_LICENSE
3030
)

0 commit comments

Comments
 (0)