Skip to content

Commit

Permalink
Versioning stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
NopSec-Sevans committed Nov 24, 2023
1 parent 70f55e9 commit dc3f98a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ $ ./smbmap.py -H 192.168.86.214 -u Administrator -p asdf1234 -r c$ -q
```
## Recursive listing
```
```
$ ./smbmap.py -H 192.168.86.179 -u Administrator -p asdf1234 -r Tools --depth 2 --no-banner -q
[*] Detected 1 hosts serving SMB
[*] Established 1 SMB connections(s) and 1 authentidated session(s)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name = "smbmap",
version = "1.10",
version = "1.10.2",
author = "ShawnDEvans",
author_email = "Shawn.Evans@knowledgeCG.com",
description = " SMBMap is a handy SMB enumeration tool ",
Expand Down
2 changes: 1 addition & 1 deletion smbmap/smbmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
/" \ :) |. \ /: ||: |_) :)|. \ /: | / / \ \ /|__/ \
(_______/ |___|\__/|___|(_______/ |___|\__/|___|(___/ \___)(_______)
-----------------------------------------------------------------------------
SMBMap - Samba Share Enumerator | Shawn Evans - ShawnDEvans@gmail.com
SMBMap - Samba Share Enumerator v1.10.2 | Shawn Evans - ShawnDEvans@gmail.com
https://github.com/ShawnDEvans/smbmap
"""

Expand Down

0 comments on commit dc3f98a

Please sign in to comment.