nmap icon indicating copy to clipboard operation
nmap copied to clipboard

when I run the code whit WithScripts hava warning

Open 496672097 opened this issue 9 months ago • 1 comments

my code like this

	scanner, err := nmap.NewScanner(
		ctx,
		nmap.WithTargets(targer...),
		nmap.WithPorts(topPorts),
		// nmap.WithDefaultScript(),
		nmap.WithScripts("http*"),
	)

i get response ]024/05/01 17:43:35 run finished with warnings: [NSOCK ERROR [0.0620s] ssl_init_helper(): OpenSSL legacy provider failed to load.

my target

get all respnse with http and https how can i DO

496672097 avatar May 01 '24 09:05 496672097

Hi @496672097 . Can you provide more details? Warnings aren't necessarily a problem, but if that is the only thing you get, something must be wrong with your targets.

Ullaakut avatar May 01 '24 13:05 Ullaakut