1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-21 05:35:54 +01:00
Commit Graph

1584 Commits

Author SHA1 Message Date
Brent Cook
e878ac3286 import 1cf077a from python 2.7 branch (2.7.10+) 2015-10-30 15:12:58 -05:00
Brent Cook
2492316f55
Land #41, add fallbacks for obtaining the system hostname 2015-10-26 09:49:03 -05:00
Brent Cook
f74c8abef1
Land #40, add stageless python meterpreter patch points 2015-10-26 09:46:48 -05:00
HD Moore
87627f8dbb Add Utils.getHostname, a more robust alternative 2015-10-23 20:26:54 -05:00
Spencer McIntyre
000eb77f11 Add patch points for stageless python meterpreter 2015-10-21 18:16:19 -04:00
Metasploit
0a8b8967dd Bump to 1.0.16 2015-09-26 08:23:18 -07:00
Brent Cook
081cea61fc
Land #33, do not NPE Android meterpreter when running without a context 2015-09-26 11:16:24 -04:00
Metasploit
c82841c15a Bump to 1.0.15 2015-09-26 07:39:36 -07:00
Tim
a767858919 fix running without context 2015-09-26 15:07:06 +01:00
Brent Cook
7ab7d13add
Land #32, switch transports on certificate validation failure 2015-09-25 09:05:48 -04:00
Brent Cook
15de43bf11
Land #31, Use RtlGetVersion for detecting Windows versions 2015-09-25 09:04:33 -04:00
OJ
2422f0926b Support transport failover for SSL cert failures
This commit will result in SSL cert failures causing failovers to other
transports, even to itself, instead of shutting the session down. This
will result in repeated calls back to the endpoint, every "retry wait"
seconds, and will continue to do so until the session expires, or the
SSL verification works.

Be warned, this can be noisy in your console if you haven't configured
things properly. The result is a lot of callbacks over the life of the
session.
2015-09-25 12:47:18 +10:00
OJ
863a729ebe
Land #30 : getsystem cleanups 2015-09-24 16:26:39 +10:00
OJ
f76b51e265 Use RtlGetVersion to detect version
This means we can actually correctly detect the version of Windows in
use past 8.1 (ie including 10 and later).
2015-09-24 15:42:37 +10:00
Brent Cook
636d143447 @NickSampanis's getsystem cleanup
from https://github.com/rapid7/meterpreter/pull/183
2015-09-23 21:33:10 -05:00
Brent Cook
5d41b05765
Land #29, pageantjacker addition to extapi 2015-09-23 21:06:44 -05:00
Brent Cook
600ed34f1e merge and cleanup @stufus's pageantjacker extension into extapi
see https://github.com/rapid7/meterpreter/pull/164 for details
2015-09-20 20:18:02 -05:00
Metasploit
8e91ddd370 Bump to 1.0.14 2015-09-16 13:30:34 -07:00
William Vu
ba897737bd
Land #27, Dockerfile for builds 2015-09-16 15:04:12 -05:00
Brent Cook
890f5f6515
Land #28, support pre-5.0 versions of php 2015-09-16 14:54:22 -05:00
James Lee
866c46d310
Don't call gethostname if it doesn't exist 2015-09-09 09:14:34 -05:00
Brent Cook
ed3554e61e we still need SDK 3, frontload mvn dependencies 2015-09-03 10:49:05 -05:00
Metasploit
5b9ad6e6f8 Bump to 1.0.13 2015-09-03 07:11:42 -07:00
Brent Cook
9001ac3553 add dockerfile that we use for metasploit-payloads builds 2015-09-01 15:59:05 -05:00
Metasploit
84b7a2085a Bump to 1.0.12 2015-09-01 13:45:57 -07:00
OJ
f5f1cbf25d
Land #24 : Launch android meterpreter from browser 2015-09-01 09:29:17 +10:00
OJ
0c7b1b5a0c
Land #26 : Add core_enumextcmd for php 2015-09-01 07:54:09 +10:00
OJ
ee0527f364
Land #22 : Add initial windows 10 matching to sysinfo 2015-09-01 07:48:23 +10:00
James Lee
e05a8d7c0b
Add core_enumextcmd for php 2015-08-28 09:38:26 -05:00
wchen-r7
7a1c64051d Allow Android Meterpreter to be launched from a browser 2015-08-27 12:29:23 -05:00
Metasploit
cddc3f2001 Bump to 1.0.11 2015-08-27 06:58:20 -07:00
Brent Cook
71a7b19848
Resync pymet, remove blacklist 2015-08-25 18:05:54 -05:00
Brent Cook
dba1784c10 check if a process still exists before deleting it
patch from 1db376bed8
2015-08-25 18:04:18 -05:00
Brent Cook
864e2087a7 remove blacklist on py/php meterpreter warnings 2015-08-25 18:01:43 -05:00
Metasploit
7e2bc591a7 Bump to 1.0.10 2015-08-25 15:41:48 -07:00
Brent Cook
73e57f258a add initial Windows 10 matching to sysinfo output 2015-08-24 15:50:28 -05:00
Brent Cook
6037ce1b1c
Land #20, initial android interval collection 2015-08-24 15:48:22 -05:00
Brent Cook
866516ebdd
Land #19, use specified search_root path 2015-08-24 15:46:52 -05:00
OJ
726bc5b721 Add support for writing to storage, and restarting
This commit adds support for simple writing to disk functioanlity. It
means that the collectors can continue to collect and write to disk
while offline, and if they stop, they can restart and regather
information stored on disk. These files are removed when the application
is removed, so the content doesn't survive new installations of the
payload.
2015-08-19 00:20:33 +10:00
OJ
567ffadf5a First pass of interval collection 2015-08-18 00:55:29 +10:00
Jon Cave
387addf846 Pymet fix search_root always being set to '.' 2015-08-15 18:44:26 +01:00
Metasploit
f6671f4140 Bump to 1.0.9 2015-08-02 21:02:18 -07:00
Brent Cook
039e5b7f82
Merged python 2015-08-02 22:24:31 -05:00
Brent Cook
9fd1a1e83d
whitespace tweak 2015-08-02 22:13:45 -05:00
Brent Cook
a0eb43b1a3
Land #12, add send_sms and wlan_geolocate to android meterpreter 2015-08-02 22:10:21 -05:00
Brent Cook
4f5ef507c5 whitespace / formatting fixes 2015-08-01 18:20:13 -05:00
OJ
e99818c768
Land #16 : update build status link for windows meterpreter 2015-07-25 22:32:24 +10:00
Brent Cook
59b962d5c0 tweak names 2015-07-24 16:09:35 -05:00
Brent Cook
425f7a015b add linux build status 2015-07-24 16:05:57 -05:00
Brent Cook
f71464e38f add travis build as well 2015-07-24 16:03:01 -05:00