Skip to content

Commit 53b25c8

Browse files
committed
Fix header & author e-mail format
1 parent d2a9a26 commit 53b25c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/linux/http/lifesize_uvc_ping_rce.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This module requires Metasploit: http//metasploit.com/download
21
##
2+
# This module requires Metasploit: http//metasploit.com/download
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

@@ -21,7 +21,7 @@ def initialize(info={})
2121
'License' => MSF_LICENSE,
2222
'Author' =>
2323
[
24-
'Brandon Perry <bperry.volatile@gmail.com>' #discovery/metasploit module
24+
'Brandon Perry <bperry.volatile[at]gmail.com>' #discovery/metasploit module
2525
],
2626
'References' =>
2727
[

0 commit comments

Comments
 (0)