Skip to content

Commit

Permalink
Merge pull request #28 from ninoseki/v0.12.0
Browse files Browse the repository at this point in the history
Bump the version up to 0.12.0!
  • Loading branch information
ninoseki authored Jul 17, 2018
2 parents 3b04e84 + 34133f3 commit 1922815
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ It works as a Chrome extension and it makes possible to search / scan IOC via th

### Supported scan engine

| name | url | supported types |
|:--------|:-------------------|:----------------|
| Urlscan | https://urlscan.io | url |
| name | url | supported types |
|:-----------|:---------------------------|:------------------|
| Urlscan | https://urlscan.io | ip / domain / url |
| VirusTotal | https://www.virustotal.com | url |

## Download

Expand All @@ -58,8 +59,11 @@ The Chrome extension shows context menus based on a type of IOC you selected and

**Note:**

- Please set your urlscan.io API key via the option if you want to make a scan.
- Until the scan is finished, the URL will respond with `Not Found / Error code 404`. Please wait a minute and reload it.
- urlscan.io scan:
- Please set your urlscan.io API key via the option if you want to make a scan.
- Until the scan is finished, the URL will respond with `Not Found / Error code 404`. Please wait a minute and reload it.
- VirusTotal scan:
- Please set your VirusTotal API key via the option if you want to make a scan.

## About Permissons

Expand Down
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Mitaka",
"description": "OSINT friendly IOC (Indicator of Compromise) saerch tool",
"version": "0.11.1",
"version": "0.12.0",
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mitaka",
"version": "0.2.0",
"version": "0.12.0",
"description": "A Chrome Extension makes search engines friendly with urlscan.io Edit",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1922815

Please sign in to comment.