Skip to content

Commit 6c77b64

Browse files
committed
wrong method name
1 parent ed588e3 commit 6c77b64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/scanner/http/wp_dukapress_file_read.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ def initialize(info = {})
4242
end
4343

4444
def check
45-
check_plugin_from_readme('dukapress', '2.5.7')
45+
check_plugin_version_from_readme('dukapress', '2.5.7')
4646
end
47+
4748
def run_host(ip)
4849
traversal = "../" * datastore['DEPTH']
4950
filename = datastore['FILEPATH']

0 commit comments

Comments
 (0)