From f1609155d54c82b535f50a6b4693b2be47d272aa Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Fri, 30 Jun 2017 13:53:19 +0100 Subject: test: add impacket for SMB testing Import impacket 0.9.15 for use in SMB testing. This was generated by doing "pip2.7 install -t . impacket" Unnecessary files for current testing were deleted. --- tests/python_dependencies/impacket/version.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/python_dependencies/impacket/version.py (limited to 'tests/python_dependencies/impacket/version.py') diff --git a/tests/python_dependencies/impacket/version.py b/tests/python_dependencies/impacket/version.py new file mode 100644 index 000000000..badd4a8a4 --- /dev/null +++ b/tests/python_dependencies/impacket/version.py @@ -0,0 +1,12 @@ +# Copyright (c) 2003-2016 CORE Security Technologies +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# + +VER_MAJOR = "0" +VER_MINOR = "9.15" + +BANNER = "Impacket v%s.%s - Copyright 2002-2016 Core Security Technologies\n" % (VER_MAJOR,VER_MINOR) + -- cgit v1.2.3