8 Commits 6d262a918c ... 4f6d449798

Author SHA1 Message Date
  Stefan Schmidt 4f6d449798 Fixed SMB2 "SystemTime" timestamp and test 5 years ago
  Stefan Schmidt 5f15213117 Made ID2T use UTC for timestamps to fix timezone-related problems 5 years ago
  Stefan Schmidt 6d262a918c WIP 5 years ago
  Stefan Schmidt 072dee6074 Filetime fix fix fix, again 5 years ago
  Stefan Schmidt 40d91bfc5d Fix for incorrect label times 5 years ago
  Stefan Schmidt 2e4c37a138 WIP 5 years ago
  Stefan Schmidt e24e7f010a WIP 5 years ago
  Stefan Schmidt 2b2220164c Made ID2T use UTC for timestamps to fix timezone-related problems 5 years ago
1 changed files with 0 additions and 2 deletions
  1. 0 2
      code/Attack/SMBScanAttack.py

+ 0 - 2
code/Attack/SMBScanAttack.py

@@ -9,8 +9,6 @@ import Attack.BaseAttack as BaseAttack
 import ID2TLib.SMB2 as SMB2
 import ID2TLib.SMBLib as SMBLib
 import ID2TLib.Utility as Util
-import pytz as pytz
-import datetime as dt
 
 logging.getLogger("scapy.runtime").setLevel(logging.ERROR)