nmap
nmap copied to clipboard
when I run the code whit WithScripts hava warning
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
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.