Skip to content

Commit af918b8

Browse files
committed
Merge branch 'standardize_authorship' of git://github.com/mubix/metasploit-framework into mubix-standardize_authorship
2 parents dafb56f + 28f47e9 commit af918b8

File tree

20 files changed

+58
-54
lines changed

20 files changed

+58
-54
lines changed

lib/msf/core/module/author.rb

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,39 @@ class Msf::Module::Author
1212
# A hash of known author names
1313
Known =
1414
{
15-
'hdm' => 'hdm' + 0x40.chr + 'metasploit.com',
16-
'spoonm' => 'spoonm' + 0x40.chr + 'no$email.com',
17-
'skape' => 'mmiller' + 0x40.chr + 'hick.org',
18-
'vlad902' => 'vlad902' + 0x40.chr + 'gmail.com',
19-
'optyx' => 'optyx' + 0x40.chr + 'no$email.com',
20-
'anonymous' => 'anonymous-contributor' + 0x40.chr + 'metasploit.com',
21-
'stinko' => 'vinnie' + 0x40.chr + 'metasploit.com',
22-
'MC' => 'mc' + 0x40.chr + 'metasploit.com',
23-
'cazz' => 'bmc' + 0x40.chr + 'shmoo.com',
24-
'pusscat' => 'pusscat' + 0x40.chr + 'metasploit.com',
25-
'skylined' => 'skylined' + 0x40.chr + 'edup.tudelft.nl',
26-
'patrick' => 'patrick' + 0x40.chr + 'osisecurity.com.au',
27-
'Ramon de C Valle'=> 'rcvalle' + 0x40.chr + 'metasploit.com',
28-
'I)ruid' => 'druid' + 0x40.chr + 'caughq.org',
29-
'egypt' => 'egypt' + 0x40.chr + 'metasploit.com',
30-
'kris katterjohn' => 'katterjohn' + 0x40.chr + 'gmail.com',
31-
'CG' => 'cg' + 0x40.chr + 'carnal0wnage.com',
32-
'et' => 'et' + 0x40.chr + 'metasploit.com',
33-
'sf' => 'stephen_fewer' + 0x40.chr + 'harmonysecurity.com',
34-
'kf' => 'kf_list' + 0x40.chr + 'digitalmunition.com',
35-
'ddz' => 'ddz' + 0x40.chr + 'theta44.org',
36-
'jduck' => 'jduck' + 0x40.chr + 'metasploit.com',
37-
'natron' => 'natron' + 0x40.chr + 'metasploit.com',
38-
'todb' => 'todb' + 0x40.chr + 'metasploit.com',
39-
'msmith' => 'msmith' + 0x40.chr + 'metasploit.com',
40-
'jcran' => 'jcran' + 0x40.chr + 'metasploit.com',
41-
'sinn3r' => 'sinn3r' + 0x40.chr + 'metasploit.com',
42-
'bannedit' => 'bannedit' + 0x40.chr + 'metasploit.com',
43-
'amaloteaux' => 'alex_maloteaux' + 0x40.chr + 'metasploit.com',
44-
'Carlos Perez' => 'carlos_perez' + 0x40.chr + 'darkoperator.com',
45-
'juan vazquez' => 'juan.vazquez' + 0x40.chr + 'metasploit.com',
46-
'theLightCosine' => 'theLightCosine' + 0x40.chr + 'metasploit.com'
15+
'hdm' => 'hdm' + 0x40.chr + 'metasploit.com',
16+
'spoonm' => 'spoonm' + 0x40.chr + 'no$email.com',
17+
'skape' => 'mmiller' + 0x40.chr + 'hick.org',
18+
'vlad902' => 'vlad902' + 0x40.chr + 'gmail.com',
19+
'optyx' => 'optyx' + 0x40.chr + 'no$email.com',
20+
'anonymous' => 'anonymous-contributor' + 0x40.chr + 'metasploit.com',
21+
'stinko' => 'vinnie' + 0x40.chr + 'metasploit.com',
22+
'MC' => 'mc' + 0x40.chr + 'metasploit.com',
23+
'cazz' => 'bmc' + 0x40.chr + 'shmoo.com',
24+
'pusscat' => 'pusscat' + 0x40.chr + 'metasploit.com',
25+
'skylined' => 'skylined' + 0x40.chr + 'edup.tudelft.nl',
26+
'patrick' => 'patrick' + 0x40.chr + 'osisecurity.com.au',
27+
'Ramon de C Valle' => 'rcvalle' + 0x40.chr + 'metasploit.com',
28+
'I)ruid' => 'druid' + 0x40.chr + 'caughq.org',
29+
'egypt' => 'egypt' + 0x40.chr + 'metasploit.com',
30+
'kris katterjohn' => 'katterjohn' + 0x40.chr + 'gmail.com',
31+
'CG' => 'cg' + 0x40.chr + 'carnal0wnage.com',
32+
'et' => 'et' + 0x40.chr + 'metasploit.com',
33+
'sf' => 'stephen_fewer' + 0x40.chr + 'harmonysecurity.com',
34+
'kf' => 'kf_list' + 0x40.chr + 'digitalmunition.com',
35+
'ddz' => 'ddz' + 0x40.chr + 'theta44.org',
36+
'jduck' => 'jduck' + 0x40.chr + 'metasploit.com',
37+
'natron' => 'natron' + 0x40.chr + 'metasploit.com',
38+
'todb' => 'todb' + 0x40.chr + 'metasploit.com',
39+
'msmith' => 'msmith' + 0x40.chr + 'metasploit.com',
40+
'jcran' => 'jcran' + 0x40.chr + 'metasploit.com',
41+
'sinn3r' => 'sinn3r' + 0x40.chr + 'metasploit.com',
42+
'bannedit' => 'bannedit' + 0x40.chr + 'metasploit.com',
43+
'amaloteaux' => 'alex_maloteaux' + 0x40.chr + 'metasploit.com',
44+
'Carlos Perez' => 'carlos_perez' + 0x40.chr + 'darkoperator.com',
45+
'juan vazquez' => 'juan.vazquez' + 0x40.chr + 'metasploit.com',
46+
'theLightCosine' => 'theLightCosine' + 0x40.chr + 'metasploit.com',
47+
'mubix' => 'mubix' + 0x40.chr + 'hak5.org'
4748
}
4849

4950
#

modules/auxiliary/scanner/http/enum_wayback.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(info = {})
2222
This module pulls and parses the URLs stored by Archive.org for the purpose of
2323
replaying during a web assessment. Finding unlinked and old pages.
2424
},
25-
'Author' => [ 'Rob Fuller <mubix [at] hak5.org>' ],
25+
'Author' => [ 'mubix' ],
2626
'License' => MSF_LICENSE,
2727
'Version' => '$Revision$'
2828
))

modules/auxiliary/scanner/http/httpbl_lookup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
This module can be used to enumerate information
2424
about an IP addresses from Project HoneyPot's HTTP Block List.
2525
},
26-
'Author' => [ 'Rob Fuller <mubix[at]rapid7.com>' ],
26+
'Author' => [ 'mubix' ],
2727
'License' => MSF_LICENSE,
2828
'Version' => '$Revision$',
2929
'References' =>

modules/exploits/windows/local/ask.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ def initialize(info={})
2727
UAC settings.
2828
},
2929
'License' => MSF_LICENSE,
30-
'Author' => [
31-
'mubix <mubix[at]hak5.org>' # Port to local exploit
32-
],
30+
'Author' => [ 'mubix' ],
3331
'Version' => '$Revision$',
3432
'Platform' => [ 'windows' ],
3533
'SessionTypes' => [ 'meterpreter' ],

modules/exploits/windows/local/bypassuac.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info={})
3030
'Author' => [
3131
'David Kennedy "ReL1K" <kennedyd013[at]gmail.com>',
3232
'mitnick',
33-
'mubix <mubix[at]hak5.org>' # Port to local exploit
33+
'mubix' # Port to local exploit
3434
],
3535
'Version' => '$Revision$',
3636
'Platform' => [ 'windows' ],

modules/post/windows/capture/lockout_keylogger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(info={})
2525
Winlogon.exe. Using idle time and natural system changes to give a
2626
false sense of security to the user.},
2727
'License' => MSF_LICENSE,
28-
'Author' => ['Rob Fuller <mubix[at]hak5.org>', 'cg'],
28+
'Author' => [ 'mubix', 'cg' ],
2929
'Version' => '$Revision$',
3030
'Platform' => ['windows'],
3131
'SessionTypes' => ['meterpreter'],

modules/post/windows/escalate/droplnk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize(info={})
1919
connections to be initiated from any user that views the shortcut.
2020
},
2121
'License' => MSF_LICENSE,
22-
'Author' => [ 'Rob Fuller <mubix[at]hak5.org>'],
22+
'Author' => [ 'mubix' ],
2323
'Platform' => [ 'windows' ],
2424
'SessionTypes' => [ 'meterpreter' ]
2525
))

modules/post/windows/gather/cachedump.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ def initialize(info={})
2727
cached as a result of a GPO setting. The default setting on Windows is to store
2828
the last ten successful logins.},
2929
'License' => MSF_LICENSE,
30-
'Author' => ['Maurizio Agazzini <inode[at]mediaservice.net>','Rob Fuller <mubix[at]hak5.org>'],
30+
'Author' => [
31+
'Maurizio Agazzini <inode[at]mediaservice.net>',
32+
'mubix'
33+
],
3134
'Version' => '$Revision$',
3235
'Platform' => ['windows'],
3336
'SessionTypes' => ['meterpreter'],

modules/post/windows/gather/credentials/gpp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize(info={})
3333
'Loic Jaquemet <loic.jaquemet+msf[at]gmail.com>',
3434
'scriptmonkey <scriptmonkey[at]owobble.co.uk>',
3535
'theLightCosine',
36-
'Rob Fuller <mubix[at]hak5.org>' #domain/dc enumeration code
36+
'mubix' #domain/dc enumeration code
3737
],
3838
'References' =>
3939
[

modules/post/windows/gather/credentials/mremote.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def initialize(info={})
3535
[
3636
'theLightCosine',
3737
'hdm', #Helped write the Decryption Routine
38-
'Rob Fuller <mubix[at]hak5.org>' #Helped write the Decryption Routine
38+
'mubix' #Helped write the Decryption Routine
3939
],
4040
'Version' => '$Revision$',
4141
'Platform' => [ 'windows' ],

0 commit comments

Comments
 (0)