Skip to content

Commit

Permalink
Release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Jul 6, 2022
1 parent 1175b9e commit 2436d43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DumpSMBShare.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# File name : DumpSMBShare.py
# Author : Podalirius (@podalirius_)
# Date created : 17 Feb 2022
# Date created : 6 Jul 2022

import argparse
import os
Expand Down Expand Up @@ -108,7 +108,7 @@ def dump_file(self, filepath, only_file=False):


def parse_args():
print("DumpSMBShare v1.2 - by @podalirius_\n")
print("DumpSMBShare v1.3 - by @podalirius_\n")

parser = argparse.ArgumentParser(add_help=True, description="A script to dump files and folders remotely from a Windows SMB share.")

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

```
$ ./DumpSMBShare.py -h
DumpSMBShare v1.2 - by @podalirius_
DumpSMBShare v1.3 - by @podalirius_
usage: Dump.py [-h] (-s SHARE | -l) [-e EXTENSIONS] [-D DUMP_DIR] [-f FILE] [-B BASE_DIR] [--debug] [-q] [-H LMHASH:NTHASH] [--no-pass] [-k] [-A hex key]
[--dc-ip ip address] [-I ip address] [-P [destination port]]
Expand All @@ -33,7 +33,8 @@ optional arguments:
-h, --help show this help message and exit
-s SHARE, --share SHARE
SMB Share to dump
-l, --list-shares Lists SMB shares.
-l, --list-shares Lists SMB shares on the remote machine.
-l, --list-shares Lists all the files present in the SMB share.
-e EXTENSIONS, --extensions EXTENSIONS
Extensions
-D DUMP_DIR, --dump-dir DUMP_DIR
Expand Down

0 comments on commit 2436d43

Please sign in to comment.