Kaynağa Gözat

add extra tests to get_botnet_db

Jens Keim 5 yıl önce
ebeveyn
işleme
6e9afad961
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      code/ID2TLib/Utility.py

+ 1 - 0
code/ID2TLib/Utility.py

@@ -403,6 +403,7 @@ def get_botnet_pcap_db():
 
     bot_pcap = PcapFile.PcapFile(BOTNET_PCAP)
     bot_stats = Core.Statistics.Statistics(bot_pcap)
+    bot_stats.do_extra_tests = True
     bot_stats.load_pcap_statistics(False, False, True, True, [], False, False)
 
     return bot_pcap.get_db_path()