Skip to content

Commit 2f5cdd8

Browse files
committed
Land rapid7#7412, Add zeroSteiner to author.rb
2 parents 8a6426d + 1f36583 commit 2f5cdd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/msf/core/author.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ class Msf::Author
5151
'theLightCosine' => 'theLightCosine' + 0x40.chr + 'metasploit.com',
5252
'todb' => 'todb' + 0x40.chr + 'metasploit.com',
5353
'vlad902' => 'vlad902' + 0x40.chr + 'gmail.com',
54-
'wvu' => 'wvu' + 0x40.chr + 'metasploit.com'
54+
'wvu' => 'wvu' + 0x40.chr + 'metasploit.com',
55+
'zeroSteiner' => 'zeroSteiner' + 0x40.chr + 'gmail.com'
5556
}
5657

5758
#

0 commit comments

Comments
 (0)