1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-24 18:16:24 +01:00

1601 Commits

Author SHA1 Message Date
OJ
71212bba43 Turn off debug trace 2015-10-30 15:23:01 -05:00
OJ
f572570b7d Initial work to get python talking to metsrv's ssl 2015-10-30 15:23:01 -05:00
OJ
a004655b03 Fix silly typo in extapi python module 2015-10-30 15:23:01 -05:00
OJ
def28cf927 Init the msvcrt extension 2015-10-30 15:23:01 -05:00
OJ
1c438bd13a Add some adsi functionality bindings 2015-10-30 15:23:01 -05:00
OJ
fb36d94c05 Clean up packet once processed 2015-10-30 15:23:01 -05:00
OJ
4b2257c791 More bindings, including kiwi as an example 2015-10-30 15:23:01 -05:00
OJ
04cb09737e More work on the meterpreter bindings for python 2015-10-30 15:23:00 -05:00
OJ
eaabcabca8 Starting work on meterpreter bindings 2015-10-30 15:23:00 -05:00
Tod Beardsley
514739efd5 Add a COPYING and LICENSE file for Python
This rounds out  by adding in the correct
licensing info for distributing Python.
2015-10-30 15:23:00 -05:00
OJ
08d27edb76 Tidying up, add persistent stdout/stderr 2015-10-30 15:23:00 -05:00
OJ
8ae2ae5682 Turn off debug trace 2015-10-30 15:23:00 -05:00
OJ
4a474b963f Small tidy up of python related stuff 2015-10-30 15:23:00 -05:00
OJ
116da1c0ff Support import of py and pyc 2015-10-30 15:23:00 -05:00
OJ
007afeae2a Stacks of work getting modules wired up 2015-10-30 15:23:00 -05:00
OJ
126c3b8e07 Add stdout/stderr capture and result extraction 2015-10-30 15:22:59 -05:00
OJ
90be1cc878 First attempt at the python extension
It builds for x64 and x86. There is a single command implemented that
allows for single-shot python commands to be run.
2015-10-30 15:22:59 -05:00
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 , add fallbacks for obtaining the system hostname 2015-10-26 09:49:03 -05:00
Brent Cook
f74c8abef1
Land , 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 , 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 , switch transports on certificate validation failure 2015-09-25 09:05:48 -04:00
Brent Cook
15de43bf11
Land , 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 : 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 , 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 , Dockerfile for builds 2015-09-16 15:04:12 -05:00
Brent Cook
890f5f6515
Land , 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 : Launch android meterpreter from browser 2015-09-01 09:29:17 +10:00
OJ
0c7b1b5a0c
Land : Add core_enumextcmd for php 2015-09-01 07:54:09 +10:00
OJ
ee0527f364
Land : 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