Skip to content

Commit 7a18ef5

Browse files
committed
About to tag a release
1 parent 678981d commit 7a18ef5

File tree

97 files changed

+102
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+102
-102
lines changed

ChangeLog.md

+1-1

README.md

+2-2

examples/dpapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

examples/exchanger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

examples/mimikatz.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

examples/rbcd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

examples/reg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

examples/smbpasswd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

impacket/ImpactPacket.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2018 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/dcerpc/v5/atsvc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2018 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/dcerpc/v5/dcom/oaut.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2018 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/dcerpc/v5/dhcpm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2018 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/dcerpc/v5/dssp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/dcerpc/v5/rrp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2020 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/dcerpc/v5/samr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2019 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/examples/ldap_shell.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/examples/ntlmrelayx/attacks/httpattacks/adcsattack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2018 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/examples/ntlmrelayx/attacks/ldapattack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/examples/ntlmrelayx/servers/smbrelayserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/examples/ntlmrelayx/utils/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/examples/ntlmrelayx/utils/targetsutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/smb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2020 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/smbserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

impacket/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
version = "?"
1818
print("Cannot determine Impacket version. "
1919
"If running from source you should at least run \"python setup.py egg_info\"")
20-
BANNER = "Impacket v{} - Copyright 2021 SecureAuth Corporation\n".format(version)
20+
BANNER = "Impacket v{} - Copyright 2022 SecureAuth Corporation\n".format(version)
2121

2222
def getInstallationPath():
2323
return 'Impacket Library Installation Path: {}'.format(__path__[0])

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file
@@ -20,9 +20,9 @@
2020
PACKAGE_NAME = "impacket"
2121

2222
VER_MAJOR = 0
23-
VER_MINOR = 9
24-
VER_MAINT = 25
25-
VER_PREREL = "dev1"
23+
VER_MINOR = 10
24+
VER_MAINT = 0
25+
VER_PREREL = ""
2626
try:
2727
if call(["git", "branch"], stderr=STDOUT, stdout=open(os.devnull, 'w')) == 0:
2828
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):
5151

5252
setup(
5353
name=PACKAGE_NAME,
54-
version="{}.{}.{}.{}{}".format(VER_MAJOR, VER_MINOR, VER_MAINT, VER_PREREL, VER_LOCAL),
54+
version="{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MAINT),
5555
description="Network protocols Constructors and Dissectors",
5656
url="https://www.secureauth.com/labs/open-source-tools/impacket",
5757
author="SecureAuth Corporation",

tests/ImpactPacket/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

tests/ImpactPacket/test_ICMP6.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

tests/ImpactPacket/test_IP6.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

tests/ImpactPacket/test_IP6_Address.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

tests/ImpactPacket/test_IP6_Extension_Headers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

tests/ImpactPacket/test_TCP.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

tests/ImpactPacket/test_TCP_bug_issue7.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

tests/ImpactPacket/test_ethernet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

tests/SMB_RPC/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

tests/SMB_RPC/test_ldap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

tests/SMB_RPC/test_ndr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

tests/SMB_RPC/test_nmb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

tests/SMB_RPC/test_ntlm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

tests/SMB_RPC/test_rpch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

tests/SMB_RPC/test_rpcrt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

tests/SMB_RPC/test_secretsdump.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

tests/SMB_RPC/test_smb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impacket - Collection of Python classes for working with network protocols.
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This software is provided under a slightly modified version
66
# of the Apache Software License. See the accompanying LICENSE file

tests/SMB_RPC/test_smbserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Impacket - Collection of Python classes for working with network protocols.
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This software is provided under a slightly modified version
77
# of the Apache Software License. See the accompanying LICENSE file

0 commit comments

Comments
 (0)