1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-20 20:37:27 +01:00
Go to file
OJ 71edb392ea
Fix issue with pointer handling on WOW64 processes
I stuffed up when dealing with values that are being passed back and forth across components when in x86 processes. I was passing 64 bit ints around even in 32 bit mode, which resulted in some natstiness. This commit fixes that problem by forcing everything to be 64 bit regardless of arch, and casting to the appropriate pointer at the right time.
2018-05-21 12:45:21 +10:00
c/meterpreter Fix issue with pointer handling on WOW64 processes 2018-05-21 12:45:21 +10:00
docker update base Ubuntu to 14.04.5 2016-09-15 20:26:36 -05:00
gem Bump to 1.3.37 2018-05-16 23:09:16 -07:00
java fix android screenshot error on failure 2018-02-20 16:18:25 +08:00
php/meterpreter Minor tweak to ensure last requested length is accurate. 2018-03-01 17:26:52 -06:00
powershell Fix issue with pointer handling on WOW64 processes 2018-05-21 12:45:21 +10:00
python/meterpreter Fix unbound UDP sockets by not requiring the peer 2018-04-22 19:45:43 -04:00
.gitignore Few tweaks to readme files, updated gitignore 2015-06-29 11:55:20 +10:00
.gitmodules Revert "Land #259, delete deps repo" 2017-12-20 16:33:15 -06:00
.travis.yml delete Linux meterpreter support 2017-05-14 02:11:57 -05:00
COPYING Add a COPYING and LICENSE file for Python 2015-10-30 15:23:00 -05:00
LICENSE Update the year in the LICENSE 2018-01-08 15:22:38 -05:00
Makefile Add session GUID support to Meterpreter payloads 2017-06-06 17:24:36 +10:00
README.md mettle ref 2017-05-14 02:17:43 -05:00

metasploit-payloads >

This is a unified repository for different Metasploit Framework payloads, which merges these repositories:

The Native Linux / Posix payload, Mettle, currently is developed at https://github.com/rapid7/mettle (to be moved here at some point?)

See the individual directories for meterpreter-specific README, build instructions and license details: