Added the possibility to specify files via the --rflags parameter when using the readfiles module.
parent
7055df6315
commit
d01c58a524
|
@ -3,9 +3,6 @@ import logging
|
|||
import os
|
||||
from argparse import ArgumentParser
|
||||
|
||||
#parser.add_argument("-f", "--file", dest="filename",
|
||||
# help="write report to FILE", metavar="FILE")
|
||||
|
||||
name = "readfiles"
|
||||
description = "Read files from the target"
|
||||
author = "Swissky"
|
||||
|
|
Loading…
Reference in New Issue