mirror of https://github.com/CIRCL/AIL-framework
chg: [Credential + tags] add misp-taxonomies submodule + fix typo
parent
39579fb5a2
commit
adb19ea0ce
|
@ -1,3 +1,6 @@
|
||||||
[submodule "bin/trackers/yara/ail-yara-rules"]
|
[submodule "bin/trackers/yara/ail-yara-rules"]
|
||||||
path = bin/trackers/yara/ail-yara-rules
|
path = bin/trackers/yara/ail-yara-rules
|
||||||
url = https://github.com/ail-project/ail-yara-rules.git
|
url = https://github.com/ail-project/ail-yara-rules.git
|
||||||
|
[submodule "files/misp-taxonomies"]
|
||||||
|
path = files/misp-taxonomies
|
||||||
|
url = https://github.com/MISP/misp-taxonomies.git
|
||||||
|
|
|
@ -149,7 +149,7 @@ class Credential(AbstractModule):
|
||||||
|
|
||||||
for site, num in creds_sites.items(): # Send for each different site to moduleStats
|
for site, num in creds_sites.items(): # Send for each different site to moduleStats
|
||||||
|
|
||||||
mssg = f'credential;{num};{site};{Item.get_date()}'
|
mssg = f'credential;{num};{site};{item.get_date()}'
|
||||||
print(mssg)
|
print(mssg)
|
||||||
self.send_message_to_queue(msg, 'ModuleStats')
|
self.send_message_to_queue(msg, 'ModuleStats')
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f2fbd0e5fb02decb350232de16c21251db0e7517
|
Loading…
Reference in New Issue