File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
modules/auxiliary/scanner/http Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def initialize(info = {})
27
27
'Author' =>
28
28
[
29
29
'Cenk Kalpakoglu <cenk.kalpakoglu[at]gmail.com>' ,
30
- 'Sabri' , #@KINGSABRI
30
+ 'KingSabri <King. Sabri[at]gmail.com>' ,
31
31
'William <WCoppola[at]Lares.com>'
32
32
] ,
33
33
'License' => MSF_LICENSE ,
@@ -71,6 +71,7 @@ def check_setup
71
71
print_error ( "#{ peer } :#{ rport } #{ wordpress_url_xmlrpc } does not enable XMLRPC" )
72
72
false
73
73
elsif Gem ::Version . new ( version ) >= Gem ::Version . new ( '4.4.1' )
74
+ print_error ( "#{ peer } :#{ rport } #{ wordpress_url_xmlrpc } Target's version (#{ version } ) is not vulnerable to this attack." )
74
75
false
75
76
else
76
77
print_status ( "Target #{ peer } is running Wordpress" )
@@ -82,7 +83,7 @@ def run_host(ip)
82
83
if check_setup
83
84
print_status ( "XMLRPC enabled, Hello message received!" )
84
85
else
85
- print_error ( "XMLRPC is not enabled! Aborting " )
86
+ print_error ( "Abborting the attack. " )
86
87
return
87
88
end
88
89
You can’t perform that action at this time.
0 commit comments