Fixed some tools and +x on some executables

This commit is contained in:
lgandx 2016-06-05 19:55:32 -05:00
parent f5a8bf0650
commit 8171a96b9e
9 changed files with 13 additions and 6 deletions

View file

@ -14,7 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import struct
import struct, sys
sys.path.append('../')
from odict import OrderedDict
class Packet:
@ -351,4 +352,4 @@ class SMBDCESVCCTLStartService(Packet):
def ParseAnswerKey(data,host):
key = data[73:81]
print "Key retrieved is:%s from host:%s"%(key.encode("hex"),host)
return key
return key