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

View File

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

View File

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

View File

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

View File

@ -28,7 +28,7 @@ class Metasploit3 < Msf::Auxiliary
Deployment Services RPC service and parses out the stored credentials.
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,
'References' =>
[

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -27,7 +27,7 @@ class Metasploit3 < Msf::Exploit::Remote
'License' => MSF_LICENSE,
'Author' =>
[
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>',
'Ben Campbell',
'Chris Campbell' #@obscuresec - Inspiration n.b. no relation!
],
'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.
},
'License' => MSF_LICENSE,
'Author' => [ 'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' ],
'Author' => [ 'Ben Campbell' ],
'Platform' => %w{ win python },
'SessionTypes' => [ 'meterpreter' ]
))

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -24,7 +24,7 @@ class Metasploit3 < Msf::Post
[
'Sean Verity <veritysr1980[at]gmail.com>',
'sinn3r',
'Ben Campbell <eat_meatballs[at]hotmail.co.uk>'
'Ben Campbell'
],
'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.
},
'License' => MSF_LICENSE,
'Author' => [ 'Ben Campbell <eat_meatballs[at]hotmail.co.uk>'],
'Author' => [ 'Ben Campbell'],
'Platform' => [ 'win' ],
'SessionTypes' => [ 'meterpreter' ],
'References' =>