Skip to content

Commit 93ad818

Browse files
committed
Fix header and e-mail format for author
1 parent 9b2cfb6 commit 93ad818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/gather/joomla_weblinks_sqli.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

@@ -23,7 +23,7 @@ def initialize(info = {})
2323
'License' => MSF_LICENSE,
2424
'Author' =>
2525
[
26-
'Brandon Perry <bperry.volatile@gmail.com>', #metasploit module
26+
'Brandon Perry <bperry.volatile[at]gmail.com>', #metasploit module
2727
],
2828
'References' =>
2929
[

0 commit comments

Comments
 (0)