Skip to content

Commit 32188f0

Browse files
author
Ricardo Almeida
committed
Update phpmoadmin_exec.rb
Changes: Added required comment at the top of the file; Changed Class name "Metasploit3" >> "Metasploit4"; Standard name/email format for public PoC author.
1 parent 95962aa commit 32188f0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

modules/exploits/multi/http/phpmoadmin_exec.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
##
2+
# This module requires Metasploit: http://metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
4+
##
5+
16
require 'msf/core'
27

38

4-
class Metasploit3 < Msf::Exploit::Remote
9+
class Metasploit4 < Msf::Exploit::Remote
510

611
Rank = ExcellentRanking
712

@@ -16,7 +21,7 @@ def initialize(info = {})
1621
},
1722
'Author' =>
1823
[
19-
'Pichaya Morimoto pichaya () ieee org', # Public PoC
24+
'Pichaya Morimoto pichaya[at]ieee.org', # Public PoC
2025
'Ricardo Jorge Borges de Almeida <ricardojba1[at]gmail.com>', # Metasploit module
2126
],
2227
'License' => MSF_LICENSE,

0 commit comments

Comments
 (0)