Create api-malshare.yaml
parent
4f88a66890
commit
f7daa1c4c3
|
@ -0,0 +1,24 @@
|
|||
id: api-malshare
|
||||
|
||||
info:
|
||||
name: MalShare API Test
|
||||
author: daffainfo
|
||||
severity: info
|
||||
reference:
|
||||
- https://malshare.com/doc.php
|
||||
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/MalShare.md
|
||||
tags: token-spray,malshare
|
||||
|
||||
self-contained: true
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "https://api.malshare.com/api.php?api_key={{token}}&action=getlist"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"md5":'
|
||||
- '"sha1":'
|
||||
condition: and
|
Loading…
Reference in New Issue