How To Install "nmap" On Mac Using Brew
What is "nmap"?
nmap is a port scanning tool for large networks. Its a widely used tool by system/network administrator. To know more about nmap you can visit the official website - https://nmap.org/
Installation
- First you need to open the terminal
- Then install homebrew if you don't have it already on your system
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Now install nmap
brew install nmap
0 comments:
Post a Comment