Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit be0fe79

Browse files
committed
Fix version fingerprinting
1 parent be7faa6 commit be0fe79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/spiffy_calendar_reflected_xss_shell_upload.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def initialize
2929
end
3030

3131
def check
32-
check_plugin_version_from_changelog('spiffy-calendar', 'readme.txt', '3.2.1')
32+
readme = normalize_uri(wordpress_url_plugins, 'spiffy-calendar', 'readme.txt')
33+
check_version_from_custom_file(readme, /=\sVersion\s((\d+\.?)+).+?=/, '3.3')
3334
end
3435

3536
def vulnerable_url

0 commit comments

Comments
 (0)