1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-08 23:33:07 +01:00
Commit Graph

2119 Commits

Author SHA1 Message Date
OJ
03a88ff4ad
Land #215 - Fix python meterpreter sleep
Fixes #202
2017-07-13 07:53:20 +10:00
Metasploit
6fffa9e197 Bump to 1.2.40 2017-07-11 14:03:40 -07:00
William Webb
cbe6f7783c
Land #212, Add OSX Railgun support to Python Meterpreter 2017-07-11 15:51:32 -05:00
Spencer McIntyre
cb8c2fd009 Adjust how trasnport sleep is handled 2017-07-10 20:32:59 -04:00
Metasploit
8631283791 Bump to 1.2.39 2017-06-29 00:46:04 -07:00
OJ
f5b29bd7c6
Land #210 : set thread error mode 2017-06-29 17:33:46 +10:00
Brent Cook
1a9bfc8c68 disable thread error reporting globally 2017-06-29 01:07:22 -04:00
Spencer McIntyre
8c9c38ba4b Add export and use a debug_traceback function 2017-06-28 19:44:49 -04:00
Spencer McIntyre
1a0f47603b Add debgging around get and send packet for pymet 2017-06-27 20:15:04 -04:00
Metasploit
8bf7d426b6 Bump to 1.2.38 2017-06-25 15:47:25 -07:00
Brent Cook
f95710249b
Land #209, Make keyscan active window tracking discretionary 2017-06-25 17:39:41 -05:00
Brent Cook
0356a5068d add thread preamble that sets the per-thread error mode 2017-06-23 20:37:56 -05:00
Artem
fe8920640d Add Disable Windows Error Messages 2017-06-23 20:37:56 -05:00
Metasploit
af76e64a2e Bump to 1.2.37 2017-06-23 16:08:14 -07:00
Brent Cook
c7f614a799
Land #200, Fix winpmem builds, warnings, cleanup logging 2017-06-23 18:00:22 -05:00
William Webb
cad32aaa33
kill whitespace 2017-06-23 14:08:08 -05:00
William Webb
419533ce48
kill whitespace 2017-06-23 13:56:07 -05:00
William Webb
f437e6aef7
use conventional option/TLV scheme instead of dumb stuff 2017-06-23 13:51:08 -05:00
Spencer McIntyre
9538e2d03f Add an option to disable forking in pymet 2017-06-22 10:55:59 -05:00
Metasploit
df2b0d7e94 Bump to 1.2.36 2017-06-22 08:55:18 -07:00
Brent Cook
fb80f87ee3
Land #204, Update to Mimikatz 2.1.1 20170608 for changentlm function 2017-06-22 10:45:34 -05:00
Spencer McIntyre
c320233e86 Try to use find_library for OSX railgun_api 2017-06-21 08:50:57 -04:00
Brent Cook
efe6f32197 fix 64-bit r7 target build 2017-06-21 03:01:56 -05:00
Metasploit
2d1f6dcfd3 Bump to 1.2.35 2017-06-19 13:55:39 -07:00
James Lee
6d774f59c8
Land #207, remove dead code of crypto context 2017-06-19 15:43:27 -05:00
Spencer McIntyre
d48b48df94 Implement pymet osx rg api and api_multi 2017-06-19 11:13:42 -04:00
OJ
813760a9e2
Remove support for the crypto context
Crypto context stuff appears to have only ever been supported in
Meterpreter on Windows. The only thing it allowed for is XOR, which is
redundant given that we have packet level XOR in place. Also, it would
appear that MSF didn't have support for it anyway!

With the move torwards packet-level encryption, this is unnecessary so
it needs to go bye bye.
2017-06-19 16:51:54 +10:00
Spencer McIntyre
e0c26186c1 Implement pymet osx rg memread and memwrite 2017-06-15 10:56:47 -04:00
OJ
5fcff5ea76
Update to Mimikatz 2.1.1 20170608 for changentlm function 2017-06-13 15:29:02 +10:00
Metasploit
31f65cf365 Bump to 1.2.34 2017-06-08 23:08:58 -07:00
Brent Cook
0ba547b360
Land #203, Add session GUID support 2017-06-09 00:59:37 -05:00
OJ
cf575a05dd
Add session GUID support to Meterpreter payloads 2017-06-06 17:24:36 +10:00
Metasploit
d572bc423e Bump to 1.2.33 2017-06-04 23:14:00 -07:00
Brent Cook
ae41f2a12d
Land #201, fix access violation on AMD cpus with 64-bit memory from 32-bit apps 2017-06-05 00:13:40 -05:00
RaMMicHaeL
dd224a91f0 Fixed an elusive bug on AMD CPUs
Details:
http://blog.rewolf.pl/blog/?p=1484
8771485dd3
2017-06-03 11:24:01 +03:00
Metasploit
730b393601 Bump to 1.2.32 2017-05-14 01:03:15 -07:00
Brent Cook
0c1b6b252e
Land #159, delete old Linux meterpreter support 2017-05-14 02:37:11 -05:00
Brent Cook
b855404bdd mettle ref 2017-05-14 02:17:43 -05:00
Brent Cook
0a2d768e77 delete Linux meterpreter support 2017-05-14 02:11:57 -05:00
Metasploit
24db1df26c Bump to 1.2.31 2017-05-11 11:30:30 -07:00
Jeffrey Martin
2d1f9faa1e
update spec to require Ruby 2.2.0 or greater 2017-05-11 13:11:37 -05:00
Metasploit
5114fe99bc Bump to 1.2.30 2017-05-08 20:24:11 -07:00
Brent Cook
87c106eaa8
Land #194, Python Meterpreter Linux Railgun 2017-05-08 22:11:05 -05:00
Metasploit
5df86f5a55 Bump to 1.2.29 2017-05-08 15:07:00 -07:00
Brent Cook
dc712150af
Land #199, Adjust proxy code to support DNS/DHCP resolution 2017-05-08 16:57:08 -05:00
Brent Cook
88935f8839
Land #198, Fix stageless URI redirect parsing 2017-05-08 16:55:24 -05:00
OJ
91558d0c16
Adjust proxy code to support DNS/DHCP resolution
This code is blatantly poached from the blog post locted at
https://medium.com/@br4nsh/a-meterpreter-and-windows-proxy-case-4af2b866f4a1
which was written by Juan. A great deal of time and effort went into
that research and all credit for this work should go to him.
2017-05-05 16:16:54 +10:00
OJ
7c65e621a1
Fix stageless URI redirect parsing
This commit fixes the case where we incorrectly assume that the URIs
used in the transport don't make use of the LURI setting in MSF.

The bug was that the code iterated through the URI string in reverse,
looking for a slash and then using that as the point to patch the new
URI over the existing. This meant that with the LURI parameter used, the
actual LURI field was missed, and the patch would result in the LURI
value appearing again.

The fix put in iterates from the start of the string and looks for the
third instance of the slash. This means that the LURI field is patched
as well as the UUID section.

Fixes #197
2017-05-03 10:36:53 +10:00
Spencer McIntyre
9aac25b522 Fix some more pymet backwards compat issues 2017-04-25 17:05:15 -04:00
Metasploit
d74ca91e81 Bump to 1.2.28 2017-04-21 14:59:50 -07:00