Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nmap / Homebrew in Mac 10.12.2

I just installed successfully Homebrew in my Mac (Homebrew installs packages to their own directory and then symlinks their files into /usr/local.)n, but I can't run nmap

MacBook-Pro-de-nunito:spring-boot-html-mail nunito$ brew help
Example usage:
  brew search [TEXT|/REGEX/]
  brew (info|home|options) [FORMULA...]
  brew install FORMULA...
  brew update
  brew upgrade [FORMULA...]
  brew uninstall FORMULA...
  brew list [FORMULA...]

Troubleshooting:
  brew config
  brew doctor
  brew install -vd FORMULA

Developers:
  brew create [URL [--no-fetch]]
  brew edit [FORMULA...]
  http://docs.brew.sh/Formula-Cookbook.html

Further help:
  man brew
  brew help [COMMAND]
  brew home
MacBook-Pro-de-nunito:spring-boot-html-mail nunito$ nmap
-bash: nmap: command not found
like image 291
Nunyet de Can Calçada Avatar asked Oct 15 '25 04:10

Nunyet de Can Calçada


1 Answers

Did you specifically install nmap from brew? brew install nmap

Else it might be easier to just download nmap from their website then...

like image 126
Hidde8erberg Avatar answered Oct 17 '25 03:10

Hidde8erberg