Added the possibility to specify files via the --rflags parameter when using the readfiles module.

pull/35/head
Mateus Pimentel 2021-02-02 19:42:12 -03:00
parent 7055df6315
commit d01c58a524
1 changed files with 0 additions and 3 deletions

View File

@ -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"