Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSOCK ERROR openssl legacy provider failed to load #2532

Closed
emardee opened this issue Sep 27, 2022 · 5 comments
Closed

NSOCK ERROR openssl legacy provider failed to load #2532

emardee opened this issue Sep 27, 2022 · 5 comments
Labels

Comments

@emardee
Copy link

emardee commented Sep 27, 2022

Describe the bug
When running a scan using NMAP Gui v7.93 on Windows 11, I get the following error:

  • NSOCK ERROR... openssl legacy provider failed to load

Reading on various forums, the solution appears to be remove v7.93 and install v7.92. Was surprised I couldn't find this bug with v7.93 reported here. (Apologies if this bug is already listed, but I just failed to find it).

To Reproduce
Run v7.93 from the GUI and select Scan from the interface.

Expected behavior
Would expect it to run the scan without errors

Version info (please complete the following information):

  • OS: Windows 11 21H2 (Build: 22000.1042)
  • NMAP v7.93 (apologies can't run the version command requested, as I already removed v7.93. Sorry).
@dmiller-nmap
Copy link

This is not a true error in the sense that Nmap cannot work. However, having the legacy OpenSSL provider installed will allow the use of legacy crypto that may be needed to fully probe some outdated services and devices. In our Windows builds, the legacy provider is built-in, so the load fails because it is unnecessary. I've added some checks to ensure we only print this warning when the -d option is used (debugging).

@Ma1Dong
Copy link

Ma1Dong commented Oct 18, 2022

I also encountered this problem, does it not affect scanning? thank you
image

@UniqueUsernam
Copy link

I have also experienced this error when running Zenmap GUI 7.93. This is the output of nmap --version on the command line:

Nmap version 7.93 ( https://nmap.org )
Platform: x86_64-apple-darwin17.7.0
Compiled with: nmap-liblua-5.3.6 openssl-3.0.5 nmap-libssh2-1.10.0 libz-1.2.11 nmap-libpcre-7.6 nmap-libpcap-1.10.1 > > nmap-libdnet-1.12 ipv6
Compiled without:
Available nsock engines: kqueue poll select

I am receiving this error whenever I run an Intense scan in Zenmap.
IMAGE

I don't use -d for debugging, and I still see this error. The scan still runs, but this error always occurs when I run Intense scan. I've tried removing -v to disable verbose output, but I still see the error.

@Nephilimi
Copy link

I saw this error today using a copy of zenmap for windows installed today. The command I ran was; nmap -sU -p 47800-47810 --script bacnet-info 192.168.0.4

@pich4ya
Copy link

pich4ya commented May 1, 2023

Solution for macOS.

  1. uninstall nmap 7.93

For homebrew nmap

brew uninstall nmap

For dmg nmap

sudo rm -r /Applications/Zenmap.app
sudo rm /usr/local/bin/{ncat,ndiff,nmap,nmap-update,nping}
sudo rm /usr/local/share/man/*/man1/nmap.1
sudo rm /usr/local/share/man/man1/{ncat,ndiff,nping,nmap-update}.1
sudo rm -r /usr/local/share/{nmap,ncat}
  1. Install nmap 7.92
    https://nmap.org/dist/nmap-7.92.dmg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants