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

768 Commits

Author SHA1 Message Date
jvazquez-r7
10ed187016 Add semicolon 2015-01-02 16:27:08 -06:00
jvazquez-r7
63e993c735 Create new code memory 2015-01-02 12:48:00 -06:00
jvazquez-r7
79692d5986 Fix stub sizes 2015-01-02 09:47:43 -06:00
jvazquez-r7
86fc7889ed Fix strncpy check 2015-01-02 09:42:44 -06:00
OJ
2d553497d5 Land #109 - Fix linux meterpreter 2015-01-02 11:50:44 +10:00
jvazquez-r7
22975bd716 Require getsid only on windows 2015-01-01 19:04:10 -06:00
jvazquez-r7
cd65086096 Ignore CLion files 2015-01-01 19:02:57 -06:00
Brent Cook
9f91b5a921 Land #93, @jvazquez-r7's linux meterpreter process migration
Tested on Ubuntu 14.04 with 32-bit processes, with and without ptrace
protections enabled.
2014-12-30 17:27:15 -06:00
Brent Cook
a9cab9f8c6 fix whitespace consistency 2014-12-30 17:26:05 -06:00
Tod Beardsley
d17da93c2d Land #106, invert FS function check 2014-12-23 14:16:20 -06:00
Tod Beardsley
d3ef475b58 Land #105, allow for symlinks 2014-12-23 12:31:30 -06:00
Brent Cook
405d55f8c9 invert error check for POSIX filesytem functions
Fixes #104
2014-12-16 15:11:27 -06:00
Brent Cook
db4ad41512 allow build_tmp to be a symlink
Remove assumption of relative paths to allow build_tmp to be a symlink.
This fixes builds when the working directory is a vmware share.
2014-12-16 12:01:01 -06:00
Brent Cook
1c32b76286 Land #82, OJ's Group TLV refactoring 2014-12-11 10:47:05 -06:00
OJ
061439edb2 Final tweaks to adsi 2014-12-09 14:27:50 -06:00
OJ
76a492ab56 Fix silly typo 2014-12-09 14:27:50 -06:00
OJ
c7a8645709 Update adsi to use group functionality
Now includes group nesting which will require work on the MSF side to
fully support it. But this option is way better as we don't lose info
thanks to serialising to strings.
2014-12-09 14:27:50 -06:00
OJ
fe70c6a733 Updated service enumeration to use group tlv api 2014-12-09 14:27:50 -06:00
OJ
3aeda7ed2a Refactor group Tlv usage in window enumeration 2014-12-09 14:27:50 -06:00
Joshua Smith
c826eef1aa Land #102, adds getsid command 2014-11-09 22:02:36 -06:00
OJ
4a88e93496 Add the getsid command
Added support for a the getsid command so that it's easy to
determine the SID of the current user. This will be useful for
a number of different use cases.
2014-11-07 10:36:36 +10:00
William Vu
29043df8ac Land #101, s/SSLv3/TLSv1/ for POODLE 2014-10-15 17:46:15 -05:00
Tod Beardsley
5e3b292804 Use TLSv1 instead of SSLv3 2014-10-15 16:37:41 -05:00
OJ
454d014611 Land #94 - shellcode comment in source 2014-08-18 09:56:12 +10:00
Joshua Smith
3d5550648c fixes comment referring to other source code
source/common/arch/win/i386/base_dispatch.c was referring to:
see '/msf3/external/source/shellcode/x86/migrate/migrate.asm'
which was updated to:
see '/msf3/external/source/shellcode/windows/x86/src/migrate/migrate.asm'
and see '/msf3/external/source/shellcode/x64/migrate/migrate.asm'
was updated to:
see '/msf3/external/source/shellcode/windows/x64/src/migrate/migrate.asm'
2014-08-15 13:34:44 -05:00
jvazquez-r7
5deb3502b1 Use spaces to align details 2014-07-31 15:00:32 -05:00
jvazquez-r7
1542286fae Compare, not assign 2014-07-31 14:19:18 -05:00
jvazquez-r7
6eaa92b3c9 Delete debug 2014-07-31 13:53:15 -05:00
jvazquez-r7
7bc25728d5 Add *full support* for linux migrate 2014-07-31 13:47:10 -05:00
jvazquez-r7
74bac30dc8 Add support for linux migrate 2014-07-31 13:45:11 -05:00
William Vu
7c782f88e6 Land #91, Kiwi update with KB2871997 fix 2014-07-25 20:32:32 -05:00
OJ
40af0bae36 Land #92 : Fix sniffer on x64
[FixRM #6355]
2014-07-14 09:25:38 +10:00
OJ
867df868c4 Merge branch 'upstream/master' into update-kiwi 2014-07-12 08:29:38 +10:00
jvazquez-r7
12080e806f [SeeRM #6355] Fix sniffer extension on 64bits machines 2014-07-11 15:42:59 -05:00
OJ
15d11f0e9f Update to Mimikatz commit 8d83d5ab93396263b8c8be8401381b02868fdad6
This fixes the breakages on patched systems (I think). There's also a fix
here for an infinite loop in the MSV Code.
2014-07-10 15:07:51 +10:00
OJ
4e1201d73c Update to Mimikatz commit ba14c8b425d6650276e2357f370dcb700c72ea81
Commit 3b0b875fe80ceec098e147d9adad54a0fcbda092 was not included because it only
contained changes to mimilib.
2014-07-10 14:14:26 +10:00
OJ
2fcebdefc2 Update to mimikatz commit c509bbfbf75883a84d56475cac4bc92b9a8350fa 2014-07-10 13:49:08 +10:00
OJ
420ca2861a Remove lots of stuff that Kiwi doesn't need
mimilib and mimidrv aren't required in MSF.
2014-07-10 13:26:33 +10:00
OJ
6c23fc5764 Updated to Mimikatz commit fd667773cbc004dafd857fd77dc6a06fc8c6d33c
Without the powershell stuff. Commit f861bb41aa608363b008233dee4234b7392fb502 will
not be included as it's not relevant.
2014-07-10 13:10:31 +10:00
William Vu
003f6a4cb4 Land #90, errno fix for posixterp 2014-07-09 14:29:11 -05:00
jvazquez-r7
5a58d88e3a Return errno when fopen fails 2014-07-08 12:12:45 -05:00
OJ
fed3ebd43f Update to Mimikatz commit 2cb6326ba2658e0d226d7a341fd6bf3bba2dbceb 2014-07-08 20:02:44 +10:00
OJ
e7974b4707 Update to Mimikatz commit 5571133a4bc4a9a690cbdcab5f7db6f8ff8bc7e3 2014-07-08 19:49:34 +10:00
OJ
940c94e946 Update to Mimikatz commit 4e6f3e17587c849517e32cfc7f87fb01ee5b0ff3 2014-07-08 18:35:16 +10:00
OJ
bfba1ed97c Updated to Mimikatz commit 568b71c590ae60582195c34a71ec8c37a3a809da 2014-07-08 17:45:22 +10:00
OJ
5b387c5bee Update to Mimikatz commit 9347714eb1683b74e2537a100b5014268d27f5f0 2014-07-08 17:36:13 +10:00
OJ
05c968a877 Updated to Mimikatz commit 853ee232f061cef4c75cdbfcf7390fb16e53811d 2014-07-08 17:06:36 +10:00
OJ
5b721a8fe9 Updated to Mimikatz commit e85d87f6bb2e0afa5c57f22c73d12b8e25e84c9f
This comes with some other changes as well which include code changes that
were probably made to the kerberos code prior to moving to github. As a result,
the actual changset was lots because the history of mimikatz wasn't imported
into github, and the change history is no longer available on google code.
2014-07-08 16:48:11 +10:00
William Vu
c4e8e007a1 Land #88, IMAGE_BASE TLV truncated pointer fix 2014-07-07 18:11:55 -05:00
OJ
23d9f6061c Land #89 - fix strncpy usage on linux fs_expand_path 2014-07-08 08:17:52 +10:00