Skip to content

Commit cd10c2d

Browse files
Update modules/exploits/multi/http/avideo_wwbnindex_unauth_rce.rb
Co-authored-by: jheysel-r7 <[email protected]>
1 parent 5870ebc commit cd10c2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/multi/http/avideo_wwbnindex_unauth_rce.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def exploit
8787
'ctype' => 'application/x-www-form-urlencoded',
8888
'data' => "systemRootPath=#{filter_payload}"
8989
)
90+
print_error("Server returned #{res.code}. Successful exploit attempts should not return a response.") if res&.code
9091
end
9192

9293
def check

0 commit comments

Comments
 (0)