/usr/share/pyshared/impacket/version.py is in python-impacket 0.9.10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | # Copyright (c) 2003-2012 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.
#
# $Id: version.py 637 2012-07-31 18:32:59Z bethus@gmail.com $
#
VER_MAJOR = "0"
VER_MINOR = "9.10"
BANNER = "Impacket v%s.%s - Copyright 2002-2013 Core Security Technologies\n" % (VER_MAJOR,VER_MINOR)
|