fix: Fixed AssemblyLine input description

pull/352/head
chrisr3d 2019-11-20 17:37:37 -05:00
parent de8737d2f3
commit 6dcba6c8ae
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ A module to submit samples and URLs to AssemblyLine for advanced analysis, and r
> >
>If the sample or url is correctly submitted, you get then the link of the submission. >If the sample or url is correctly submitted, you get then the link of the submission.
- **input**: - **input**:
>Sample, url (or domain) to submit to AssemblyLine. >Sample, or url to submit to AssemblyLine.
- **output**: - **output**:
>Link of the report generated in AssemblyLine. >Link of the report generated in AssemblyLine.
- **references**: - **references**:

View File

@ -2,7 +2,7 @@
"description": "A module to submit samples and URLs to AssemblyLine for advanced analysis, and return the link of the submission.", "description": "A module to submit samples and URLs to AssemblyLine for advanced analysis, and return the link of the submission.",
"logo": "logos/assemblyline.png", "logo": "logos/assemblyline.png",
"requirements": ["assemblyline_client: Python library to query the AssemblyLine rest API."], "requirements": ["assemblyline_client: Python library to query the AssemblyLine rest API."],
"input": "Sample, url (or domain) to submit to AssemblyLine.", "input": "Sample, or url to submit to AssemblyLine.",
"output": "Link of the report generated in AssemblyLine.", "output": "Link of the report generated in AssemblyLine.",
"references": ["https://www.cyber.gc.ca/en/assemblyline"], "references": ["https://www.cyber.gc.ca/en/assemblyline"],
"features": "The module requires the address of the AssemblyLine server you want to query as well as your credentials in this instance. Credentials include the user-ID and an API key or the password associated to the user-ID.\n\nIf the sample or url is correctly submitted, you get then the link of the submission." "features": "The module requires the address of the AssemblyLine server you want to query as well as your credentials in this instance. Credentials include the user-ID and an API key or the password associated to the user-ID.\n\nIf the sample or url is correctly submitted, you get then the link of the submission."