Skip to content

Commit 84ab3c6

Browse files
committed
Use obfuscated JS in BES
1 parent 48f6740 commit 84ab3c6

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)