Skip to content

Commit

Permalink
fix(even6): fixed unreliable results when authentication failes again…
Browse files Browse the repository at this point in the history
…st carrier
  • Loading branch information
sagiesec committed Dec 30, 2020
1 parent d248a2f commit 15a703c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cornershot/shots/even6.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class EVEN6Shot(BaseRPCShot):
def __init__(self, username, password, domain, destination, target, dest_port=None, target_port=None):
BaseRPCShot.__init__(self, username, password, domain, TS, IFACE_UUID, destination, target, dest_port,
target_port, auth_level=RPC_C_AUTHN_LEVEL_PKT_PRIVACY,
state_exception_closed=["BAD_NETPATH"], state_exception_open=['rpc_s_access_denied','ERROR_FILE_NOT_FOUND'])
state_exception_closed=["BAD_NETPATH"], state_exception_open=['ERROR_FILE_NOT_FOUND'])

@staticmethod
def target_port_range():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
name='cornershot',
python_requires='>=3',
version='0.1.6',
version='0.1.7',
description='Library to test network connectivity',
long_description_content_type='text/markdown',
long_description=long_description,
Expand Down

0 comments on commit 15a703c

Please sign in to comment.