Files
enteletaor/enteletaor_lib/modules/proc/cmd_actions.py
cr0hn 46afa101cb add: new attack family - proc
add: new attack for redis- discover-dbs
2016-02-17 15:42:26 +01:00

14 lines
494 B
Python

# -*- coding: utf-8 -*-
"""
This file contains command line actions for argparser
"""
# ----------------------------------------------------------------------
def parser_proc_raw_dump(parser):
parser.add_argument("--tail", action="store_true", dest="tail_mode", default=False,
help="although all information be dumped do not stop")
parser.add_argument("-I", dest="interval", type=float, default=4,
help="timeout interval between tow connections")