Remove unknown author mapping in author.rb
No one was using it and instead writing "Unknown" directly. It was also producing an invalid e-mail address.GSoC/Meterpreter_Web_Console
parent
7f2aa8ca4e
commit
63bcbdc8db
|
@ -16,7 +16,6 @@ class Msf::Author
|
||||||
# A hash that maps known author names to email addresses
|
# A hash that maps known author names to email addresses
|
||||||
KNOWN = {
|
KNOWN = {
|
||||||
'amaloteaux' => 'alex_maloteaux' + 0x40.chr + 'metasploit.com',
|
'amaloteaux' => 'alex_maloteaux' + 0x40.chr + 'metasploit.com',
|
||||||
'anonymous' => 'Unknown',
|
|
||||||
'aushack' => 'patrick' + 0x40.chr + 'osisecurity.com.au',
|
'aushack' => 'patrick' + 0x40.chr + 'osisecurity.com.au',
|
||||||
'bannedit' => 'bannedit' + 0x40.chr + 'metasploit.com',
|
'bannedit' => 'bannedit' + 0x40.chr + 'metasploit.com',
|
||||||
'Carlos Perez' => 'carlos_perez' + 0x40.chr + 'darkoperator.com',
|
'Carlos Perez' => 'carlos_perez' + 0x40.chr + 'darkoperator.com',
|
||||||
|
|
Loading…
Reference in New Issue