Skip to main content

2023.3.19.0

Version: 2023.3.19.0
Release date: 19.03.2023

FileSHA256
NETworkManager_2023.3.19.0_Setup.exe440287A5B44944D4BF5F4516EB7FEB953FE62605628DFFC8EFE9396791D388E2
NETworkManager_2023.3.19.0_Portable.zipC4077E5B45A792860AE5C4448ED248DEFA8A56D2081ED9949AAFF262EFA2CA4A
NETworkManager_2023.3.19.0_Archive.zip82983DC69D2AEC39B9A08A65F966150C49F6F30988155000DD80BE117BD2AD1C

System requirements

What's new?

  • IP Scanner
    • Scan common ports (22; 53; 80; 139; 389; 636; 443; 445; 3389) to test if a host is reachable. The feature is enabled by default and can be configured and disabled in the settings. #2026

Improvements

  • (Re)loading of the profiles improved. Code has been optimized and user interface update calls have been reduced. WPF virtualizing explicitly activated. The scrollbar in the profile list is now always visible, because the size is calculated by WPF each time on mouse over. #2014
  • Reselect profile or select first profile after (re)loading or search #2014
  • Some designs have been improved (Error & Warning icons). #2014
  • You can now configure the application wide ThreadPool under Settings > General > Multithreading, which is used for the IP scanner and the port scanner. The default value for min. threads are CPU threads + 512. Depending on the hardware, this can improve the performance of the scan. #2026
  • Network Interface
    • Add a button to redirect the the IPv4 address and subnetmask of the selected network interface to the IP scanner #2046
  • IP Scanner
    • Option added to limit the number of concurrent threads per host scan (256) & port scan (5). Increasing the values can speed up the scan, but can also lead to resource problems. #2026
  • Port Scanner
    • Option added to limit the number of concurrent threads per host scan (5) & port scan (256). Increasing the values can speed up the scan, but can also lead to resource problems. #2026
  • Web Console
    • Address bar can be hidden in the settings (default: visible) #2070
    • Add cancel button (and Esc key) to stop navigation to a website #2069

Bugfixes

  • Show error message when redirecting to another application, but the application is hidden in the settings or somehow invalid #2046
  • Group name check is now case insensitive and a group name can only be used once. If you create a group named Test, you cannot create a group named test. #2014
  • Profile dialog
    • Validate AWS Session Manager input (instance ID, profile, region) #2025
  • IP Scanner
    • Export to CSV fixed if Vendor contains a comma #2026
  • Port Scanner
    • Show port and protocol if service (and desciption) is not available #2026
    • Export to CSV fixed if Description contains a comma #2026
  • PowerShell
    • ContextMenu in TabControl in a dragged out window was closed automatically due to a focus problem right after opening it #2064
    • Resize command in TabControl context menu in a dragged out window not working #2060
  • PuTTY
    • ContextMenu in TabControl in a dragged out window was closed automatically due to a focus problem right after opening it #2064
  • AWS Session Manager
    • ContextMenu in TabControl in a dragged out window was closed automatically due to a focus problem right after opening it #2064
    • Resize command in TabControl context menu in a dragged out window not working #2060
  • Web Console
    • Reload command in TabControl context menu in main window not working #2060
    • Validate URL in the bar to prevent app crash #2069
    • Update URL in the bar when the source (WebView2) has changed #2069
  • Lookup - OUI
    • Export to CSV fixed if Vendor contains a comma #2026
  • Lookup - Port
    • Export to CSV fixed if Description contains a comma #2026

Dependencies, Refactoring & Documentation