Skip to content

Commit e16cc6f

Browse files
committed
Fix the correct version in check.
1 parent aeb0484 commit e16cc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/wp_creativecontactform_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('sexy-contact-form', '0.9.7')
43+
check_plugin_version_from_readme('sexy-contact-form', '1.0.0')
4444
end
4545

4646
def exploit

0 commit comments

Comments
 (0)