mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
f1609155d5
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.
13 lines
357 B
Python
13 lines
357 B
Python
# 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)
|
|
|