Skip to content

Commit 3457640

Browse files
committed
Land rapid7#7990, Use obfuscated JS in BES
2 parents 6a6c8c9 + 84ab3c6 commit 3457640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/remote/browser_exploit_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def get_detection_html(user_agent)
501501

502502
%Q|
503503
<script>
504-
#{code}
504+
#{js}
505505
</script>
506506
<noscript>
507507
<img style="visibility:hidden" src="#{get_resource.chomp("/")}/#{@noscript_receiver_page}/">

0 commit comments

Comments
 (0)