Java Signed Applet Social Engineering Code Execution

From Botnets.fr
Revision as of 14:08, 19 July 2015 by Eric.freyssinet (talk | contribs) (Created page with "{{Feature |Description=This exploit dynamically creates a .jar file via the Msf::Exploit::Java mixin, then signs the it. The resulting signed applet is presented to the victim...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

(Feature) Link to the old Wiki page : [1] / Google search: [2] / List of : Features

Description

This exploit dynamically creates a .jar file via the Msf::Exploit::Java mixin, then signs the it. The resulting signed applet is presented to the victim via a web page with an applet tag. The victim's JVM will pop a dialog asking if they trust the signed applet. On older versions the dialog will display the value of CERTCN in the "Publisher" line. Newer JVMs display "UNKNOWN" when the signature is not trusted (i.e., it's not signed by a trusted CA). The SigningCert option allows you to provide a trusted code signing cert, the values in which will override CERTCN. If SigningCert is not given, a randomly generated self-signed cert will be used. Either way, once the user clicks "run", the applet executes with full user permissions.

http://www.rapid7.com/db/modules/exploit/multi/browser/java_signed_applet

Botnets

  • As a feature:
  • As a distribution vector:

Malware

  • As a feature:
  • As a distribution vector:

Exploit kits

Services

  • As a feature/service category:

Publications