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

Commit 98cd263

Browse files
committed
Fix check method
1 parent bb44cf6 commit 98cd263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/pootle_button_reflected_xss_shell_upload.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ def initialize
1919
end
2020

2121
def check
22-
check_plugin_version_from_readme('pootle', '1.2.0')
22+
check_plugin_version_from_readme('pootle-button', '1.2.0')
2323
end
2424

2525
def vulnerable_url
26-
normalize_uri(wordpress_url_admin, 'admin-ajax.php')
26+
wordpress_url_admin_ajax
2727
end
2828

2929
def url_with_xss

0 commit comments

Comments
 (0)