Java Debug Wire Protocol

Source: Wikipedia, the free encyclopedia.

In computing, the Java Debug Wire Protocol (JDWP) is a

debugs. It allows to debug processes on a different computer. It can work over a network socket or through shared memory
.

The protocol is implemented in the

Java
.

Metasploit includes a module for JDWP. It can exploit it using various scripts, which have functions such as injecting a Java class that executes a shell command, returns operating system details or injects an arbitrary class.

References

  1. OCLC 50589687.{{cite book}}: CS1 maint: others (link
    )
  2. .

External links