From 28f47e9aa09605bacd587a26f727672536fdb4d3 Mon Sep 17 00:00:00 2001 From: Rob Fuller Date: Mon, 22 Oct 2012 17:22:37 -0400 Subject: [PATCH] fix spacing for all authors --- lib/msf/core/module/author.rb | 66 +++++++++++++++++------------------ 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/lib/msf/core/module/author.rb b/lib/msf/core/module/author.rb index 40cb980781..adee15d752 100644 --- a/lib/msf/core/module/author.rb +++ b/lib/msf/core/module/author.rb @@ -12,39 +12,39 @@ class Msf::Module::Author # A hash of known author names Known = { - 'hdm' => 'hdm' + 0x40.chr + 'metasploit.com', - 'spoonm' => 'spoonm' + 0x40.chr + 'no$email.com', - 'skape' => 'mmiller' + 0x40.chr + 'hick.org', - 'vlad902' => 'vlad902' + 0x40.chr + 'gmail.com', - 'optyx' => 'optyx' + 0x40.chr + 'no$email.com', - 'anonymous' => 'anonymous-contributor' + 0x40.chr + 'metasploit.com', - 'stinko' => 'vinnie' + 0x40.chr + 'metasploit.com', - 'MC' => 'mc' + 0x40.chr + 'metasploit.com', - 'cazz' => 'bmc' + 0x40.chr + 'shmoo.com', - 'pusscat' => 'pusscat' + 0x40.chr + 'metasploit.com', - 'skylined' => 'skylined' + 0x40.chr + 'edup.tudelft.nl', - 'patrick' => 'patrick' + 0x40.chr + 'osisecurity.com.au', - 'Ramon de C Valle'=> 'rcvalle' + 0x40.chr + 'metasploit.com', - 'I)ruid' => 'druid' + 0x40.chr + 'caughq.org', - 'egypt' => 'egypt' + 0x40.chr + 'metasploit.com', - 'kris katterjohn' => 'katterjohn' + 0x40.chr + 'gmail.com', - 'CG' => 'cg' + 0x40.chr + 'carnal0wnage.com', - 'et' => 'et' + 0x40.chr + 'metasploit.com', - 'sf' => 'stephen_fewer' + 0x40.chr + 'harmonysecurity.com', - 'kf' => 'kf_list' + 0x40.chr + 'digitalmunition.com', - 'ddz' => 'ddz' + 0x40.chr + 'theta44.org', - 'jduck' => 'jduck' + 0x40.chr + 'metasploit.com', - 'natron' => 'natron' + 0x40.chr + 'metasploit.com', - 'todb' => 'todb' + 0x40.chr + 'metasploit.com', - 'msmith' => 'msmith' + 0x40.chr + 'metasploit.com', - 'jcran' => 'jcran' + 0x40.chr + 'metasploit.com', - 'sinn3r' => 'sinn3r' + 0x40.chr + 'metasploit.com', - 'bannedit' => 'bannedit' + 0x40.chr + 'metasploit.com', - 'amaloteaux' => 'alex_maloteaux' + 0x40.chr + 'metasploit.com', - 'Carlos Perez' => 'carlos_perez' + 0x40.chr + 'darkoperator.com', - 'juan vazquez' => 'juan.vazquez' + 0x40.chr + 'metasploit.com', - 'theLightCosine' => 'theLightCosine' + 0x40.chr + 'metasploit.com', - 'mubix' => 'mubix' + 0x40.chr + 'hak5.org' + 'hdm' => 'hdm' + 0x40.chr + 'metasploit.com', + 'spoonm' => 'spoonm' + 0x40.chr + 'no$email.com', + 'skape' => 'mmiller' + 0x40.chr + 'hick.org', + 'vlad902' => 'vlad902' + 0x40.chr + 'gmail.com', + 'optyx' => 'optyx' + 0x40.chr + 'no$email.com', + 'anonymous' => 'anonymous-contributor' + 0x40.chr + 'metasploit.com', + 'stinko' => 'vinnie' + 0x40.chr + 'metasploit.com', + 'MC' => 'mc' + 0x40.chr + 'metasploit.com', + 'cazz' => 'bmc' + 0x40.chr + 'shmoo.com', + 'pusscat' => 'pusscat' + 0x40.chr + 'metasploit.com', + 'skylined' => 'skylined' + 0x40.chr + 'edup.tudelft.nl', + 'patrick' => 'patrick' + 0x40.chr + 'osisecurity.com.au', + 'Ramon de C Valle' => 'rcvalle' + 0x40.chr + 'metasploit.com', + 'I)ruid' => 'druid' + 0x40.chr + 'caughq.org', + 'egypt' => 'egypt' + 0x40.chr + 'metasploit.com', + 'kris katterjohn' => 'katterjohn' + 0x40.chr + 'gmail.com', + 'CG' => 'cg' + 0x40.chr + 'carnal0wnage.com', + 'et' => 'et' + 0x40.chr + 'metasploit.com', + 'sf' => 'stephen_fewer' + 0x40.chr + 'harmonysecurity.com', + 'kf' => 'kf_list' + 0x40.chr + 'digitalmunition.com', + 'ddz' => 'ddz' + 0x40.chr + 'theta44.org', + 'jduck' => 'jduck' + 0x40.chr + 'metasploit.com', + 'natron' => 'natron' + 0x40.chr + 'metasploit.com', + 'todb' => 'todb' + 0x40.chr + 'metasploit.com', + 'msmith' => 'msmith' + 0x40.chr + 'metasploit.com', + 'jcran' => 'jcran' + 0x40.chr + 'metasploit.com', + 'sinn3r' => 'sinn3r' + 0x40.chr + 'metasploit.com', + 'bannedit' => 'bannedit' + 0x40.chr + 'metasploit.com', + 'amaloteaux' => 'alex_maloteaux' + 0x40.chr + 'metasploit.com', + 'Carlos Perez' => 'carlos_perez' + 0x40.chr + 'darkoperator.com', + 'juan vazquez' => 'juan.vazquez' + 0x40.chr + 'metasploit.com', + 'theLightCosine' => 'theLightCosine' + 0x40.chr + 'metasploit.com', + 'mubix' => 'mubix' + 0x40.chr + 'hak5.org' } #