Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
sudo yum install nmap
sudo chmod u+s `which nmap`

For Debian/Ubuntu run (including setting dpkg to remember your override so an apt-get upgrade will not break Open-AudIT).

Code Block
languagebash
sudo apt-get install nmap
sudo chmod u+s `which nmap`
sudo dpkg-statoverride --list `which nmap`

...