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

2369 Commits

Author SHA1 Message Date
Brent Cook
d4e403980c
Land #251, use utf8 for user and domain names 2017-11-29 05:37:32 -06:00
Brent Cook
ecedfac2a8
Land #249, update delete_dir to be able to recursively delete 2017-11-29 05:32:44 -06:00
Brent Cook
fcf69bb7ca pass file-not-found and other errors back to the caller 2017-11-29 05:30:53 -06:00
Metasploit
3ad56ea9ff Bump to 1.3.18 2017-11-25 13:57:59 -08:00
Brent Cook
13db0b392a
Land #254, fix null dereference in transport list 2017-11-25 15:50:13 -06:00
Brent Cook
519df5919c don't crash if there are no custom headers 2017-11-25 15:29:16 -06:00
Tim
23ee21ccc8 add android option parsing 2017-11-24 14:11:00 +08:00
Metasploit
6ea1e71e14 Bump to 1.3.17 2017-11-22 22:29:20 -08:00
William Webb
a404126f66
Land #252, Renegotiate AES in HTTP payloads on new framework instance 2017-11-23 00:21:38 -06:00
Brent Cook
4be0b0756d on reconnect to a new framework instance, we have to renegotiate AES keys 2017-11-22 03:20:36 -06:00
scriptjunkie
0b89ea3e37 Support non-ascii environment variables 2017-11-21 16:22:51 -06:00
scriptjunkie
936272b59d Encode name characters 2017-11-21 15:59:56 -06:00
Metasploit
851550c919 Bump to 1.3.16 2017-11-20 23:00:24 -08:00
Brent Cook
1d18ebb5d4
Land #236, support user-defined http headers 2017-11-21 00:53:05 -06:00
Brent Cook
f065a24b1c Merge branch 'master' into land-236-headers 2017-11-21 00:52:50 -06:00
Metasploit
9a32185030 Bump to 1.3.15 2017-11-07 15:29:24 -08:00
OJ
bbbe755206
Land #250 - Fix recv failure in windows transports
Fixes #9163
Fixes #9175
2017-11-08 09:21:36 +10:00
Brent Cook
0548a12f3c remove do/while(0) exception anti-pattern 2017-11-06 08:06:17 -06:00
Brent Cook
2dc48bea43 remove do/while(0) exception anti-pattern, fail properly on pipe close 2017-11-06 08:05:31 -06:00
Brent Cook
b0fbc4f550 remove do/while(0) exception anti-pattern, fail properly on socket close 2017-11-06 08:04:52 -06:00
Brent Cook
e117dd2326 unify whitespace 2017-11-06 03:33:08 -06:00
Artem
22235e228b
Update fs_win.c
Fix Error Open File VS2017 and Add Delete not empty Folder
2017-11-02 03:43:21 +03:00
Metasploit
acd86bcef0 Bump to 1.3.14 2017-10-27 00:13:16 -07:00
Brent Cook
1010ded636
Land #244, handle situations when SetProcessDPIAware is unavailable 2017-10-27 00:06:12 -07:00
Brent Cook
58f7d2d606 fix whitespace 2017-10-26 23:56:45 -07:00
Metasploit
e87241c62f Bump to 1.3.13 2017-10-26 23:50:52 -07:00
OJ
de0d8a4a2a
Land #248 - Actually reset encryption context when freeing
Fixes #247
2017-10-27 16:44:01 +10:00
Brent Cook
7a22b3052a actually reset encryption context when freeing 2017-10-26 23:22:08 -07:00
Metasploit
e229df0a7c Bump to 1.3.12 2017-10-23 03:39:35 -07:00
Tim
70471bed4b Land #243, fix the build 2017-10-23 18:28:25 +08:00
Artem
752888a2c2 Update screenshot.c
Fix Compile in VS2017
2017-10-20 21:36:11 +03:00
Tim
d1bd0514c1 fix testSpawnReverseTcp SocketTimeoutException 2017-10-20 17:13:31 +08:00
Metasploit
0e603a78ff Bump to 1.3.11 2017-10-03 20:02:36 -07:00
Tim
9bd32d1b9c Land #241, fix php meterpreter on php < 5.4 2017-10-04 10:51:19 +08:00
Tim
1a6b9b8796 Land #238, fix php meterpreter on php < 5.4 2017-10-04 10:50:39 +08:00
OJ
db20322182
Fix TLV type defs and config size for HTTP migrate 2017-10-04 10:42:40 +10:00
2dimka
31d45584b5 Fix unexpected syntax error '[' in PHP 5.2.4 on Metasploitable2 VM 2017-10-03 20:54:36 +03:00
Metasploit
498b1f9665 Bump to 1.3.10 2017-09-27 14:14:20 -07:00
Brent Cook
59a03e6f03
Land #240, Properly fix half-baked changes to getprivs 2017-09-27 16:06:29 -05:00
OJ
c6eebdf72b
Properly fix half-baked changes to getprivs
This was left over code from me trying to do some fixes to getprivs
which didn't make sense in the middle of the packet pivot work. This was
left over by me as a result of my half-baked revert. This caused issues
with both the `getprivs` and `getsystem` command. I'm pretty sure that
as a result of breaking the latter, I will never live down the "make
getsystem great again" meme.
2017-09-27 16:30:18 +10:00
Metasploit
4f19cd3ad7 Bump to 1.3.9 2017-09-20 03:04:06 -07:00
William Webb
add38496a8
Land #235, Fix TLV values for audio recording 2017-09-20 04:53:19 -05:00
tomazy
5531210c6f Fixed parse error in PHP 5.3.10
Fixes #237
2017-09-17 13:40:04 -04:00
OJ
32ddcf716f
Merge @timwr's Android/Java custom heaer code 2017-09-15 10:56:25 +10:00
Tim
0f8419e05c add shared code for addrequestheader 2017-09-13 13:07:51 +08:00
Tim
a63b17249b add custom headers to java 2017-09-13 11:56:04 +08:00
Tim
932b17ae31 add custom headers to Android 2017-09-12 18:25:07 +08:00
Tim
49672a4b39 use new config parser on Android payload 2017-09-12 15:42:29 +08:00
Tim
a74f3c8b49 refactor config parsing into shared module
remove println
2017-09-12 15:42:27 +08:00
OJ
e88cb61839
Small python http header fix 2017-09-11 17:20:22 +10:00