1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-30 22:19:17 +02:00

7 Commits

Author SHA1 Message Date
OJ
1945275be3
Get the last of the android stuff working 2020-05-04 19:14:14 +10:00
Jeffrey Martin
7a9f8f3d4e
adjustment for surefire and animal-sniffer plugins 2018-12-03 01:29:25 -06:00
Tim
79992309f2
Revert "Revert "Land , Refactor Android payload configuration into a byte array""
This reverts commit 38313ee2922687eb6532fb6eaf847470f8886f0e.
2016-10-13 22:35:00 +08:00
Brent Cook
38313ee292
Revert "Land , Refactor Android payload configuration into a byte array"
This reverts commit 82c38488fd7ed9961a4c78e806682c375953bdfd, reversing
changes made to 5620acab1b731c59a762da1a14fc7cb635b95f2c.
2016-10-13 09:11:06 -05:00
Tim
d411bfc90b
add shared module 2016-10-11 14:27:25 +08:00
Michael Schierl
bd3d0efedd Move extension source to a common place
Move source code of all Meterpreter extensions to a common target
directory during build, so that tests that apply to all extensions won't
need to be updated when a new extension is added.

Use this to apply the version compatibility checks to all extensions.
2013-09-06 18:23:14 +02:00
Michael Schierl
e6b99a1ff7 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