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

Commit 5a9b416

Browse files
committed
Add guard clause when executing in the context of an aux module
1 parent db9792e commit 5a9b416

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/wpxf/wordpress/reflected_xss.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ def run
2121
end
2222

2323
return false unless super
24+
return true if aux_module?
25+
2426
emit_info 'Provide the URL below to the victim to begin the payload upload'
2527
puts
2628
puts url_with_xss

0 commit comments

Comments
 (0)