-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.5-beta.2 fixes issue with password policy enumeration and f…
…ixes issue with type checking
- Loading branch information
Showing
5 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ Another scenario where it comes handy is discussed in [this blog post](http://be | |
|
||
## Help message | ||
|
||
keimpx 0.5-beta.1 | ||
keimpx 0.5-beta.2 | ||
by Bernardo Damele A. G. <[email protected]> | ||
Usage: keimpx.py [options] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
from __future__ import print_function | ||
|
||
__author__ = 'Bernardo Damele A. G. <[email protected]>' | ||
__version__ = '0.5-beta.1' | ||
__version__ = '0.5-beta.2' | ||
|
||
import binascii | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
|
||
setup( | ||
name="keimpx", | ||
version="0.5-beta.1", | ||
version="0.5-beta.2", | ||
description="keimpx: check for the usefulness of credentials across a network over SMB", | ||
author="Bernardo Damele A. G.", | ||
author_email="[email protected]", | ||
|