metasploit-framework/external/source/javapayload/version-compatibility-check
Michael Schierl 6401f36afb Add version compatibility checks for JavaPayload
Check JavaPayload and Java Meterpreter against version incompatibilities
for Java 1.2, 1.3, 1.4, 1.5, and 1.6.

Note that webcam_audio_record is currently excluded from the checks, as it
uses Sun proprietary API for building the WAV file and is therefore
failing the build (and will most likely crash Meterpreter if run on a JVM
of version 1.4 or later that is not based on the Sun/Oracle JVM).

Possible workarounds (apart from either removing the module or changing it
to produce empty files when WAV creation is not supported) include
implementing the WAV file writer ourselves or providing raw PCM files
instead.
2012-12-21 14:37:46 +01:00
..
java12 Add version compatibility checks for JavaPayload 2012-12-21 14:37:46 +01:00
java13 Add version compatibility checks for JavaPayload 2012-12-21 14:37:46 +01:00
java14 Add version compatibility checks for JavaPayload 2012-12-21 14:37:46 +01:00
java15 Add version compatibility checks for JavaPayload 2012-12-21 14:37:46 +01:00
java16 Add version compatibility checks for JavaPayload 2012-12-21 14:37:46 +01:00
pom.xml Add version compatibility checks for JavaPayload 2012-12-21 14:37:46 +01:00