mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
chg: [MispModules] mv misp modules to lib
This commit is contained in:
parent
cd4f81ec64
commit
5fc5c152f1
1 changed files with 1 additions and 1 deletions
|
@ -124,6 +124,6 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
misp_module_url = 'http://localhost'
|
misp_module_url = 'http://localhost'
|
||||||
misp_module_port = 6666
|
misp_module_port = 6666
|
||||||
test_content = build_enrichment_request_json('btc_steroids', 'btc', 'btc_add')
|
test_content = build_enrichment_request_json('btc_steroids', 'btc', '1CSCdUXH2AzjsMb67KrshxyudThACT4Y8E')
|
||||||
print(test_content)
|
print(test_content)
|
||||||
misp_module_enrichment_request(misp_module_url, misp_module_port, test_content)
|
misp_module_enrichment_request(misp_module_url, misp_module_port, test_content)
|
Loading…
Reference in a new issue