Skip to content

Commit 6ef074c

Browse files
committed
Fix the correct version in check
1 parent dc7f161 commit 6ef074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/wp_reflexgallery_file_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info = {})
4040
end
4141

4242
def check
43-
check_plugin_version_from_readme('reflex-gallery', '3.1.3')
43+
check_plugin_version_from_readme('reflex-gallery', '3.1.4')
4444
end
4545

4646
def exploit

0 commit comments

Comments
 (0)