From 7a18ef5c8b06aac5e36334927789429777382928 Mon Sep 17 00:00:00 2001 From: 0xdeaddood Date: Wed, 4 May 2022 11:33:16 -0300 Subject: [PATCH] About to tag a release --- ChangeLog.md | 2 +- README.md | 4 ++-- examples/dpapi.py | 2 +- examples/exchanger.py | 2 +- examples/mimikatz.py | 2 +- examples/rbcd.py | 2 +- examples/reg.py | 2 +- examples/smbpasswd.py | 2 +- impacket/ImpactPacket.py | 2 +- impacket/dcerpc/v5/atsvc.py | 2 +- impacket/dcerpc/v5/dcom/oaut.py | 2 +- impacket/dcerpc/v5/dhcpm.py | 2 +- impacket/dcerpc/v5/dssp.py | 2 +- impacket/dcerpc/v5/rrp.py | 2 +- impacket/dcerpc/v5/samr.py | 2 +- impacket/examples/ldap_shell.py | 2 +- .../ntlmrelayx/attacks/httpattacks/adcsattack.py | 2 +- impacket/examples/ntlmrelayx/attacks/ldapattack.py | 2 +- impacket/examples/ntlmrelayx/servers/smbrelayserver.py | 2 +- impacket/examples/ntlmrelayx/utils/config.py | 2 +- impacket/examples/ntlmrelayx/utils/targetsutils.py | 2 +- impacket/smb.py | 2 +- impacket/smbserver.py | 2 +- impacket/version.py | 2 +- setup.py | 10 +++++----- tests/ImpactPacket/__init__.py | 2 +- tests/ImpactPacket/test_ICMP6.py | 2 +- tests/ImpactPacket/test_IP6.py | 2 +- tests/ImpactPacket/test_IP6_Address.py | 2 +- tests/ImpactPacket/test_IP6_Extension_Headers.py | 2 +- tests/ImpactPacket/test_TCP.py | 2 +- tests/ImpactPacket/test_TCP_bug_issue7.py | 2 +- tests/ImpactPacket/test_ethernet.py | 2 +- tests/SMB_RPC/__init__.py | 2 +- tests/SMB_RPC/test_ldap.py | 2 +- tests/SMB_RPC/test_ndr.py | 2 +- tests/SMB_RPC/test_nmb.py | 2 +- tests/SMB_RPC/test_ntlm.py | 2 +- tests/SMB_RPC/test_rpch.py | 2 +- tests/SMB_RPC/test_rpcrt.py | 2 +- tests/SMB_RPC/test_secretsdump.py | 2 +- tests/SMB_RPC/test_smb.py | 2 +- tests/SMB_RPC/test_smbserver.py | 2 +- tests/SMB_RPC/test_spnego.py | 2 +- tests/SMB_RPC/test_wmi.py | 2 +- tests/dcerpc/__init__.py | 2 +- tests/dcerpc/test_bkrp.py | 2 +- tests/dcerpc/test_dcomrt.py | 2 +- tests/dcerpc/test_dhcpm.py | 2 +- tests/dcerpc/test_drsuapi.py | 2 +- tests/dcerpc/test_epm.py | 2 +- tests/dcerpc/test_even.py | 2 +- tests/dcerpc/test_even6.py | 2 +- tests/dcerpc/test_fasp.py | 2 +- tests/dcerpc/test_lsad.py | 2 +- tests/dcerpc/test_lsat.py | 2 +- tests/dcerpc/test_mgmt.py | 2 +- tests/dcerpc/test_mimilib.py | 2 +- tests/dcerpc/test_rrp.py | 2 +- tests/dcerpc/test_samr.py | 2 +- tests/dcerpc/test_scmr.py | 2 +- tests/dcerpc/test_srvs.py | 2 +- tests/dcerpc/test_tsch.py | 2 +- tests/dcerpc/test_wkst.py | 2 +- tests/dot11/test_Dot11Base.py | 2 +- tests/dot11/test_Dot11Decoder.py | 2 +- tests/dot11/test_Dot11HierarchicalUpdate.py | 2 +- tests/dot11/test_FrameControlACK.py | 2 +- tests/dot11/test_FrameControlCFEnd.py | 2 +- tests/dot11/test_FrameControlCFEndCFACK.py | 2 +- tests/dot11/test_FrameControlCTS.py | 2 +- tests/dot11/test_FrameControlPSPoll.py | 2 +- tests/dot11/test_FrameControlRTS.py | 2 +- tests/dot11/test_FrameData.py | 2 +- tests/dot11/test_FrameManagement.py | 2 +- tests/dot11/test_FrameManagementAssociationRequest.py | 2 +- tests/dot11/test_FrameManagementAssociationResponse.py | 2 +- tests/dot11/test_FrameManagementAuthentication.py | 2 +- tests/dot11/test_FrameManagementDeauthentication.py | 2 +- tests/dot11/test_FrameManagementDisassociation.py | 2 +- tests/dot11/test_FrameManagementProbeRequest.py | 2 +- tests/dot11/test_FrameManagementProbeResponse.py | 2 +- .../dot11/test_FrameManagementReassociationRequest.py | 2 +- .../dot11/test_FrameManagementReassociationResponse.py | 2 +- tests/dot11/test_RadioTap.py | 2 +- tests/dot11/test_RadioTapDecoder.py | 2 +- tests/dot11/test_WEPDecoder.py | 2 +- tests/dot11/test_WEPEncoder.py | 2 +- tests/dot11/test_WPA.py | 2 +- tests/dot11/test_WPA2.py | 2 +- tests/dot11/test_helper.py | 2 +- tests/dot11/test_wps.py | 2 +- tests/misc/test_crypto.py | 2 +- tests/misc/test_dcerpc_v5_ndr.py | 2 +- tests/misc/test_dpapi.py | 2 +- tests/misc/test_ip6_address.py | 2 +- tests/misc/test_structure.py | 2 +- 97 files changed, 102 insertions(+), 102 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f33eca33c..7ea280403 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,7 +5,7 @@ Project's main page at [www.secureauth.com](https://www.secureauth.com/labs/open Complete list of changes can be found at: https://github.com/SecureAuthCorp/impacket/commits/master -## Unreleased changes +## Impacket v0.10.0 (May 2022): 1. Library improvements * Dropped support for Python 2.7. diff --git a/README.md b/README.md index 1f0319c19..98a7a7d00 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Getting Impacket ### Latest version -* Impacket v0.9.24 +* Impacket v0.10.0 [![Python versions](https://img.shields.io/pypi/pyversions/impacket.svg)](https://pypi.python.org/pypi/impacket/) @@ -60,7 +60,7 @@ Getting Impacket ### Development version -* Impacket v0.9.25-dev (**[master branch](https://github.com/SecureAuthCorp/impacket/tree/master)**) +* Impacket v0.10.1-dev (**[master branch](https://github.com/SecureAuthCorp/impacket/tree/master)**) [![Python versions](https://img.shields.io/badge/python-3.6%20|%203.7%20|%203.8%20|%203.9-blue.svg)](https://github.com/SecureAuthCorp/impacket/tree/master) diff --git a/examples/dpapi.py b/examples/dpapi.py index de44b7b7a..8888358f3 100755 --- a/examples/dpapi.py +++ b/examples/dpapi.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/exchanger.py b/examples/exchanger.py index 240b8fb19..7c51a6978 100755 --- a/examples/exchanger.py +++ b/examples/exchanger.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/mimikatz.py b/examples/mimikatz.py index 6b0642edb..bf50848cb 100755 --- a/examples/mimikatz.py +++ b/examples/mimikatz.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/rbcd.py b/examples/rbcd.py index 7d8f154b5..e6f23d27d 100755 --- a/examples/rbcd.py +++ b/examples/rbcd.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/reg.py b/examples/reg.py index e3aae10be..d3e03d911 100755 --- a/examples/reg.py +++ b/examples/reg.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/smbpasswd.py b/examples/smbpasswd.py index 35f6b7dfa..41151b7cf 100755 --- a/examples/smbpasswd.py +++ b/examples/smbpasswd.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/ImpactPacket.py b/impacket/ImpactPacket.py index 08a8250a6..a20ca15e5 100644 --- a/impacket/ImpactPacket.py +++ b/impacket/ImpactPacket.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2018 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/dcerpc/v5/atsvc.py b/impacket/dcerpc/v5/atsvc.py index 6c8b6df0b..cbbc1112b 100644 --- a/impacket/dcerpc/v5/atsvc.py +++ b/impacket/dcerpc/v5/atsvc.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2018 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/dcerpc/v5/dcom/oaut.py b/impacket/dcerpc/v5/dcom/oaut.py index 3d2df43aa..b17158626 100644 --- a/impacket/dcerpc/v5/dcom/oaut.py +++ b/impacket/dcerpc/v5/dcom/oaut.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2018 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/dcerpc/v5/dhcpm.py b/impacket/dcerpc/v5/dhcpm.py index 90607465d..c0e34902c 100755 --- a/impacket/dcerpc/v5/dhcpm.py +++ b/impacket/dcerpc/v5/dhcpm.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2018 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/dcerpc/v5/dssp.py b/impacket/dcerpc/v5/dssp.py index cfe1f88e2..8a646afcc 100644 --- a/impacket/dcerpc/v5/dssp.py +++ b/impacket/dcerpc/v5/dssp.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/dcerpc/v5/rrp.py b/impacket/dcerpc/v5/rrp.py index 6ca911e42..55324c915 100644 --- a/impacket/dcerpc/v5/rrp.py +++ b/impacket/dcerpc/v5/rrp.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2020 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/dcerpc/v5/samr.py b/impacket/dcerpc/v5/samr.py index 51dc046f5..4a6ee3eed 100644 --- a/impacket/dcerpc/v5/samr.py +++ b/impacket/dcerpc/v5/samr.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2019 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/examples/ldap_shell.py b/impacket/examples/ldap_shell.py index 80045bc72..654af6a35 100755 --- a/impacket/examples/ldap_shell.py +++ b/impacket/examples/ldap_shell.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/examples/ntlmrelayx/attacks/httpattacks/adcsattack.py b/impacket/examples/ntlmrelayx/attacks/httpattacks/adcsattack.py index b8bee262c..a12ab34ac 100644 --- a/impacket/examples/ntlmrelayx/attacks/httpattacks/adcsattack.py +++ b/impacket/examples/ntlmrelayx/attacks/httpattacks/adcsattack.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2018 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/examples/ntlmrelayx/attacks/ldapattack.py b/impacket/examples/ntlmrelayx/attacks/ldapattack.py index 62c899820..fafb394e5 100644 --- a/impacket/examples/ntlmrelayx/attacks/ldapattack.py +++ b/impacket/examples/ntlmrelayx/attacks/ldapattack.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/examples/ntlmrelayx/servers/smbrelayserver.py b/impacket/examples/ntlmrelayx/servers/smbrelayserver.py index 261c11d72..411efda3d 100644 --- a/impacket/examples/ntlmrelayx/servers/smbrelayserver.py +++ b/impacket/examples/ntlmrelayx/servers/smbrelayserver.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/examples/ntlmrelayx/utils/config.py b/impacket/examples/ntlmrelayx/utils/config.py index ab03ee5a4..395381d73 100644 --- a/impacket/examples/ntlmrelayx/utils/config.py +++ b/impacket/examples/ntlmrelayx/utils/config.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/examples/ntlmrelayx/utils/targetsutils.py b/impacket/examples/ntlmrelayx/utils/targetsutils.py index 0047f5cf1..c07d7e946 100644 --- a/impacket/examples/ntlmrelayx/utils/targetsutils.py +++ b/impacket/examples/ntlmrelayx/utils/targetsutils.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/smb.py b/impacket/smb.py index 6a9299e15..fd3b1b1a2 100644 --- a/impacket/smb.py +++ b/impacket/smb.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2020 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/smbserver.py b/impacket/smbserver.py index d5b867f4a..78ea77f87 100644 --- a/impacket/smbserver.py +++ b/impacket/smbserver.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/impacket/version.py b/impacket/version.py index 198e37af1..08e836e03 100644 --- a/impacket/version.py +++ b/impacket/version.py @@ -17,7 +17,7 @@ version = "?" print("Cannot determine Impacket version. " "If running from source you should at least run \"python setup.py egg_info\"") -BANNER = "Impacket v{} - Copyright 2021 SecureAuth Corporation\n".format(version) +BANNER = "Impacket v{} - Copyright 2022 SecureAuth Corporation\n".format(version) def getInstallationPath(): return 'Impacket Library Installation Path: {}'.format(__path__[0]) diff --git a/setup.py b/setup.py index 0552f74f4..223109900 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file @@ -20,9 +20,9 @@ PACKAGE_NAME = "impacket" VER_MAJOR = 0 -VER_MINOR = 9 -VER_MAINT = 25 -VER_PREREL = "dev1" +VER_MINOR = 10 +VER_MAINT = 0 +VER_PREREL = "" try: if call(["git", "branch"], stderr=STDOUT, stdout=open(os.devnull, 'w')) == 0: p = Popen("git log -1 --format=%cd --date=format:%Y%m%d.%H%M%S", shell=True, stdin=PIPE, stderr=PIPE, stdout=PIPE) @@ -51,7 +51,7 @@ def read(fname): setup( name=PACKAGE_NAME, - version="{}.{}.{}.{}{}".format(VER_MAJOR, VER_MINOR, VER_MAINT, VER_PREREL, VER_LOCAL), + version="{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MAINT), description="Network protocols Constructors and Dissectors", url="https://www.secureauth.com/labs/open-source-tools/impacket", author="SecureAuth Corporation", diff --git a/tests/ImpactPacket/__init__.py b/tests/ImpactPacket/__init__.py index c25d10173..7b6dcb704 100644 --- a/tests/ImpactPacket/__init__.py +++ b/tests/ImpactPacket/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/ImpactPacket/test_ICMP6.py b/tests/ImpactPacket/test_ICMP6.py index 7d6fac0f4..6765f987a 100644 --- a/tests/ImpactPacket/test_ICMP6.py +++ b/tests/ImpactPacket/test_ICMP6.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/ImpactPacket/test_IP6.py b/tests/ImpactPacket/test_IP6.py index 9f3ada1a5..754782782 100644 --- a/tests/ImpactPacket/test_IP6.py +++ b/tests/ImpactPacket/test_IP6.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/ImpactPacket/test_IP6_Address.py b/tests/ImpactPacket/test_IP6_Address.py index 219e80e24..8cb6cbb7d 100644 --- a/tests/ImpactPacket/test_IP6_Address.py +++ b/tests/ImpactPacket/test_IP6_Address.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/ImpactPacket/test_IP6_Extension_Headers.py b/tests/ImpactPacket/test_IP6_Extension_Headers.py index cc57c8a58..da27dbc9d 100644 --- a/tests/ImpactPacket/test_IP6_Extension_Headers.py +++ b/tests/ImpactPacket/test_IP6_Extension_Headers.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/ImpactPacket/test_TCP.py b/tests/ImpactPacket/test_TCP.py index f7348b51a..5411053d0 100644 --- a/tests/ImpactPacket/test_TCP.py +++ b/tests/ImpactPacket/test_TCP.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/ImpactPacket/test_TCP_bug_issue7.py b/tests/ImpactPacket/test_TCP_bug_issue7.py index c13c28fa6..8e96275f2 100755 --- a/tests/ImpactPacket/test_TCP_bug_issue7.py +++ b/tests/ImpactPacket/test_TCP_bug_issue7.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/ImpactPacket/test_ethernet.py b/tests/ImpactPacket/test_ethernet.py index f2cdd6a1f..655f71792 100644 --- a/tests/ImpactPacket/test_ethernet.py +++ b/tests/ImpactPacket/test_ethernet.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/__init__.py b/tests/SMB_RPC/__init__.py index c25d10173..7b6dcb704 100644 --- a/tests/SMB_RPC/__init__.py +++ b/tests/SMB_RPC/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/test_ldap.py b/tests/SMB_RPC/test_ldap.py index eec35b87a..16205d2f6 100644 --- a/tests/SMB_RPC/test_ldap.py +++ b/tests/SMB_RPC/test_ldap.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/test_ndr.py b/tests/SMB_RPC/test_ndr.py index 940c0f38d..1753f8430 100644 --- a/tests/SMB_RPC/test_ndr.py +++ b/tests/SMB_RPC/test_ndr.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/test_nmb.py b/tests/SMB_RPC/test_nmb.py index 773af8903..ec2fc42f7 100644 --- a/tests/SMB_RPC/test_nmb.py +++ b/tests/SMB_RPC/test_nmb.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/test_ntlm.py b/tests/SMB_RPC/test_ntlm.py index 1185b8ebb..9a66e03d8 100644 --- a/tests/SMB_RPC/test_ntlm.py +++ b/tests/SMB_RPC/test_ntlm.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/test_rpch.py b/tests/SMB_RPC/test_rpch.py index 1faef7724..b0abb6631 100755 --- a/tests/SMB_RPC/test_rpch.py +++ b/tests/SMB_RPC/test_rpch.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/test_rpcrt.py b/tests/SMB_RPC/test_rpcrt.py index 1e10228d8..57d422346 100644 --- a/tests/SMB_RPC/test_rpcrt.py +++ b/tests/SMB_RPC/test_rpcrt.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/test_secretsdump.py b/tests/SMB_RPC/test_secretsdump.py index a6a3f07ab..35d2d5001 100644 --- a/tests/SMB_RPC/test_secretsdump.py +++ b/tests/SMB_RPC/test_secretsdump.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/test_smb.py b/tests/SMB_RPC/test_smb.py index f4d88cd26..d116096d8 100644 --- a/tests/SMB_RPC/test_smb.py +++ b/tests/SMB_RPC/test_smb.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/test_smbserver.py b/tests/SMB_RPC/test_smbserver.py index 92032a8e9..2bd7f2945 100644 --- a/tests/SMB_RPC/test_smbserver.py +++ b/tests/SMB_RPC/test_smbserver.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/test_spnego.py b/tests/SMB_RPC/test_spnego.py index 8ca63736d..369d05d10 100644 --- a/tests/SMB_RPC/test_spnego.py +++ b/tests/SMB_RPC/test_spnego.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/SMB_RPC/test_wmi.py b/tests/SMB_RPC/test_wmi.py index 210fed16f..c1ac8a639 100644 --- a/tests/SMB_RPC/test_wmi.py +++ b/tests/SMB_RPC/test_wmi.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/__init__.py b/tests/dcerpc/__init__.py index b8adfb516..687c51e63 100644 --- a/tests/dcerpc/__init__.py +++ b/tests/dcerpc/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_bkrp.py b/tests/dcerpc/test_bkrp.py index b52912b24..1a151cd0b 100644 --- a/tests/dcerpc/test_bkrp.py +++ b/tests/dcerpc/test_bkrp.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_dcomrt.py b/tests/dcerpc/test_dcomrt.py index eb397f129..2559f04ca 100644 --- a/tests/dcerpc/test_dcomrt.py +++ b/tests/dcerpc/test_dcomrt.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_dhcpm.py b/tests/dcerpc/test_dhcpm.py index 7418bfd52..2fc1469ac 100755 --- a/tests/dcerpc/test_dhcpm.py +++ b/tests/dcerpc/test_dhcpm.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_drsuapi.py b/tests/dcerpc/test_drsuapi.py index f1d67b5f1..16e9cca8c 100644 --- a/tests/dcerpc/test_drsuapi.py +++ b/tests/dcerpc/test_drsuapi.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_epm.py b/tests/dcerpc/test_epm.py index 24908e8e0..1c9f72ac5 100644 --- a/tests/dcerpc/test_epm.py +++ b/tests/dcerpc/test_epm.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_even.py b/tests/dcerpc/test_even.py index db7e45825..44c142e90 100755 --- a/tests/dcerpc/test_even.py +++ b/tests/dcerpc/test_even.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_even6.py b/tests/dcerpc/test_even6.py index 3c61d6104..e227a683b 100644 --- a/tests/dcerpc/test_even6.py +++ b/tests/dcerpc/test_even6.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_fasp.py b/tests/dcerpc/test_fasp.py index 3ddf20bf4..758e9aff4 100755 --- a/tests/dcerpc/test_fasp.py +++ b/tests/dcerpc/test_fasp.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_lsad.py b/tests/dcerpc/test_lsad.py index 14a2d4316..119b4a7ec 100644 --- a/tests/dcerpc/test_lsad.py +++ b/tests/dcerpc/test_lsad.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_lsat.py b/tests/dcerpc/test_lsat.py index bf8c459f2..6f72fa111 100644 --- a/tests/dcerpc/test_lsat.py +++ b/tests/dcerpc/test_lsat.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_mgmt.py b/tests/dcerpc/test_mgmt.py index b69a7889f..50b904dc5 100644 --- a/tests/dcerpc/test_mgmt.py +++ b/tests/dcerpc/test_mgmt.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_mimilib.py b/tests/dcerpc/test_mimilib.py index 70761ce3a..e7eab7dfc 100644 --- a/tests/dcerpc/test_mimilib.py +++ b/tests/dcerpc/test_mimilib.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_rrp.py b/tests/dcerpc/test_rrp.py index f33c995fd..751962bd1 100644 --- a/tests/dcerpc/test_rrp.py +++ b/tests/dcerpc/test_rrp.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_samr.py b/tests/dcerpc/test_samr.py index 5fd21b320..252581df0 100644 --- a/tests/dcerpc/test_samr.py +++ b/tests/dcerpc/test_samr.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_scmr.py b/tests/dcerpc/test_scmr.py index ebb563893..dfe9f16ed 100644 --- a/tests/dcerpc/test_scmr.py +++ b/tests/dcerpc/test_scmr.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_srvs.py b/tests/dcerpc/test_srvs.py index d47555cc3..b99ea56ec 100644 --- a/tests/dcerpc/test_srvs.py +++ b/tests/dcerpc/test_srvs.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_tsch.py b/tests/dcerpc/test_tsch.py index ff53bfce7..3135451d9 100644 --- a/tests/dcerpc/test_tsch.py +++ b/tests/dcerpc/test_tsch.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dcerpc/test_wkst.py b/tests/dcerpc/test_wkst.py index 4d863b596..7070b2628 100644 --- a/tests/dcerpc/test_wkst.py +++ b/tests/dcerpc/test_wkst.py @@ -1,6 +1,6 @@ # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_Dot11Base.py b/tests/dot11/test_Dot11Base.py index 24115d45b..b878a8aa3 100644 --- a/tests/dot11/test_Dot11Base.py +++ b/tests/dot11/test_Dot11Base.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_Dot11Decoder.py b/tests/dot11/test_Dot11Decoder.py index 8cc8f40d2..90d791066 100644 --- a/tests/dot11/test_Dot11Decoder.py +++ b/tests/dot11/test_Dot11Decoder.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_Dot11HierarchicalUpdate.py b/tests/dot11/test_Dot11HierarchicalUpdate.py index 885afcfe3..56fc5f57d 100644 --- a/tests/dot11/test_Dot11HierarchicalUpdate.py +++ b/tests/dot11/test_Dot11HierarchicalUpdate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameControlACK.py b/tests/dot11/test_FrameControlACK.py index 985a4bba3..bea86454d 100644 --- a/tests/dot11/test_FrameControlACK.py +++ b/tests/dot11/test_FrameControlACK.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameControlCFEnd.py b/tests/dot11/test_FrameControlCFEnd.py index 8b02b42bb..1a79e2d1c 100644 --- a/tests/dot11/test_FrameControlCFEnd.py +++ b/tests/dot11/test_FrameControlCFEnd.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameControlCFEndCFACK.py b/tests/dot11/test_FrameControlCFEndCFACK.py index 466abc554..1419ac7f6 100644 --- a/tests/dot11/test_FrameControlCFEndCFACK.py +++ b/tests/dot11/test_FrameControlCFEndCFACK.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameControlCTS.py b/tests/dot11/test_FrameControlCTS.py index 2c0ce0862..58444181c 100644 --- a/tests/dot11/test_FrameControlCTS.py +++ b/tests/dot11/test_FrameControlCTS.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameControlPSPoll.py b/tests/dot11/test_FrameControlPSPoll.py index 672dcb397..b3e6c42ec 100644 --- a/tests/dot11/test_FrameControlPSPoll.py +++ b/tests/dot11/test_FrameControlPSPoll.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameControlRTS.py b/tests/dot11/test_FrameControlRTS.py index 819c2ce7a..c3a2723b6 100644 --- a/tests/dot11/test_FrameControlRTS.py +++ b/tests/dot11/test_FrameControlRTS.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameData.py b/tests/dot11/test_FrameData.py index 73dc86455..7fabdc750 100644 --- a/tests/dot11/test_FrameData.py +++ b/tests/dot11/test_FrameData.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameManagement.py b/tests/dot11/test_FrameManagement.py index 2bfff8e81..c64e66e47 100644 --- a/tests/dot11/test_FrameManagement.py +++ b/tests/dot11/test_FrameManagement.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameManagementAssociationRequest.py b/tests/dot11/test_FrameManagementAssociationRequest.py index 2cecf3fc8..937066058 100644 --- a/tests/dot11/test_FrameManagementAssociationRequest.py +++ b/tests/dot11/test_FrameManagementAssociationRequest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameManagementAssociationResponse.py b/tests/dot11/test_FrameManagementAssociationResponse.py index 3980978f0..05271ec97 100644 --- a/tests/dot11/test_FrameManagementAssociationResponse.py +++ b/tests/dot11/test_FrameManagementAssociationResponse.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameManagementAuthentication.py b/tests/dot11/test_FrameManagementAuthentication.py index 632c19554..2afcd4fde 100644 --- a/tests/dot11/test_FrameManagementAuthentication.py +++ b/tests/dot11/test_FrameManagementAuthentication.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameManagementDeauthentication.py b/tests/dot11/test_FrameManagementDeauthentication.py index 27b5b360d..cd0756201 100644 --- a/tests/dot11/test_FrameManagementDeauthentication.py +++ b/tests/dot11/test_FrameManagementDeauthentication.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameManagementDisassociation.py b/tests/dot11/test_FrameManagementDisassociation.py index c54715ffd..bdf2fa175 100644 --- a/tests/dot11/test_FrameManagementDisassociation.py +++ b/tests/dot11/test_FrameManagementDisassociation.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameManagementProbeRequest.py b/tests/dot11/test_FrameManagementProbeRequest.py index 16fdebaf1..ac1bb34a7 100644 --- a/tests/dot11/test_FrameManagementProbeRequest.py +++ b/tests/dot11/test_FrameManagementProbeRequest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameManagementProbeResponse.py b/tests/dot11/test_FrameManagementProbeResponse.py index 1ce8c79f7..40fe3ff4c 100644 --- a/tests/dot11/test_FrameManagementProbeResponse.py +++ b/tests/dot11/test_FrameManagementProbeResponse.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameManagementReassociationRequest.py b/tests/dot11/test_FrameManagementReassociationRequest.py index d856a2dec..426776f9c 100644 --- a/tests/dot11/test_FrameManagementReassociationRequest.py +++ b/tests/dot11/test_FrameManagementReassociationRequest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_FrameManagementReassociationResponse.py b/tests/dot11/test_FrameManagementReassociationResponse.py index 02df6b160..6844fd7c8 100644 --- a/tests/dot11/test_FrameManagementReassociationResponse.py +++ b/tests/dot11/test_FrameManagementReassociationResponse.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_RadioTap.py b/tests/dot11/test_RadioTap.py index ae14a52d8..6c6c7c4dd 100644 --- a/tests/dot11/test_RadioTap.py +++ b/tests/dot11/test_RadioTap.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_RadioTapDecoder.py b/tests/dot11/test_RadioTapDecoder.py index 1463e5235..b79d4d7dc 100644 --- a/tests/dot11/test_RadioTapDecoder.py +++ b/tests/dot11/test_RadioTapDecoder.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_WEPDecoder.py b/tests/dot11/test_WEPDecoder.py index 8fdbb1449..295f791cc 100644 --- a/tests/dot11/test_WEPDecoder.py +++ b/tests/dot11/test_WEPDecoder.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_WEPEncoder.py b/tests/dot11/test_WEPEncoder.py index 686a03265..5849fef58 100644 --- a/tests/dot11/test_WEPEncoder.py +++ b/tests/dot11/test_WEPEncoder.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_WPA.py b/tests/dot11/test_WPA.py index e0ec7ec46..45b864341 100644 --- a/tests/dot11/test_WPA.py +++ b/tests/dot11/test_WPA.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_WPA2.py b/tests/dot11/test_WPA2.py index 4f3bb2a60..77f627260 100644 --- a/tests/dot11/test_WPA2.py +++ b/tests/dot11/test_WPA2.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_helper.py b/tests/dot11/test_helper.py index 6418515a2..394e60e42 100644 --- a/tests/dot11/test_helper.py +++ b/tests/dot11/test_helper.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/dot11/test_wps.py b/tests/dot11/test_wps.py index 3cea58e52..8e4c64799 100644 --- a/tests/dot11/test_wps.py +++ b/tests/dot11/test_wps.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/misc/test_crypto.py b/tests/misc/test_crypto.py index af4938d50..fd3484ddc 100644 --- a/tests/misc/test_crypto.py +++ b/tests/misc/test_crypto.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/misc/test_dcerpc_v5_ndr.py b/tests/misc/test_dcerpc_v5_ndr.py index 8b2077621..318b5d74e 100644 --- a/tests/misc/test_dcerpc_v5_ndr.py +++ b/tests/misc/test_dcerpc_v5_ndr.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/misc/test_dpapi.py b/tests/misc/test_dpapi.py index 9e818cae8..665703173 100755 --- a/tests/misc/test_dpapi.py +++ b/tests/misc/test_dpapi.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/misc/test_ip6_address.py b/tests/misc/test_ip6_address.py index 16361a3b5..c4c6f2d18 100644 --- a/tests/misc/test_ip6_address.py +++ b/tests/misc/test_ip6_address.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/tests/misc/test_structure.py b/tests/misc/test_structure.py index c8711109a..7f1247966 100644 --- a/tests/misc/test_structure.py +++ b/tests/misc/test_structure.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Impacket - Collection of Python classes for working with network protocols. # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file