Update @Meatballs and @FireFart in authors.rb

bug/bundler_fix
Tod Beardsley 2014-04-09 10:46:10 -05:00
parent 315ca54d5a
commit 062175128b
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
35 changed files with 38 additions and 36 deletions

View File

@ -13,7 +13,7 @@ class Msf::Module::Author
Known = Known =
{ {
'amaloteaux' => 'alex_maloteaux' + 0x40.chr + 'metasploit.com', 'amaloteaux' => 'alex_maloteaux' + 0x40.chr + 'metasploit.com',
'anonymous' => 'anonymous-contributor' + 0x40.chr + 'metasploit.com', 'anonymous' => 'Unknown',
'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',
'cazz' => 'bmc' + 0x40.chr + 'shmoo.com', 'cazz' => 'bmc' + 0x40.chr + 'shmoo.com',
@ -21,6 +21,7 @@ class Msf::Module::Author
'ddz' => 'ddz' + 0x40.chr + 'theta44.org', 'ddz' => 'ddz' + 0x40.chr + 'theta44.org',
'egypt' => 'egypt' + 0x40.chr + 'metasploit.com', 'egypt' => 'egypt' + 0x40.chr + 'metasploit.com',
'et' => 'et' + 0x40.chr + 'metasploit.com', 'et' => 'et' + 0x40.chr + 'metasploit.com',
'Christian Mehlmauer' => 'FireFart' + 0x40.chr + 'gmail.com',
'hdm' => 'hdm' + 0x40.chr + 'metasploit.com', 'hdm' => 'hdm' + 0x40.chr + 'metasploit.com',
'I)ruid' => 'druid' + 0x40.chr + 'caughq.org', 'I)ruid' => 'druid' + 0x40.chr + 'caughq.org',
'jcran' => 'jcran' + 0x40.chr + 'metasploit.com', 'jcran' => 'jcran' + 0x40.chr + 'metasploit.com',
@ -30,6 +31,7 @@ class Msf::Module::Author
'kf' => 'kf_list' + 0x40.chr + 'digitalmunition.com', 'kf' => 'kf_list' + 0x40.chr + 'digitalmunition.com',
'kris katterjohn' => 'katterjohn' + 0x40.chr + 'gmail.com', 'kris katterjohn' => 'katterjohn' + 0x40.chr + 'gmail.com',
'MC' => 'mc' + 0x40.chr + 'metasploit.com', 'MC' => 'mc' + 0x40.chr + 'metasploit.com',
'Ben Campbell' => 'eat_meatballs' + 0x40.chr + 'hotmail.co.uk',
'msmith' => 'msmith' + 0x40.chr + 'metasploit.com', 'msmith' => 'msmith' + 0x40.chr + 'metasploit.com',
'mubix' => 'mubix' + 0x40.chr + 'hak5.org', 'mubix' => 'mubix' + 0x40.chr + 'hak5.org',
'natron' => 'natron' + 0x40.chr + 'metasploit.com', 'natron' => 'natron' + 0x40.chr + 'metasploit.com',

View File

@ -31,7 +31,7 @@ class Metasploit3 < Msf::Auxiliary
'Scott A. Crosby', # original advisory 'Scott A. Crosby', # original advisory
'Dan S. Wallach', # original advisory 'Dan S. Wallach', # original advisory
'Krzysztof Kotowicz', # payload generator 'Krzysztof Kotowicz', # payload generator
'Christian Mehlmauer <FireFart[at]gmail.com>' # metasploit module 'Christian Mehlmauer' # metasploit module
], ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'References' => 'References' =>

View File

@ -30,7 +30,7 @@ class Metasploit3 < Msf::Auxiliary
], ],
'Author' => 'Author' =>
[ [
'Christian Mehlmauer <FireFart[at]gmail.com>', # Metasploit module 'Christian Mehlmauer', # Metasploit module
'Jason A. Donenfeld <Jason[at]zx2c4.com>' # POC 'Jason A. Donenfeld <Jason[at]zx2c4.com>' # POC
] ]
) )

View File

@ -19,7 +19,7 @@ class Metasploit3 < Msf::Auxiliary
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => 'Author' =>
[ [
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>', 'Ben Campbell',
], ],
'References' => 'References' =>
[ [

View File

@ -28,7 +28,7 @@ class Metasploit3 < Msf::Auxiliary
Deployment Services RPC service and parses out the stored credentials. Deployment Services RPC service and parses out the stored credentials.
Tested against Windows 2008 R2 x64 and Windows 2003 x86. Tested against Windows 2008 R2 x64 and Windows 2003 x86.
}, },
'Author' => [ 'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' ], 'Author' => [ 'Ben Campbell' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'References' => 'References' =>
[ [

View File

@ -16,7 +16,7 @@ class Metasploit3 < Msf::Auxiliary
'Description' => %q{ This module shows HTTP Headers returned by the scanned systems. }, 'Description' => %q{ This module shows HTTP Headers returned by the scanned systems. },
'Author' => 'Author' =>
[ [
'Christian Mehlmauer <FireFart[at]gmail.com>', 'Christian Mehlmauer',
'rick2600' 'rick2600'
], ],
'References' => 'References' =>

View File

@ -16,7 +16,7 @@ class Metasploit3 < Msf::Auxiliary
super( super(
'Name' => 'Typo3 Login Bruteforcer', 'Name' => 'Typo3 Login Bruteforcer',
'Description' => 'This module attempts to bruteforce Typo3 logins.', 'Description' => 'This module attempts to bruteforce Typo3 logins.',
'Author' => [ 'Christian Mehlmauer <FireFart[at]gmail.com>' ], 'Author' => [ 'Christian Mehlmauer' ],
'License' => MSF_LICENSE 'License' => MSF_LICENSE
) )
end end

View File

@ -20,7 +20,7 @@ class Metasploit3 < Msf::Auxiliary
'Alligator Security Team', 'Alligator Security Team',
'Tiago Ferreira <tiago.ccna[at]gmail.com>', 'Tiago Ferreira <tiago.ccna[at]gmail.com>',
'Zach Grace <zgrace[at]404labs.com>', 'Zach Grace <zgrace[at]404labs.com>',
'Christian Mehlmauer <FireFart[at]gmail.com' 'Christian Mehlmauer'
], ],
'References' => 'References' =>
[ [

View File

@ -24,7 +24,7 @@ class Metasploit3 < Msf::Auxiliary
[ [
'Thomas McCarthy "smilingraccoon" <smilingraccoon[at]gmail.com>', 'Thomas McCarthy "smilingraccoon" <smilingraccoon[at]gmail.com>',
'Brandon McCann "zeknox" <bmccann[at]accuvant.com>' , 'Brandon McCann "zeknox" <bmccann[at]accuvant.com>' ,
'Christian Mehlmauer "FireFart" <FireFart[at]gmail.com>' # Original PoC 'Christian Mehlmauer' # Original PoC
], ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'References' => 'References' =>

View File

@ -14,7 +14,7 @@ class Metasploit3 < Msf::Auxiliary
super( super(
'Name' => 'Wordpress Scanner', 'Name' => 'Wordpress Scanner',
'Description' => 'Detects Wordpress installations and their version number', 'Description' => 'Detects Wordpress installations and their version number',
'Author' => [ 'Christian Mehlmauer <FireFart[at]gmail.com>' ], 'Author' => [ 'Christian Mehlmauer' ],
'License' => MSF_LICENSE 'License' => MSF_LICENSE
) )
end end

View File

@ -32,7 +32,7 @@ class Metasploit3 < Msf::Auxiliary
'Author' => 'Author' =>
[ [
'tebo <tebo [at] attackresearch [dot] com>', # Original 'tebo <tebo [at] attackresearch [dot] com>', # Original
'Ben Campbell <eat_meatballs [at] hotmail.co.uk>' # Refactoring 'Ben Campbell' # Refactoring
], ],
'References' => 'References' =>
[ [

View File

@ -97,7 +97,7 @@ class Metasploit3 < Msf::Auxiliary
'Matti', # Vulnerability discovery 'Matti', # Vulnerability discovery
'Jared Stafford <jspenguin[at]jspenguin.org>', # Original Proof of Concept. This module is based on it. 'Jared Stafford <jspenguin[at]jspenguin.org>', # Original Proof of Concept. This module is based on it.
'FiloSottile', # PoC site and tool 'FiloSottile', # PoC site and tool
'Christian Mehlmauer <FireFart[at]gmail.com>', # Msf module 'Christian Mehlmauer', # Msf module
'wvu', # Msf module 'wvu', # Msf module
'juan vazquez' # Msf module 'juan vazquez' # Msf module
], ],

View File

@ -25,7 +25,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Netanel Rubin', # from Check Point - Discovery 'Netanel Rubin', # from Check Point - Discovery
'Brandon Perry', # Metasploit Module 'Brandon Perry', # Metasploit Module
'Ben Harris', # Metasploit Module 'Ben Harris', # Metasploit Module
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' # Metasploit Module 'Ben Campbell' # Metasploit Module
], ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'References' => 'References' =>

View File

@ -22,7 +22,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Author' => 'Author' =>
[ [
'Janek "waraxe" Vind', # Discovery 'Janek "waraxe" Vind', # Discovery
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' # Metasploit Module 'Ben Campbell' # Metasploit Module
], ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'References' => 'References' =>

View File

@ -42,7 +42,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Author' => 'Author' =>
[ [
'natron', 'natron',
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' # PSH and remove ADODB.Stream 'Ben Campbell' # PSH and remove ADODB.Stream
], ],
'References' => 'References' =>
[ [

View File

@ -25,7 +25,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Author' => 'Author' =>
[ [
'Tavis Ormandy <taviso[at]cmpxchg8b.com>', # Initial discovery 'Tavis Ormandy <taviso[at]cmpxchg8b.com>', # Initial discovery
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>', 'Ben Campbell',
'phillips321 <phillips321[at]phillips321.co.uk>', 'phillips321 <phillips321[at]phillips321.co.uk>',
'Richard Hicks <scriptmonkeyblog[at]gmail.com>' 'Richard Hicks <scriptmonkeyblog[at]gmail.com>'
], ],

View File

@ -29,7 +29,7 @@ class Metasploit3 < Msf::Exploit::Local
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => 'Author' =>
[ [
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>', 'Ben Campbell',
'Parvez Anwar' # discovery?/inspiration 'Parvez Anwar' # discovery?/inspiration
], ],
'Arch' => [ ARCH_X86, ARCH_X86_64 ], 'Arch' => [ ARCH_X86, ARCH_X86_64 ],

View File

@ -30,7 +30,7 @@ class Metasploit3 < Msf::Exploit::Local
'David Kennedy "ReL1K" <kennedyd013[at]gmail.com>', 'David Kennedy "ReL1K" <kennedyd013[at]gmail.com>',
'mitnick', 'mitnick',
'mubix', # Port to local exploit 'mubix', # Port to local exploit
'Ben Campbell <eat_meatballs[at]hotmail.co.uk' # In memory technique 'Ben Campbell' # In memory technique
], ],
'Platform' => [ 'win' ], 'Platform' => [ 'win' ],
'SessionTypes' => [ 'meterpreter' ], 'SessionTypes' => [ 'meterpreter' ],

View File

@ -32,7 +32,7 @@ class Metasploit3 < Msf::Exploit::Local
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => 'Author' =>
[ [
'Ben Campbell <eat_meatballs@hotmail.co.uk>' 'Ben Campbell'
], ],
'Platform' => [ 'win'], 'Platform' => [ 'win'],
'Targets' => 'Targets' =>

View File

@ -41,7 +41,7 @@ class Metasploit3 < Msf::Exploit::Local
[ [
'Tavis Ormandy', # Discovery 'Tavis Ormandy', # Discovery
'Axel Souchet', # @0vercl0k POC 'Axel Souchet', # @0vercl0k POC
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' # Metasploit module 'Ben Campbell' # Metasploit module
], ],
'Platform' => [ 'win' ], 'Platform' => [ 'win' ],
'SessionTypes' => [ 'meterpreter' ], 'SessionTypes' => [ 'meterpreter' ],

View File

@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Local
'Author' => 'Author' =>
[ [
'Peter Wintersmith', # Original exploit 'Peter Wintersmith', # Original exploit
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>', # Metasploit integration 'Ben Campbell', # Metasploit integration
], ],
'Arch' => ARCH_X86_64, 'Arch' => ARCH_X86_64,
'Platform' => 'win', 'Platform' => 'win',

View File

@ -21,7 +21,7 @@ class Metasploit3 < Msf::Exploit::Local
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => [ 'Author' => [
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' 'Ben Campbell'
], ],
'DefaultOptions' => 'DefaultOptions' =>
{ {

View File

@ -32,7 +32,7 @@ class Metasploit3 < Msf::Exploit::Local
'Keebie4e', # Metasploit integration 'Keebie4e', # Metasploit integration
'egypt', # Metasploit integration 'egypt', # Metasploit integration
'sinn3r', # Metasploit integration 'sinn3r', # Metasploit integration
'Meatballs', # Metasploit integration 'Ben Campbell', # Metasploit integration
'juan vazquez', # Metasploit integration 'juan vazquez', # Metasploit integration
'OJ Reeves' # Metasploit integration 'OJ Reeves' # Metasploit integration
], ],

View File

@ -33,7 +33,7 @@ class Metasploit3 < Msf::Exploit::Local
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => [ 'Author' => [
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' 'Ben Campbell'
], ],
'References' => 'References' =>
[ [

View File

@ -27,7 +27,7 @@ class Metasploit3 < Msf::Exploit::Remote
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => 'Author' =>
[ [
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>', 'Ben Campbell',
'Chris Campbell' #@obscuresec - Inspiration n.b. no relation! 'Chris Campbell' #@obscuresec - Inspiration n.b. no relation!
], ],
'References' => 'References' =>

View File

@ -15,7 +15,7 @@ class Metasploit3 < Msf::Post
Resolves hostnames to either IPv4 or IPv6 addresses from the perspective of the remote host. Resolves hostnames to either IPv4 or IPv6 addresses from the perspective of the remote host.
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => [ 'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' ], 'Author' => [ 'Ben Campbell' ],
'Platform' => %w{ win python }, 'Platform' => %w{ win python },
'SessionTypes' => [ 'meterpreter' ] 'SessionTypes' => [ 'meterpreter' ]
)) ))

View File

@ -30,7 +30,7 @@ class Metasploit3 < Msf::Post
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' =>[ 'Author' =>[
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>', 'Ben Campbell',
'Loic Jaquemet <loic.jaquemet+msf[at]gmail.com>', 'Loic Jaquemet <loic.jaquemet+msf[at]gmail.com>',
'scriptmonkey <scriptmonkey[at]owobble.co.uk>', 'scriptmonkey <scriptmonkey[at]owobble.co.uk>',
'theLightCosine', 'theLightCosine',

View File

@ -20,7 +20,7 @@ class Metasploit3 < Msf::Post
in the database. in the database.
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => ['Ben Campbell <eat_meatballs[at]hotmail.co.uk>'], 'Author' => ['Ben Campbell'],
'Platform' => ['win'], 'Platform' => ['win'],
'SessionTypes' => ['meterpreter' ] 'SessionTypes' => ['meterpreter' ]
)) ))

View File

@ -39,7 +39,7 @@ class Metasploit3 < Msf::Post
(&(objectCategory=computer)(operatingSystem=*server*)) # All Servers (&(objectCategory=computer)(operatingSystem=*server*)) # All Servers
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => [ 'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' ], 'Author' => [ 'Ben Campbell' ],
'Platform' => [ 'win' ], 'Platform' => [ 'win' ],
'SessionTypes' => [ 'meterpreter' ], 'SessionTypes' => [ 'meterpreter' ],
'References' => 'References' =>

View File

@ -22,7 +22,7 @@ class Metasploit3 < Msf::Post
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => 'Author' =>
[ [
'Ben Campbell <ben.campbell[at]mwrinfosecurity.com>', #Metasploit Module 'Ben Campbell', #Metasploit Module
'Scott Sutherland' #Original Powershell Code 'Scott Sutherland' #Original Powershell Code
], ],
'Platform' => [ 'win' ], 'Platform' => [ 'win' ],

View File

@ -20,7 +20,7 @@ class Metasploit3 < Msf::Post
such users have their passwords specified in these fields. such users have their passwords specified in these fields.
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => [ 'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' ], 'Author' => [ 'Ben Campbell' ],
'Platform' => [ 'win' ], 'Platform' => [ 'win' ],
'SessionTypes' => [ 'meterpreter' ], 'SessionTypes' => [ 'meterpreter' ],
'References' => 'References' =>

View File

@ -24,7 +24,7 @@ class Metasploit3 < Msf::Post
'Author' => 'Author' =>
[ [
'Kx499', 'Kx499',
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>', 'Ben Campbell',
'sinn3r' 'sinn3r'
] ]
)) ))

View File

@ -23,7 +23,7 @@ class Metasploit3 < Msf::Post
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => [ 'Author' => [
'Etienne Stalmans <etienne[at]sensepost.com>', 'Etienne Stalmans <etienne[at]sensepost.com>',
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' 'Ben Campbell'
], ],
'Platform' => [ 'win' ], 'Platform' => [ 'win' ],
'SessionTypes' => [ 'meterpreter' ] 'SessionTypes' => [ 'meterpreter' ]

View File

@ -24,7 +24,7 @@ class Metasploit3 < Msf::Post
[ [
'Sean Verity <veritysr1980[at]gmail.com>', 'Sean Verity <veritysr1980[at]gmail.com>',
'sinn3r', 'sinn3r',
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' 'Ben Campbell'
], ],
'References' => 'References' =>
[ [

View File

@ -18,7 +18,7 @@ class Metasploit3 < Msf::Post
This module will inject into the memory of a process a specified Reflective DLL. This module will inject into the memory of a process a specified Reflective DLL.
}, },
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => [ 'Ben Campbell <eat_meatballs[at]hotmail.co.uk>'], 'Author' => [ 'Ben Campbell'],
'Platform' => [ 'win' ], 'Platform' => [ 'win' ],
'SessionTypes' => [ 'meterpreter' ], 'SessionTypes' => [ 'meterpreter' ],
'References' => 'References' =>