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

Commit 20a47a3

Browse files
committed
Correct version in check to 2.0.0 instead of 1.2.9
1 parent d355ca2 commit 20a47a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/user_access_manager_reflected_xss_shell_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize
1919
end
2020

2121
def check
22-
check_plugin_version_from_readme('user-access-manager', '1.2.9')
22+
check_plugin_version_from_readme('user-access-manager', '2.0.0')
2323
end
2424

2525
def vulnerable_url

0 commit comments

Comments
 (0)