1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-02 20:36:40 +01:00
Commit Graph

1510 Commits

Author SHA1 Message Date
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
Brent Cook
224ac67dc7 update build status link for windows meterpreter 2015-07-24 14:28:57 -05:00
William Vu
e38d6c7acb
Land #11, fileInstalled() s/packageName/fileName/ 2015-07-24 11:22:40 -05:00
Brent Cook
0ec1e99e55 fileInstalled should check for a file, not a package 2015-07-19 17:27:43 -06:00
Metasploit
5700d04431 Bump to 1.0.8 2015-07-11 23:15:19 -07:00
Brent Cook
8732204833
Land #7, fix posix transport switching/deleting 2015-07-12 00:29:06 -05:00
OJ
36274f2697
Land #8 : Stop reading on error during socket flush 2015-07-12 13:43:30 +10:00
OJ
a0c7262624 Remove invalid SAFE_FREE call 2015-07-12 13:21:20 +10:00
Brent Cook
8de19e788a We don't have to log an error if it's expected.
There is a close log message right below anyway.
2015-07-10 07:11:53 -05:00
Brent Cook
28425e7a99 On socket flush, stop reading on error
We are currently inconsistently handling errors in recv() when flushing data from a TCP socket. In one case, we handle the graceful close, but not the error case. In the other, we handle exactly the opposite.

Both of these loops may spin indefinitely depending on the recv value from the remote server. In one, if the TCP connection is abruptly closed in stageless meterpreter or on a transport switch, the flush function may loop. In the other, if the remote server does a socket shutdown, but not a close, we will also loop.
2015-07-10 07:04:57 -05:00
OJ
d16e5276c5 Use temp storage for URL parsing
This removes the issue where URLs were truncated during parsing,
resulting in them not working later on when transports are changed.
2015-07-10 14:57:23 +10:00
Metasploit
2c86c26ff2 Bump to 1.0.7 2015-07-09 21:15:38 -07:00
Brent Cook
819f6a3455
Land #5, add WinInet fallback when WinHTTP cannot work against certain proxies 2015-07-09 23:00:16 -05:00
OJ
15ca2a90fb
Land #2 : cleanup record_mic, free correct heap 2015-07-04 15:04:47 +10:00
OJ
863138d803 Avoid fallback when SSL cert verification is on
This is to avoid unintended MITM when Meterpreter is configured in
paranoid mode.
2015-07-04 14:45:49 +10:00
OJ
18a814d3a0 Refactor wininet/winhttp code to reduce code duplication 2015-07-03 20:46:18 +10:00
OJ
09c4d8b137 Initial WinINET fallback implementation 2015-07-03 18:55:14 +10:00
Brent Cook
dc2779380a
Land #3, fix bytes/bytesRead confusion 2015-07-01 22:26:41 -05:00
OJ
0186ccad0d
Land #4 : update minSDK version to 10, compat check 2015-07-02 13:20:04 +10:00
Brent Cook
2d00913542 update minSDK version to 10, update compat check for Android 2.3.3 2015-07-01 21:57:46 -05:00
OJ
bc6b2d98be Fix STUPID mistake in config string handling 2015-07-01 17:11:46 +10:00
Metasploit
5f8e8d2281 Bump to 1.0.6 2015-06-30 21:48:19 -07:00
Brent Cook
3a0427bcbc cleanup record_mic handler, use the right heap for freeing
When reallocating the record buffer, we need to pass the correct heap pointer
or this will crash.

This also simplifies error handling and switches audio.h to use Windows EOL
characters.
2015-06-30 21:36:36 -05:00
Brent Cook
eb46847663
Land #1, bits and bobs 2015-06-30 20:54:52 -05:00
Metasploit
b64c680b34 Bump to 1.0.5 2015-06-30 16:28:43 -07:00
OJ
bb4615b29c Add appropriate encoding for reading strings from the config block 2015-07-01 08:17:01 +10:00
OJ
397ae397f7 Few tweaks to readme files, updated gitignore 2015-06-29 11:55:20 +10:00
Brent Cook
42b143f92b
Merged java 2015-06-28 13:30:03 -05:00
Brent Cook
c7e1c385c8
Merged c 2015-06-28 13:29:59 -05:00
Brent Cook
03215edaf9 Land #45, add transport resiliency, sleep and UUIDs to java/android payloads 2015-06-28 13:24:09 -05:00
Brent Cook
e5e27c4d4d enable output for http and https 2015-06-28 13:17:56 -05:00
Brent Cook
1ec155f435 Land #47, advance java API checks to require 1.4 minimum 2015-06-28 12:33:39 -05:00
Brent Cook
91f10aa760 Land #175, fix clipboard file size confusion 2015-06-28 12:21:16 -05:00
Brent Cook
ec15eb873e Land #174, fix URI switch crash with stageless meterpreter 2015-06-28 12:19:45 -05:00
OJ
c8de66fd31 Remove extra htonq call 2015-06-27 21:44:41 +10:00
OJ
86eb62832d Fix silly mistake with type casts 2015-06-27 21:37:05 +10:00
OJ
c2f141679e Fix up URI switching for stageless
This prevents horrible crashes when migrating from a stageless HTTP/S session.
2015-06-27 21:19:04 +10:00
OJ
08551a0e8f Remove old java versions, update readme 2015-06-27 14:46:26 +10:00
OJ
34db0d71bb Merge branch 'upstream/master' into transport-refactor 2015-06-27 12:01:16 +10:00
OJ
3e551a8b9d Land #46 : update android API to level 10 2015-06-27 11:45:54 +10:00
Brent Cook
5225952e51 Land #44, add extra root checks 2015-06-26 18:18:12 -05:00
Brent Cook
d48beb4782 simplify package checks, add test for _su as well 2015-06-26 18:09:23 -05:00
Brent Cook
d1eb125688 update to android API level 10 2015-06-26 14:57:52 -05:00
OJ
801b48aa1e Merge branch 'upstream/master' into transport-refactor 2015-06-26 15:23:58 +10:00
OJ
d107004a88 Add the uuid command support 2015-06-26 14:48:40 +10:00
OJ
b6a3c41e40 Last print statements removed 2015-06-26 14:27:45 +10:00
OJ
3afca8dc40 Remove log statements 2015-06-26 14:24:38 +10:00
OJ
e69933b540 Remove lots of debug output 2015-06-26 14:08:31 +10:00
OJ
c8aeb38847 Small tweaks to support both java and android 2015-06-26 13:58:20 +10:00