Information gathering with Nmap scripts
The nmap scripting engine allows users to write scripts in Lua to automate the process of scanning. This tutorial shows how to use the existing scripts that come with nmap for information gathering.
The nmap scripting engine allows users to write scripts in Lua to automate the process of scanning. This tutorial shows how to use the existing scripts that come with nmap for information gathering.
Nmap Nmap (Network Mapper) is the most popular port scanner and network discovery tool used. It can be used to scan a network for live hosts and scan hosts for open ports. Besides port scanning there are many more things that Nmap can do like OS identification, running user scripts etc. It is widely used… Read More »