8

I installed the latest version of Zenmap 7.93 that calls Nmap on Windows 11. I also installed the latest version of OpenSSL 1.1.1.q. However, when I launch Zenmap and conducted an Intense Scan:

nmap -T4 -A -v 192.168.1.12

The following Message was displayed at the top of Zenmap:

Starting Nmap 7.93 ( https://nmap.org ) at 2022-09-10 07:29 Eastern Daylight Time

NSOCK ERROR [0.4770s] ssl_init_helper(): OpenSSL legacy provider failed to load.

I searched Google for this error as well as this platform and could not find any solution to fix this error.

desertnaut
  • 57,590
  • 26
  • 140
  • 166
Johnny
  • 819
  • 1
  • 10
  • 24

4 Answers4

2

This seems to be a bug in nmap 7.93. Try installing version 7.92 and see.

fossist
  • 31
  • 4
1

The solution now is to uninstall nmap version 7.93 and reinstall 7.92.

user16217248
  • 3,119
  • 19
  • 19
  • 37
  • 3
    As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Sep 21 '22 at 09:40
  • 1
    https://nmap.org/dist/nmap-7.92-setup.exe – brandeded Sep 26 '22 at 13:50
1

Please go through this Issue over Github https://github.com/nmap/nmap/issues/2532.

This has been fixed in commit https://github.com/nmap/nmap/commit/9d0e5ac2b915c5e90568200a58fb98c44aec961d however a new release is yet to be tagged.

adityatelange
  • 13
  • 1
  • 4
0

[Zen]Nmap version 7.94 is out and the fix for this issue has been included.