Skip to content

Commit 8937fbb

Browse files
committed
Fix email format
1 parent eb9d2f1 commit 8937fbb

File tree

78 files changed

+98
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+98
-98
lines changed

modules/auxiliary/admin/mssql/mssql_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize(info = {})
1919
module to work, valid administrative user credentials must be
2020
supplied.
2121
},
22-
'Author' => [ 'Carlos Perez <carlos_perez [at] darkoperator.com>' ],
22+
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>' ],
2323
'License' => MSF_LICENSE
2424
))
2525
end

modules/auxiliary/admin/mssql/mssql_sql.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def initialize(info = {})
1717
This module will allow for simple SQL statements to be executed against a
1818
MSSQL/MSDE instance given the appropiate credentials.
1919
},
20-
'Author' => [ 'tebo <tebo [at] attackresearch [dot] com>' ],
20+
'Author' => [ 'tebo <tebo[at]attackresearch.com>' ],
2121
'License' => MSF_LICENSE,
2222
'References' =>
2323
[

modules/auxiliary/admin/sunrpc/solaris_kcms_readfile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize
2525
},
2626
'Author' =>
2727
[
28-
'vlad902 <vlad902 [at] gmail.com>', # MSF v2 module
28+
'vlad902 <vlad902[at]gmail.com>', # MSF v2 module
2929
'jduck' # Ported to MSF v3
3030
],
3131
'License' => MSF_LICENSE,

modules/auxiliary/dos/http/apache_tomcat_transfer_encoding.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def initialize(info = {})
2222
'Author' =>
2323
[
2424
'Steve Jones', #original discoverer
25-
'Hoagie <andi [at] void {dot} at>', #original public exploit
26-
'Paulino Calderon <calderon [at] websec {dot} mx>', #metasploit module
25+
'Hoagie <andi[at]void.at>', #original public exploit
26+
'Paulino Calderon <calderon[at]websec.mx>', #metasploit module
2727
],
2828
'License' => MSF_LICENSE,
2929
'References' =>

modules/auxiliary/gather/dns_reverse_lookup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize(info = {})
2020
'Author' =>
2121
[
2222
'Carlos Perez <carlos_perez[at]darkoperator.com>', # Base code
23-
'Thanat0s <thanspam[at]trollprod[dot]org>' # Output, Throttling & Db notes add
23+
'Thanat0s <thanspam[at]trollprod.org>' # Output, Throttling & Db notes add
2424
],
2525
'License' => BSD_LICENSE
2626
))

modules/auxiliary/gather/emc_cta_xxe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
'License' => MSF_LICENSE,
2222
'Author' =>
2323
[
24-
'Brandon Perry <bperry.volatile@gmail.com>', #metasploit module
24+
'Brandon Perry <bperry.volatile[at]gmail.com>', #metasploit module
2525
],
2626
'References' =>
2727
[

modules/auxiliary/scanner/misc/sunrpc_portmapper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def initialize
1818
This module calls the target portmap service and enumerates all
1919
program entries and their running port numbers.
2020
},
21-
'Author' => ['<tebo [at] attackresearch.com>'],
21+
'Author' => ['<tebo[at]attackresearch.com>'],
2222
'References' =>
2323
[
2424
['URL', 'http://www.ietf.org/rfc/rfc1057.txt'],

modules/auxiliary/scanner/smb/smb_login.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ def initialize
3131
},
3232
'Author' =>
3333
[
34-
'tebo <tebo [at] attackresearch [dot] com>', # Original
34+
'tebo <tebo[at]attackresearch.com>', # Original
3535
'Ben Campbell', # Refactoring
36-
'Brandon McCann "zeknox" <bmccann [at] accuvant.com>', # admin check
37-
'Tom Sellers <tom <at> fadedcode.net>' # admin check/bug fix
36+
'Brandon McCann "zeknox" <bmccann[at]accuvant.com>', # admin check
37+
'Tom Sellers <tom<at>fadedcode.net>' # admin check/bug fix
3838
],
3939
'References' =>
4040
[

modules/auxiliary/scanner/ssh/cerberus_sftp_enumusers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
},
2424
'Author' => [
2525
'Steve Embling', # Discovery
26-
'Matt Byrne <attackdebris [at] gmail.com>' # Metasploit module
26+
'Matt Byrne <attackdebris[at]gmail.com>' # Metasploit module
2727
],
2828
'References' =>
2929
[

modules/auxiliary/scanner/vnc/vnc_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def initialize
2424
},
2525
'Author' =>
2626
[
27-
'carstein <carstein.sec [at] gmail [dot] com>',
27+
'carstein <carstein.sec[at]gmail.com>',
2828
'jduck'
2929
],
3030
'References' =>

0 commit comments

Comments
 (0)