chg: [MispModules] mv misp modules to lib

pull/422/head
Terrtia 2019-11-20 11:42:25 +01:00
parent cd4f81ec64
commit 5fc5c152f1
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -124,6 +124,6 @@ if __name__ == "__main__":
misp_module_url = 'http://localhost'
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)
misp_module_enrichment_request(misp_module_url, misp_module_port, test_content)