Skip to content

Commit 7437d98

Browse files
committed
standardizing author info
1 parent 12de87e commit 7437d98

File tree

20 files changed

+27
-23
lines changed

20 files changed

+27
-23
lines changed

lib/msf/core/module/author.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ class Msf::Module::Author
4343
'amaloteaux' => 'alex_maloteaux' + 0x40.chr + 'metasploit.com',
4444
'Carlos Perez' => 'carlos_perez' + 0x40.chr + 'darkoperator.com',
4545
'juan vazquez' => 'juan.vazquez' + 0x40.chr + 'metasploit.com',
46-
'theLightCosine' => 'theLightCosine' + 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)