usually for nmap i use :
Nmap many times show false vuln.
and for nuclei :
nuclei take more , but stop at 72%
and didnt find the mssql vuln
any idea is welcome
Код:
nmap -Pn -sC -sV -oA results_tcp -T4 --min-rate=1000 -vvvvvvv --reason -p- --script vuln 10.10.10.2
Nmap many times show false vuln.
and for nuclei :
Код:
sudo echo '10.10.10.2' | sudo naabu -p 0-65535 | sudo nuclei -t vulnerabilities/ -t cves/ -t exposures/ -t exposed-panels/ -t network/ -t miscellaneous/ -t misconfiguration/ -severity critical,high -stats -bs 100 -c 50 -o results.txt
nuclei take more , but stop at 72%
and didnt find the mssql vuln
any idea is welcome