Skip to content

Commit 517ad54

Browse files
committed
Fix the correct version in check.
1 parent 5cb9b1a commit 517ad54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/wp_slideshowgallery_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def password
5757
end
5858

5959
def check
60-
check_plugin_version_from_readme('slideshow-gallery', '1.4.6')
60+
check_plugin_version_from_readme('slideshow-gallery', '1.4.7')
6161
end
6262

6363
def exploit

0 commit comments

Comments
 (0)