Skip to content

Commit 79bfdf3

Browse files
author
jvazquez-r7
committed
Add comment to explain the applet delivery methods
1 parent 641fd3c commit 79bfdf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/exploits/multi/browser/java_jre17_driver_manager.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ def on_request_uri(cli, request)
166166
def generate_html
167167
jnlp_uri = "#{get_uri}/#{@jnlp_name}.jnlp"
168168

169+
# When the browser is IE, the ActvX is used in order to load the malicious JNLP, allowing click2play bypass
170+
# Else an <applet> tag is used to load the malicious applet, this time there isn't click2play bypass
169171
html = %Q|
170172
<html>
171173
<body>

0 commit comments

Comments
 (0)