top of page

Network Penetration by using Nmap NSE Scripts Part- 1

Updated: Jan 28, 2020






NSE Scripts

There are four types of NSE scripts, namely:

  1. Prerule scripts.

  2. Host scripts

  3. Postrule scripts

  4. 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 -Pn --script=dns-brute domain.com Brute forces DNS hostnames guessing subdomains

#CyberSecurity #EthicalHacking #Nmap #NSEScipting

261 views0 comments

Recent Posts

See All
bottom of page