ztee.1.ronn 891 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ztee(1)
  2. =============
  3. ## SYNOPSIS
  4. ztee [ OPTIONS... ] [ FILE... ]
  5. ## DESCRIPTION
  6. *ZTee* is an output buffer and splitter for use with ZMap output data. ZTee
  7. should be used whenever ZMap is piped into an application scanner, placed
  8. between ZMap and the application scanner. ZTee writes the transformed output
  9. to stdout, and writes the original output to FILE.
  10. See `--help` for examples.
  11. ## OPTIONS
  12. ### BASIC OPTIONS ###
  13. * `-r`, `--raw`:
  14. Ignore input formatting and pass through raw input. This causes
  15. ztee to behavior identical to tee, except with buffering.
  16. * `-m`, `--monitor`:
  17. Print monitor output to stderr
  18. * `-u`, `--status-updates-file`:
  19. Write status updates (monitor data) to a file in CSV format
  20. * `-l`, `--log-file=name`:
  21. File to log to.
  22. ### ADDITIONAL OPTIONS ###
  23. * `-h, --help`:
  24. Display help
  25. * `-v, --version`:
  26. Display version