diff --git a/README.md b/README.md index 4a380cd3..9fbf90bd 100755 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Mitaka is a browser extension for OSINT search which can: | Joe Sandbox | https://www.joesandbox.com | hash | | MalShare | https://malshare.com | hash | | Maltiverse | https://www.maltiverse.com | domain / hash | +| Malwares | https://www.malwares.com | hash | | NVD | https://nvd.nist.gov | cve | | OOCPR | https://data.occrp.org | email | | ONYPHE | https://www.onyphe.io | ip | @@ -98,6 +99,7 @@ Mitaka is a browser extension for OSINT search which can: | Urlscan | https://urlscan.io | ip / domain / asn / url | | ViewDNS | https://viewdns.info | ip / domain / email | | VirusTotal | https://www.virustotal.com | ip / domain / url / hash | +| VMRay | https://www.vmray.com | hash | | Vulmon | https://vulmon.com | cve | | VulncodeDB | https://www.vulncode-db.com | cve | | VxCube | http://vxcube.com | ip / domain / hash | diff --git a/package-lock.json b/package-lock.json index 421b2a81..6863badc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mitaka", - "version": "0.68.0", + "version": "0.69.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 73412fd3..8933c8b0 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mitaka", - "version": "0.68.0", + "version": "0.69.0", "description": "A browser extension for searching IP, domain, URL, hash, etc. via the context menu.", "main": "index.js", "scripts": {