From e2dff5cc50b67e227df8cea79d7829e2e95b1702 Mon Sep 17 00:00:00 2001 From: jenkins-metasploit Date: Tue, 14 Apr 2026 20:15:55 +0000 Subject: [PATCH] automatic module_metadata_base.json update --- db/modules_metadata_base.json | 473 +++++++++++++++++++++++----------- 1 file changed, 319 insertions(+), 154 deletions(-) diff --git a/db/modules_metadata_base.json b/db/modules_metadata_base.json index e5531321ca..2e0017a631 100644 --- a/db/modules_metadata_base.json +++ b/db/modules_metadata_base.json @@ -82606,6 +82606,70 @@ "session_types": false, "needs_cleanup": null }, + "exploit_linux/http/opendcim_install_sqli_rce": { + "name": "openDCIM install.php SQL Injection to RCE", + "fullname": "exploit/linux/http/opendcim_install_sqli_rce", + "aliases": [], + "rank": 600, + "disclosure_date": "2026-02-28", + "type": "exploit", + "author": [ + "Valentin Lobstein " + ], + "description": "This module exploits a SQL injection vulnerability in openDCIM's install.php\n endpoint (CVE-2026-28515) to achieve remote code execution. The install.php\n script remains accessible after installation and processes LDAP configuration\n parameters via UpdateParameter() without authentication or input sanitization,\n allowing stacked SQL queries.\n\n The exploit chain works by injecting SQL through the LDAP configuration form\n to overwrite the Graphviz dot binary path in fac_Config, then triggering\n report_network_map.php which calls exec() with the poisoned value. A backup\n of the original configuration is created before exploitation and restored\n after payload delivery.\n\n Tested against openDCIM 23.04 through 25.01 on Ubuntu with Apache.", + "references": [ + "CVE-2026-28515", + "CVE-2026-28516", + "CVE-2026-28517", + "URL-https://www.vulncheck.com/advisories/opendcim-missing-authorization-in-install-php", + "URL-https://www.vulncheck.com/advisories/opendcim-sql-injection-in-config-updateparameter", + "URL-https://www.vulncheck.com/advisories/opendcim-os-command-injection-via-dot-configuration-parameter", + "URL-https://github.com/Chocapikk/opendcim-exploit" + ], + "platform": "Linux,Unix", + "arch": "cmd, x86, x64", + "rport": 80, + "autofilter_ports": [ + 80, + 8080, + 443, + 8000, + 8888, + 8880, + 8008, + 3000, + 8443 + ], + "autofilter_services": [ + "http", + "https" + ], + "targets": [ + "Unix/Linux Command Shell", + "Linux Dropper" + ], + "mod_time": "2026-03-12 20:56:33 +0000", + "path": "/modules/exploits/linux/http/opendcim_install_sqli_rce.rb", + "is_install_path": true, + "ref_name": "linux/http/opendcim_install_sqli_rce", + "check": true, + "post_auth": false, + "default_credential": false, + "notes": { + "Stability": [ + "crash-safe" + ], + "Reliability": [ + "repeatable-session" + ], + "SideEffects": [ + "ioc-in-logs", + "artifacts-on-disk" + ] + }, + "session_types": false, + "needs_cleanup": null + }, "exploit_linux/http/openfiler_networkcard_exec": { "name": "Openfiler v2.x NetworkCard Command Execution", "fullname": "exploit/linux/http/openfiler_networkcard_exec", @@ -203675,6 +203739,57 @@ "needs_cleanup": null, "actions": [] }, + "exploit_windows/persistence/bits": { + "name": "Windows Persistence Bits Job", + "fullname": "exploit/windows/persistence/bits", + "aliases": [], + "rank": 600, + "disclosure_date": "2001-10-01", + "type": "exploit", + "author": [ + "h00die" + ], + "description": "This module establishes persistence through a BITS job that\n downloads and executes a payload. Background Intelligent Transfer Service\n (BITS) is a Windows service for transferring files in the background\n using idle network bandwidth. BITS jobs are persistent and will resume\n across reboots until completed or cancelled.\n\n BITS does not include a timing mechanism for when jobs are run, so we control that\n in how we respond to the HTTP requests from the BITS client. This avoids needing\n to set up an external trigger to start the job like a scheduled task or similar.\n\n Similarily, BITS jobs are somewhat clock agnostic, so while we can set some\n time parameters, the aren't a guarantee of when the job will actually run.\n Jobs that we've idled via HTTP server response will have a \"CONNECTING\" status.\n\n BITS is fickle about the HTTP responses it expects, so we have to be precise in\n how the server responds. For a HEAD request we need to send back a correct\n Content-Length header matching the payload size, but with no body. For GET requests\n we need to handle byte range requests properly (althought not always used),\n sending back the appropriate\n Content-Range headers. If we respond incorrectly BITS may error out or retry\n in unexpected ways. However, we can trick BITS into not getting the payload until\n we want by responding to the GET requests with no body (aka how we responded to\n the HEAD requests) until our delay time has reached.", + "references": [ + "ATT&CK-T1197", + "URL-https://pentestlab.blog/2019/10/30/persistence-bits-jobs/", + "URL-https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/bitsadmin", + "URL-https://learn.microsoft.com/en-us/windows/win32/bits/life-cycle-of-a-bits-job" + ], + "platform": "Windows", + "arch": "x86, x64", + "rport": null, + "autofilter_ports": [], + "autofilter_services": [], + "targets": [ + "Automatic" + ], + "mod_time": "2026-04-14 17:16:54 +0000", + "path": "/modules/exploits/windows/persistence/bits.rb", + "is_install_path": true, + "ref_name": "windows/persistence/bits", + "check": true, + "post_auth": false, + "default_credential": false, + "notes": { + "Reliability": [ + "event-dependent", + "repeatable-session" + ], + "Stability": [ + "crash-safe" + ], + "SideEffects": [ + "config-changes", + "ioc-in-logs" + ] + }, + "session_types": [ + "meterpreter" + ], + "needs_cleanup": null, + "actions": [] + }, "exploit_windows/persistence/image_exec_options": { "name": "Windows Silent Process Exit Persistence", "fullname": "exploit/windows/persistence/image_exec_options", @@ -203829,6 +203944,56 @@ "needs_cleanup": null, "actions": [] }, + "exploit_windows/persistence/powershell_profile": { + "name": "Powershell Profile Persistence", + "fullname": "exploit/windows/persistence/powershell_profile", + "aliases": [], + "rank": 600, + "disclosure_date": "2019-11-05", + "type": "exploit", + "author": [ + "madefourit" + ], + "description": "This module establishes persistence by modifying a PowerShell profile script, which is automatically\n executed when PowerShell starts. The module supports multiple profile scopes (current user or all users)\n and safely backs up any existing profile prior to modification, enabling clean removal by restoring the original file.", + "references": [ + "ATT&CK-T1546", + "ATT&CK-T1546.013", + "URL-https://pentestlab.blog/2019/11/05/persistence-powershell-profile/" + ], + "platform": "Windows", + "arch": "x64, x86", + "rport": null, + "autofilter_ports": [], + "autofilter_services": [], + "targets": [ + "Auto" + ], + "mod_time": "2026-04-13 14:56:04 +0000", + "path": "/modules/exploits/windows/persistence/powershell_profile.rb", + "is_install_path": true, + "ref_name": "windows/persistence/powershell_profile", + "check": true, + "post_auth": false, + "default_credential": false, + "notes": { + "Stability": [ + "crash-safe" + ], + "Reliability": [ + "repeatable-session", + "event-dependent" + ], + "SideEffects": [ + "artifacts-on-disk", + "config-changes" + ] + }, + "session_types": [ + "meterpreter" + ], + "needs_cleanup": null, + "actions": [] + }, "exploit_windows/persistence/registry": { "name": "Windows Registry Only Persistence", "fullname": "exploit/windows/persistence/registry", @@ -228334,7 +228499,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-20 02:57:34 +0000", + "mod_time": "2026-04-09 22:07:57 +0000", "path": "/modules/payloads/singles/cmd/unix/reverse_python.rb", "is_install_path": true, "ref_name": "cmd/unix/reverse_python", @@ -228365,7 +228530,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-20 02:57:34 +0000", + "mod_time": "2026-04-09 22:08:26 +0000", "path": "/modules/payloads/singles/cmd/unix/reverse_python_ssl.rb", "is_install_path": true, "ref_name": "cmd/unix/reverse_python_ssl", @@ -280534,7 +280699,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp.rb", "is_install_path": true, "ref_name": "windows/custom/bind_ipv6_tcp", @@ -280571,7 +280736,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/custom/bind_ipv6_tcp_uuid", @@ -280605,7 +280770,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_named_pipe.rb", "is_install_path": true, "ref_name": "windows/custom/bind_named_pipe", @@ -280675,7 +280840,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp.rb", "is_install_path": true, "ref_name": "windows/custom/bind_tcp", @@ -280713,7 +280878,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/custom/bind_tcp_rc4", @@ -280748,7 +280913,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/custom/bind_tcp_uuid", @@ -280816,7 +280981,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_http.rb", "is_install_path": true, "ref_name": "windows/custom/reverse_http", @@ -280884,7 +281049,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_https.rb", "is_install_path": true, "ref_name": "windows/custom/reverse_https", @@ -280954,7 +281119,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_named_pipe.rb", "is_install_path": true, "ref_name": "windows/custom/reverse_named_pipe", @@ -281058,7 +281223,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/custom/reverse_tcp", @@ -281131,7 +281296,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_dns.rb", "is_install_path": true, "ref_name": "windows/custom/reverse_tcp_dns", @@ -281169,7 +281334,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/custom/reverse_tcp_rc4", @@ -281207,7 +281372,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4_dns.rb", "is_install_path": true, "ref_name": "windows/custom/reverse_tcp_rc4_dns", @@ -281242,7 +281407,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/custom/reverse_tcp_uuid", @@ -281276,7 +281441,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_udp.rb", "is_install_path": true, "ref_name": "windows/custom/reverse_udp", @@ -281311,7 +281476,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_winhttp.rb", "is_install_path": true, "ref_name": "windows/custom/reverse_winhttp", @@ -281346,7 +281511,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_winhttps.rb", "is_install_path": true, "ref_name": "windows/custom/reverse_winhttps", @@ -281464,7 +281629,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp.rb", "is_install_path": true, "ref_name": "windows/dllinject/bind_ipv6_tcp", @@ -281503,7 +281668,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/dllinject/bind_ipv6_tcp_uuid", @@ -281540,7 +281705,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_named_pipe.rb", "is_install_path": true, "ref_name": "windows/dllinject/bind_named_pipe", @@ -281615,7 +281780,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp.rb", "is_install_path": true, "ref_name": "windows/dllinject/bind_tcp", @@ -281655,7 +281820,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/dllinject/bind_tcp_rc4", @@ -281693,7 +281858,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/dllinject/bind_tcp_uuid", @@ -281767,7 +281932,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_http.rb", "is_install_path": true, "ref_name": "windows/dllinject/reverse_http", @@ -281954,7 +282119,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/dllinject/reverse_tcp", @@ -282031,7 +282196,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_dns.rb", "is_install_path": true, "ref_name": "windows/dllinject/reverse_tcp_dns", @@ -282071,7 +282236,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/dllinject/reverse_tcp_rc4", @@ -282111,7 +282276,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4_dns.rb", "is_install_path": true, "ref_name": "windows/dllinject/reverse_tcp_rc4_dns", @@ -282149,7 +282314,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/dllinject/reverse_tcp_uuid", @@ -282187,7 +282352,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_winhttp.rb", "is_install_path": true, "ref_name": "windows/dllinject/reverse_winhttp", @@ -282220,7 +282385,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-20 02:57:34 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/singles/windows/dns_txt_query_exec.rb", "is_install_path": true, "ref_name": "windows/dns_txt_query_exec", @@ -282251,7 +282416,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-20 02:57:34 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/singles/windows/download_exec.rb", "is_install_path": true, "ref_name": "windows/download_exec", @@ -282386,7 +282551,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2024-11-28 06:39:07 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/singles/windows/messagebox.rb", "is_install_path": true, "ref_name": "windows/messagebox", @@ -282505,7 +282670,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp.rb", "is_install_path": true, "ref_name": "windows/meterpreter/bind_ipv6_tcp", @@ -282544,7 +282709,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/meterpreter/bind_ipv6_tcp_uuid", @@ -282583,7 +282748,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_named_pipe.rb", "is_install_path": true, "ref_name": "windows/meterpreter/bind_named_pipe", @@ -282661,7 +282826,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp.rb", "is_install_path": true, "ref_name": "windows/meterpreter/bind_tcp", @@ -282702,7 +282867,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/meterpreter/bind_tcp_rc4", @@ -282741,7 +282906,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/meterpreter/bind_tcp_uuid", @@ -282818,7 +282983,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_http.rb", "is_install_path": true, "ref_name": "windows/meterpreter/reverse_http", @@ -282896,7 +283061,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_https.rb", "is_install_path": true, "ref_name": "windows/meterpreter/reverse_https", @@ -282973,7 +283138,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_named_pipe.rb", "is_install_path": true, "ref_name": "windows/meterpreter/reverse_named_pipe", @@ -283090,7 +283255,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/meterpreter/reverse_tcp", @@ -283169,7 +283334,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_dns.rb", "is_install_path": true, "ref_name": "windows/meterpreter/reverse_tcp_dns", @@ -283210,7 +283375,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/meterpreter/reverse_tcp_rc4", @@ -283251,7 +283416,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4_dns.rb", "is_install_path": true, "ref_name": "windows/meterpreter/reverse_tcp_rc4_dns", @@ -283290,7 +283455,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/meterpreter/reverse_tcp_uuid", @@ -283330,7 +283495,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_winhttp.rb", "is_install_path": true, "ref_name": "windows/meterpreter/reverse_winhttp", @@ -283370,7 +283535,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_winhttps.rb", "is_install_path": true, "ref_name": "windows/meterpreter/reverse_winhttps", @@ -283757,7 +283922,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp.rb", "is_install_path": true, "ref_name": "windows/patchupdllinject/bind_ipv6_tcp", @@ -283794,7 +283959,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/patchupdllinject/bind_ipv6_tcp_uuid", @@ -283829,7 +283994,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_named_pipe.rb", "is_install_path": true, "ref_name": "windows/patchupdllinject/bind_named_pipe", @@ -283900,7 +284065,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp.rb", "is_install_path": true, "ref_name": "windows/patchupdllinject/bind_tcp", @@ -283938,7 +284103,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/patchupdllinject/bind_tcp_rc4", @@ -283974,7 +284139,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/patchupdllinject/bind_tcp_uuid", @@ -284150,7 +284315,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/patchupdllinject/reverse_tcp", @@ -284223,7 +284388,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_dns.rb", "is_install_path": true, "ref_name": "windows/patchupdllinject/reverse_tcp_dns", @@ -284261,7 +284426,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/patchupdllinject/reverse_tcp_rc4", @@ -284299,7 +284464,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4_dns.rb", "is_install_path": true, "ref_name": "windows/patchupdllinject/reverse_tcp_rc4_dns", @@ -284335,7 +284500,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/patchupdllinject/reverse_tcp_uuid", @@ -284449,7 +284614,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp.rb", "is_install_path": true, "ref_name": "windows/patchupmeterpreter/bind_ipv6_tcp", @@ -284486,7 +284651,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/patchupmeterpreter/bind_ipv6_tcp_uuid", @@ -284521,7 +284686,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_named_pipe.rb", "is_install_path": true, "ref_name": "windows/patchupmeterpreter/bind_named_pipe", @@ -284592,7 +284757,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp.rb", "is_install_path": true, "ref_name": "windows/patchupmeterpreter/bind_tcp", @@ -284630,7 +284795,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/patchupmeterpreter/bind_tcp_rc4", @@ -284666,7 +284831,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/patchupmeterpreter/bind_tcp_uuid", @@ -284842,7 +285007,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/patchupmeterpreter/reverse_tcp", @@ -284915,7 +285080,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_dns.rb", "is_install_path": true, "ref_name": "windows/patchupmeterpreter/reverse_tcp_dns", @@ -284953,7 +285118,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/patchupmeterpreter/reverse_tcp_rc4", @@ -284991,7 +285156,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4_dns.rb", "is_install_path": true, "ref_name": "windows/patchupmeterpreter/reverse_tcp_rc4_dns", @@ -285027,7 +285192,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/patchupmeterpreter/reverse_tcp_uuid", @@ -285145,7 +285310,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp.rb", "is_install_path": true, "ref_name": "windows/peinject/bind_ipv6_tcp", @@ -285184,7 +285349,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/peinject/bind_ipv6_tcp_uuid", @@ -285220,7 +285385,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_named_pipe.rb", "is_install_path": true, "ref_name": "windows/peinject/bind_named_pipe", @@ -285294,7 +285459,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp.rb", "is_install_path": true, "ref_name": "windows/peinject/bind_tcp", @@ -285334,7 +285499,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/peinject/bind_tcp_rc4", @@ -285371,7 +285536,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/peinject/bind_tcp_uuid", @@ -285481,7 +285646,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_named_pipe.rb", "is_install_path": true, "ref_name": "windows/peinject/reverse_named_pipe", @@ -285591,7 +285756,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/peinject/reverse_tcp", @@ -285668,7 +285833,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_dns.rb", "is_install_path": true, "ref_name": "windows/peinject/reverse_tcp_dns", @@ -285708,7 +285873,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/peinject/reverse_tcp_rc4", @@ -285748,7 +285913,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4_dns.rb", "is_install_path": true, "ref_name": "windows/peinject/reverse_tcp_rc4_dns", @@ -285785,7 +285950,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/peinject/reverse_tcp_uuid", @@ -285818,7 +285983,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-20 02:57:34 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/singles/windows/pingback_bind_tcp.rb", "is_install_path": true, "ref_name": "windows/pingback_bind_tcp", @@ -285849,7 +286014,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-20 02:57:34 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/singles/windows/pingback_reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/pingback_reverse_tcp", @@ -286069,7 +286234,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp.rb", "is_install_path": true, "ref_name": "windows/shell/bind_ipv6_tcp", @@ -286106,7 +286271,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/shell/bind_ipv6_tcp_uuid", @@ -286141,7 +286306,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_named_pipe.rb", "is_install_path": true, "ref_name": "windows/shell/bind_named_pipe", @@ -286212,7 +286377,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp.rb", "is_install_path": true, "ref_name": "windows/shell/bind_tcp", @@ -286250,7 +286415,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/shell/bind_tcp_rc4", @@ -286286,7 +286451,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/shell/bind_tcp_uuid", @@ -286462,7 +286627,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/shell/reverse_tcp", @@ -286535,7 +286700,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_dns.rb", "is_install_path": true, "ref_name": "windows/shell/reverse_tcp_dns", @@ -286573,7 +286738,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/shell/reverse_tcp_rc4", @@ -286611,7 +286776,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4_dns.rb", "is_install_path": true, "ref_name": "windows/shell/reverse_tcp_rc4_dns", @@ -286647,7 +286812,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/shell/reverse_tcp_uuid", @@ -286682,7 +286847,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_udp.rb", "is_install_path": true, "ref_name": "windows/shell/reverse_udp", @@ -286957,7 +287122,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp.rb", "is_install_path": true, "ref_name": "windows/upexec/bind_ipv6_tcp", @@ -286994,7 +287159,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/upexec/bind_ipv6_tcp_uuid", @@ -287029,7 +287194,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_named_pipe.rb", "is_install_path": true, "ref_name": "windows/upexec/bind_named_pipe", @@ -287099,7 +287264,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp.rb", "is_install_path": true, "ref_name": "windows/upexec/bind_tcp", @@ -287137,7 +287302,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/upexec/bind_tcp_rc4", @@ -287173,7 +287338,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/upexec/bind_tcp_uuid", @@ -287349,7 +287514,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/upexec/reverse_tcp", @@ -287422,7 +287587,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_dns.rb", "is_install_path": true, "ref_name": "windows/upexec/reverse_tcp_dns", @@ -287460,7 +287625,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/upexec/reverse_tcp_rc4", @@ -287498,7 +287663,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4_dns.rb", "is_install_path": true, "ref_name": "windows/upexec/reverse_tcp_rc4_dns", @@ -287534,7 +287699,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/upexec/reverse_tcp_uuid", @@ -287569,7 +287734,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_udp.rb", "is_install_path": true, "ref_name": "windows/upexec/reverse_udp", @@ -287687,7 +287852,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp.rb", "is_install_path": true, "ref_name": "windows/vncinject/bind_ipv6_tcp", @@ -287726,7 +287891,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_ipv6_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/vncinject/bind_ipv6_tcp_uuid", @@ -287763,7 +287928,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_named_pipe.rb", "is_install_path": true, "ref_name": "windows/vncinject/bind_named_pipe", @@ -287838,7 +288003,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp.rb", "is_install_path": true, "ref_name": "windows/vncinject/bind_tcp", @@ -287878,7 +288043,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/vncinject/bind_tcp_rc4", @@ -287916,7 +288081,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/bind_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/vncinject/bind_tcp_uuid", @@ -287990,7 +288155,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_http.rb", "is_install_path": true, "ref_name": "windows/vncinject/reverse_http", @@ -288177,7 +288342,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/vncinject/reverse_tcp", @@ -288254,7 +288419,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_dns.rb", "is_install_path": true, "ref_name": "windows/vncinject/reverse_tcp_dns", @@ -288294,7 +288459,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/vncinject/reverse_tcp_rc4", @@ -288334,7 +288499,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_rc4_dns.rb", "is_install_path": true, "ref_name": "windows/vncinject/reverse_tcp_rc4_dns", @@ -288372,7 +288537,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/vncinject/reverse_tcp_uuid", @@ -288410,7 +288575,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-03-20 11:15:40 +0000", "path": "/modules/payloads/stagers/windows/reverse_winhttp.rb", "is_install_path": true, "ref_name": "windows/vncinject/reverse_winhttp", @@ -288655,7 +288820,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-14 06:06:47 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_http.rb", "is_install_path": true, "ref_name": "windows/x64/custom/reverse_http", @@ -288691,7 +288856,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-14 06:06:47 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_https.rb", "is_install_path": true, "ref_name": "windows/x64/custom/reverse_https", @@ -288725,7 +288890,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_named_pipe.rb", "is_install_path": true, "ref_name": "windows/x64/custom/reverse_named_pipe", @@ -288759,7 +288924,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/x64/custom/reverse_tcp", @@ -288798,7 +288963,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/x64/custom/reverse_tcp_rc4", @@ -288833,7 +288998,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/x64/custom/reverse_tcp_uuid", @@ -288867,7 +289032,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_winhttp.rb", "is_install_path": true, "ref_name": "windows/x64/custom/reverse_winhttp", @@ -288901,7 +289066,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_winhttps.rb", "is_install_path": true, "ref_name": "windows/x64/custom/reverse_winhttps", @@ -289363,7 +289528,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-14 06:06:47 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_http.rb", "is_install_path": true, "ref_name": "windows/x64/meterpreter/reverse_http", @@ -289404,7 +289569,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-14 06:06:47 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_https.rb", "is_install_path": true, "ref_name": "windows/x64/meterpreter/reverse_https", @@ -289442,7 +289607,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_named_pipe.rb", "is_install_path": true, "ref_name": "windows/x64/meterpreter/reverse_named_pipe", @@ -289480,7 +289645,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/x64/meterpreter/reverse_tcp", @@ -289522,7 +289687,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/x64/meterpreter/reverse_tcp_rc4", @@ -289560,7 +289725,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/x64/meterpreter/reverse_tcp_uuid", @@ -289598,7 +289763,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_winhttp.rb", "is_install_path": true, "ref_name": "windows/x64/meterpreter/reverse_winhttp", @@ -289636,7 +289801,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_winhttps.rb", "is_install_path": true, "ref_name": "windows/x64/meterpreter/reverse_winhttps", @@ -290106,7 +290271,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_named_pipe.rb", "is_install_path": true, "ref_name": "windows/x64/peinject/reverse_named_pipe", @@ -290142,7 +290307,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/x64/peinject/reverse_tcp", @@ -290183,7 +290348,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/x64/peinject/reverse_tcp_rc4", @@ -290220,7 +290385,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/x64/peinject/reverse_tcp_uuid", @@ -290595,7 +290760,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/x64/shell/reverse_tcp", @@ -290633,7 +290798,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/x64/shell/reverse_tcp_rc4", @@ -290667,7 +290832,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/x64/shell/reverse_tcp_uuid", @@ -290990,7 +291155,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-14 06:06:47 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_http.rb", "is_install_path": true, "ref_name": "windows/x64/vncinject/reverse_http", @@ -291029,7 +291194,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-14 06:06:47 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_https.rb", "is_install_path": true, "ref_name": "windows/x64/vncinject/reverse_https", @@ -291065,7 +291230,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp.rb", "is_install_path": true, "ref_name": "windows/x64/vncinject/reverse_tcp", @@ -291106,7 +291271,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp_rc4.rb", "is_install_path": true, "ref_name": "windows/x64/vncinject/reverse_tcp_rc4", @@ -291143,7 +291308,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2025-04-19 11:11:01 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_tcp_uuid.rb", "is_install_path": true, "ref_name": "windows/x64/vncinject/reverse_tcp_uuid", @@ -291180,7 +291345,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_winhttp.rb", "is_install_path": true, "ref_name": "windows/x64/vncinject/reverse_winhttp", @@ -291217,7 +291382,7 @@ "autofilter_ports": null, "autofilter_services": null, "targets": null, - "mod_time": "2026-03-13 14:31:00 +0000", + "mod_time": "2026-04-08 15:03:20 +0000", "path": "/modules/payloads/stagers/windows/x64/reverse_winhttps.rb", "is_install_path": true, "ref_name": "windows/x64/vncinject/reverse_winhttps",