removing useless creddump arguments

This commit is contained in:
n1nj4sec 2016-05-29 15:27:07 +02:00
parent bb4e831750
commit 468fdea578
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ class CredDump(PupyModule):
def init_argparse(self):
self.arg_parser = PupyArgumentParser(prog='hive', description=self.__doc__)
self.arg_parser.add_argument('--vista', action='store_true',
dest='vista', help='is the session a Vista/7 system?')
def run(self, args):
# First, we download the hives...