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

Commit Graph

  • ee20cc4dee Add support for arp in php meterpreter jvoisin 2024-10-01 13:32:37 +0200
  • 6389cd5d71 Bump metasploit-payloads to 2.0.176 Metasploit 2024-10-10 08:41:11 -0500
  • c372a986dd
    Land #719, Fix a regression in the search behavior v2.0.175 Diego Ledda 2024-10-10 15:26:46 +0200
  • ff617cf147 Fix a regression I added in the search behavior Spencer McIntyre 2024-10-09 12:41:50 -0400
  • 924f586608 Bump metasploit-payloads to 2.0.175 Metasploit 2024-10-08 07:10:53 -0500
  • 23ebfdf1e6
    Merge pull request #718 from zeroSteiner/fix/msf/19496 v2.0.174 Diego Ledda 2024-10-08 13:55:38 +0200
  • b5b4101873 Fix an issue with filesystem enumeration Spencer McIntyre 2024-10-07 13:34:14 -0400
  • 64bd2f16a2 Only bypass for new style, for backwards compatibility Ashley Donaldson 2024-10-03 21:56:31 +1000
  • 0b9ff3fea9 On Windows with basic shell, just submit a single string, to match other Meterp/shell behaviours Ashley Donaldson 2024-10-01 15:48:08 +1000
  • af7f639bbc Skip shell in old versions of PHP Ashley Donaldson 2024-09-30 20:47:10 +1000
  • e0df256c81 Bump metasploit-payloads to 2.0.174 Metasploit 2024-09-26 18:46:12 -0500
  • 4d68f6a338
    Merge pull request #715 from adfoster-r7/use-macos-12-runner-for-python-tests v2.0.173 adfoster-r7 2024-09-27 00:22:26 +0100
  • 573bf01007 Use macos 12 runner for python tests adfoster-r7 2024-09-27 00:16:32 +0100
  • a470c4dc3a Fix edge cases in Python and C meterpreters Ashley Donaldson 2024-09-25 16:18:21 +1000
  • 5422a15c79 Allow collection-style TLVs to have zero elements Ashley Donaldson 2024-04-18 19:44:40 +1000
  • 5c2486c003 Treat old-style path separately to new (unescaped) path Ashley Donaldson 2024-04-18 14:39:04 +1000
  • 92e9de46ae Don't use subshell with array arguments Ashley Donaldson 2024-04-18 13:01:48 +1000
  • 133e8f0b01 Implement new cmd_exec for Java Ashley Donaldson 2024-04-16 09:19:27 +1000
  • 6631a198e7 PHP implementation of new_cmd Ashley Donaldson 2024-04-15 17:33:44 +1000
  • e68225d4b1 Python meterp to support new cmd_exec Ashley Donaldson 2024-04-15 15:50:04 +1000
  • aa04d88b87 Handle new cmd_exec TLV format Ashley Donaldson 2024-04-15 14:51:07 +1000
  • 4bd40411e2 Bump metasploit-payloads to 2.0.173 Metasploit 2024-09-20 10:33:09 -0500
  • a6da6ddac6
    Land #713, Removed GetThreadId and replaced with optional CLIENTID argument v2.0.172 dledda-r7 2024-09-20 11:15:19 -0400
  • 435a3a2b52 Bump metasploit-payloads to 2.0.172 Metasploit 2024-09-19 04:46:35 -0500
  • 3420144781
    Land #712, Fix linking in MinGW for OpenThreadToken on Windows XP x86 v2.0.171 dledda-r7 2024-09-19 05:20:23 -0400
  • 68bbcf2a2b Revert "Resolve GetThreadId at runtime" cod 2024-09-17 11:47:39 +0200
  • a91fb72536 Revert "Update remote_thread.c" cod 2024-09-17 11:47:22 +0200
  • a5c18499a7 C4311: Compiler Warning treated as errors in msvc cod 2024-09-14 19:21:11 +0200
  • c5bb65ad58 Bump metasploit-payloads to 2.0.171 Metasploit 2024-09-13 09:52:31 -0500
  • eaf37ada4c
    Land #709, Fix memory leak in request_sys_config_sysinfo v2.0.170 dledda-r7 2024-09-13 10:33:11 -0400
  • e0499a0049 Bump metasploit-payloads to 2.0.170 Metasploit 2024-09-13 08:45:34 -0500
  • 54515f877a
    Land #708, Fixing typo v2.0.169 dledda-r7 2024-09-13 09:25:59 -0400
  • c387d2f139 Make use of proper CSPRNG when possible jvoisin 2024-09-01 22:26:53 +0200
  • 7f21e9a29b Add a fallback to get the hostname jvoisin 2024-09-01 22:26:31 +0200
  • 074c8514d2 Add a check in case proc_open isn't callable jvoisin 2024-09-01 22:26:14 +0200
  • 3630198d59 Add more info to stdapi_sys_config_sysinfo when possible jvoisin 2024-09-01 22:25:44 +0200
  • 7e7b40c9ad Add a fallback to get the current user jvoisin 2024-09-01 22:25:24 +0200
  • 297b4b82f4 Add a missing @ to an unlink jvoisin 2024-09-01 22:24:53 +0200
  • e878523725 Minor code simplification/golfing jvoisin 2024-09-01 22:24:29 +0200
  • e78bfcc9d3 Implement can_call_function, a better is_callable jvoisin 2024-09-01 22:21:35 +0200
  • 26c3809d6f removed GetThreadId and replaced with optional CLIENTID argument cod 2024-08-27 17:35:21 +0200
  • aff81538ec
    Update remote_thread.c cod 2024-08-13 22:42:21 +0300
  • 788d419c6e Added advapi32 in LINK_LIBS for modules which uses OpenThreadToken to fix an error in mingw-x86 toolchain cod 2024-08-13 17:58:44 +0200
  • 1ac4741094 Resolve GetThreadId at runtime cod 2024-08-12 18:07:27 +0200
  • 118f847516
    Add the debug files to the copy commands for "make-windows" bwatters-r7 2024-08-12 09:49:43 -0500
  • 446b4d18c3 typo in context cod 2024-08-12 16:03:55 +0200
  • 4428531701 memory leak in request_sys_config_sysinfo cod 2024-08-01 10:01:17 +0200
  • 3332a27af8 typo cod 2024-08-01 09:03:54 +0200
  • a86dc9db06
    Land #705, Update android json dependencies Spencer McIntyre 2024-05-28 15:30:53 -0400
  • f00b2731cb
    Turns out we don't need those libraries at all. bwatters-r7 2024-05-23 15:36:20 -0500
  • cf7b514300
    Fix library here, too bwatters-r7 2024-05-22 17:40:46 -0500
  • 4d84150ae4
    Update json library to 20231013 bwatters-r7 2024-05-22 15:51:14 -0500
  • 9b0e2de545 Bump metasploit-payloads to 2.0.169 Metasploit 2024-05-22 06:21:33 -0500
  • 85ed7e1914
    Land #704, Add clean step to Java documentation v2.0.168 dwelch-r7 2024-05-22 11:58:58 +0100
  • 74a770e336 Update clean step to Java documentation adfoster-r7 2024-05-22 11:54:53 +0100
  • 962ff311a2 Bump metasploit-payloads to 2.0.168 Metasploit 2024-05-21 15:45:30 -0500
  • 49f273af49
    Land #703, Fix Java Meterpreter payloads failing with OpenJDK on Alpine Linux v2.0.167 adfoster-r7 2024-05-21 21:30:08 +0100
  • cde5c5e90e
    Remove early-access release suffix on version string Christophe De La Fuente 2024-05-14 19:05:32 +0200
  • d08cbb07bd Bump metasploit-payloads to 2.0.167 Metasploit 2024-02-20 12:11:35 -0600
  • 0ee45fa625
    Land #698, Update mimikatz v2.0.166 Christophe De La Fuente 2024-02-20 18:46:13 +0100
  • 52d58af59a Update mimikatz to 45c42c71 Spencer McIntyre 2024-01-30 16:30:26 -0500
  • 7ff8ee535f Bump metasploit-payloads to 2.0.166 Metasploit 2024-01-19 11:20:36 -0600
  • 1adafcd2fb
    Land #694, Use direct syscalls in the RDI loader v2.0.165 Spencer McIntyre 2024-01-19 12:05:10 -0500
  • c7abd47585 Update the ReflectiveDLLInjection submodule to the upstream repository Christophe De La Fuente 2024-01-19 17:40:45 +0100
  • 83fa146f75
    Update ReflectiveDLLInjection submodule to pull in new trampoline detection logic Christophe De La Fuente 2024-01-16 18:27:36 +0100
  • 1556007bfd
    Update ReflectiveDLLInjection submodule to pull in Win10/8 x86 fix Christophe De La Fuente 2024-01-12 19:24:01 +0100
  • a5e33d167d
    Remove include DirectSyscall.c Christophe De La Fuente 2024-01-10 14:42:45 +0100
  • 7082431dae
    Pull in changes from ReflectiveDLLInjection to support direct syscalls Christophe De La Fuente 2023-11-03 16:55:30 +0100
  • 6143148e22 Bump metasploit-payloads to 2.0.165 Metasploit 2024-01-08 04:52:57 -0600
  • e46cdad8e9
    Land #693, Fix incorrect Memory Search variable name v2.0.164 adfoster-r7 2024-01-08 10:39:26 +0000
  • aeb6945bd2 Fix incorrect Memory Search variable name sjanusz-r7 2024-01-08 10:10:16 +0000
  • d8fb9eaf95 Bump metasploit-payloads to 2.0.164 Metasploit 2024-01-04 11:54:24 -0600
  • 2430d20255
    Land #686, Add Windows Memory Search support using regex v2.0.163 adfoster-r7 2024-01-04 17:41:39 +0000
  • 4f19a1c4ae Fix Memory Search variable shadowing sjanusz-r7 2024-01-04 16:34:08 +0000
  • 1731613130 Bump metasploit-payloads to 2.0.163 Metasploit 2023-12-12 04:44:00 -0600
  • ea4ac6b392
    Land #689, Add github actions for Windows Visual Studio 2019 C Meterpreter payload v2.0.162 adfoster-r7 2023-12-12 10:29:33 +0000
  • 630e663977 update to handle ipv6 failures Zach Goldman 2023-12-11 16:03:19 -0600
  • 65bd36bdd1
    Update ReflectiveDLLInjection module to verify if CI passes Christophe De La Fuente 2023-12-05 11:49:49 +0100
  • 92d04de09c Add maximum match length limit to regex matcher sjanusz-r7 2023-12-11 13:30:44 +0000
  • 8f51ee7e6d Move defs to top of file, remove pointer-to-pointer, make RegexNeedle contain static-size arrays sjanusz-r7 2023-12-08 18:32:47 +0000
  • 72b39289d0 Compile regex in-place, rename CHAR to CHAR_RE due to Windows typedef'ing CHAR, correctly free compiled needle and associated buffer sjanusz-r7 2023-12-01 17:32:06 +0000
  • 6e2889d64c Add Windows Memory Search support using regex sjanusz-r7 2023-11-28 18:35:43 +0000
  • 7f588d3a3f Working IPv4 & IPv6 DNS resolution for single and multiple hosts sjanusz-r7 2023-11-15 17:36:27 +0000
  • 851e23e07b Add github actions for Windows C Meterpreter payload adfoster-r7 2023-12-08 00:03:19 +0000
  • 6858efcdb8 Bump metasploit-payloads to 2.0.162 Metasploit 2023-12-05 09:42:39 -0600
  • 4810c5cc6a
    Land #687, Add version detection for newer Windows v2.0.161 bwatters-r7 2023-12-05 09:28:06 -0600
  • 7e14de9df6 Fix cmake files for kiwi builds Christophe De La Fuente 2023-12-04 16:45:14 +0100
  • 30e9989afb Update cmake files for mingw Christophe De La Fuente 2023-11-10 23:25:09 +0100
  • acbf9f54b5 Update VS configs Christophe De La Fuente 2023-11-03 17:05:20 +0100
  • e34dde5f4d Change railgun macro name to stdcall_func Christophe De La Fuente 2023-11-03 17:02:36 +0100
  • 2b3f5a2bc6 Includes ColdGate.c in each project Christophe De La Fuente 2023-11-03 16:55:30 +0100
  • 4e789ee80f Identify Windows Server 2003 as well Spencer McIntyre 2023-11-29 15:56:38 -0500
  • 6bedffb29a Add version detection for newer Windows Spencer McIntyre 2023-11-28 13:32:34 -0500
  • f539248b2e Bump metasploit-payloads to 2.0.161 Metasploit 2023-11-22 10:03:21 -0600
  • 9f8a20c8be
    Land #685, Fix Java TCP server socket binding v2.0.160 Spencer McIntyre 2023-11-22 10:49:09 -0500
  • e12217d5ed Set line endings to LF as the other files Java use Spencer McIntyre 2023-11-22 10:28:30 -0500
  • 167fedee4b Use versioning functionality for this change; also, fix it Ashley Donaldson 2023-11-21 15:28:01 +1100
  • 926b6ec6da Don't listen on IPv6 when 0.0.0.0 srvhost is requested Ashley Donaldson 2023-11-20 14:16:59 +1100
  • a545cbac7d replace vector with list, fix resolve_hosts bug Zach Goldman 2023-11-07 11:29:39 -0600
  • d345dcbf35 tweak java meterpreter to resolve multiple ips per host Zach Goldman 2023-11-07 11:03:05 -0600