mirror of https://github.com/CIRCL/AIL-framework
fix: [Yara + regex trackers] remove tests
parent
7fa018b1a0
commit
fd98ba8226
|
@ -96,7 +96,4 @@ class Tracker_Regex(AbstractModule):
|
|||
if __name__ == "__main__":
|
||||
|
||||
module = Tracker_Regex()
|
||||
#module.run()
|
||||
|
||||
id = 'submitted/2020/06/29/516c4161-e305-4a89-978f-729f2ec05df8.gz'
|
||||
module.compute(id)
|
||||
module.run()
|
||||
|
|
|
@ -102,7 +102,4 @@ class Tracker_Yara(AbstractModule):
|
|||
if __name__ == '__main__':
|
||||
|
||||
module = Tracker_Yara()
|
||||
#module.run()
|
||||
|
||||
id = 'crawled/2020/09/14/circl.lu9bde82e5-a4de-487c-bc29-7601f0922b46'
|
||||
module.compute(id)
|
||||
module.run()
|
||||
|
|
Loading…
Reference in New Issue