Difference between revisions of "Java Signed Applet Social Engineering Code Execution"

From Botnets.fr
Jump to navigation Jump to search
(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...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Feature
{{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 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.
|Link=http://www.rapid7.com/db/modules/exploit/multi/browser/java_signed_applet
 
|FeatureCategory=Injections
http://www.rapid7.com/db/modules/exploit/multi/browser/java_signed_applet
|FeatureCategory=Exploit
}}
}}

Latest revision as of 16:46, 8 August 2015

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

Description


External link: http://www.rapid7.com/db/modules/exploit/multi/browser/java signed applet (Archive copy)

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