Tool 25: Test if a directory is secure

Description:

  This tool ensures a directory is secure. It is not needed for Windows.
  Under Unix, a publicly writable directory can be used by intruders
  to create a symlink attack.
  This tool checks if a directory is publicly writable.
   

Synonyms:

  symlink, verify

Usage:

  netwox 25 -d dir

Parameters:

parameter description example
-d|--dir dir directory to test /tmp

Examples:

  netwox 25 -d "/tmp"

  netwox 25 --dir "/tmp"