Overview
Install Network Tools
- This article will teach you how to install network tools, such as
- nmap
- mtr
- nikto
- dnsmap
NOTE!: Make sure you have installed HomeBrew on your system, If you don’t have HomeBrew installed then Click Here to Install HomeBrew
Install nmap
[mitesh@Matrix ~]$ brew install nmapInstall mtr
[mitesh@Matrix ~]$ brew install mtr
[mitesh@Matrix ~]$ sudo chown root:wheel /usr/local/Cellar/mtr/0.95/sbin/mtr
[mitesh@Matrix ~]$ sudo chmod u+s /usr/local/Cellar/mtr/0.95/sbin/mtr- Add following line on your
~/.bashrcor~/.zshrc
alias mtr=/usr/local/sbin/mtrInstall nikto
[mitesh@Matrix ~]$ brew install niktoInstall dnsmap
[mitesh@Matrix ~]$ brew install dnsmapFeel free to edit this article or suggest missing tools.