Network Penetration by using Nmap NSE Scripts Part- 1
NSE Scripts There are four types of NSE scripts, namely: Prerule scripts. Host scripts Postrule scripts Service scripts nmap 192.168.1.1 -sC Scan by using safe scripts nmap --script-help=ssl-heartbleed Get help for scripts nmap -sV -p 443 –script=ssl-heartbleed.nse 192.168.1.1 (Target Ips) Nse Scripts scanning nmap -sV --script=smb* 192.168.1.1 Set of NSE scripts scanning nmap --script whois* domain.com Whois query nmap -p80 --script http-sql-injection (domain.com) nmap