Module: CMSScanner::ExitCode

Defined in:
lib/cms_scanner/exit_code.rb

Overview

Exit Code Values

Constant Summary collapse

OK =

No error, scan finished w/o any vulnerabilies found

0
CLI_OPTION_ERROR =

All exceptions raised by OptParseValidator and OptionParser

1
INTERRUPTED =

Interrupt received

2
EXCEPTION =

Unhandled/unexpected Exception occured

3
ERROR =

Error, scan did not finish

4
VULNERABLE =

The target has at least one vulnerability. Currently, the interesting findings do not count as vulnerable things

5