项目作者: nico-duitsmann

项目描述 :
Command line utility to search data for matching patterns
高级语言: Python
项目地址: git://github.com/nico-duitsmann/dscan.git
创建时间: 2018-05-20T11:30:59Z
项目社区:https://github.com/nico-duitsmann/dscan

开源协议:Other

下载


dscan

Command line utility to search data for matching patterns

Usage:

  1. dscan - Command line utility to search data for matching patterns
  2. Licensed under the GNU General Public License Version 3
  3. (c) Copyright 2018 Nico Duitsmann. All rights reserved.
  4. Usage:
  5. dscan [options] <pattern> [<input_data>...]
  6. Arguments:
  7. pattern The searched pattern.
  8. input_data The input data can be a file, directory or url
  9. Options:
  10. -r --regex Use a regular expression as pattern
  11. -f --follow-sym Follow sym links
  12. -i --ignore-case Ignore case sensitive
  13. -p --passing Passing errors
  14. -N --no-color No colored ouput
  15. -V --verbose Verbose print
  16. -h --help Show this help and exit
  17. -v --version Show version and exit