mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Yara + regex trackers] remove tests
This commit is contained in:
parent
7fa018b1a0
commit
fd98ba8226
2 changed files with 2 additions and 8 deletions
|
@ -96,7 +96,4 @@ class Tracker_Regex(AbstractModule):
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
||||||
module = Tracker_Regex()
|
module = Tracker_Regex()
|
||||||
#module.run()
|
module.run()
|
||||||
|
|
||||||
id = 'submitted/2020/06/29/516c4161-e305-4a89-978f-729f2ec05df8.gz'
|
|
||||||
module.compute(id)
|
|
||||||
|
|
|
@ -102,7 +102,4 @@ class Tracker_Yara(AbstractModule):
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
||||||
module = Tracker_Yara()
|
module = Tracker_Yara()
|
||||||
#module.run()
|
module.run()
|
||||||
|
|
||||||
id = 'crawled/2020/09/14/circl.lu9bde82e5-a4de-487c-bc29-7601f0922b46'
|
|
||||||
module.compute(id)
|
|
||||||
|
|
Loading…
Reference in a new issue