Skip to content

Commit

Permalink
Merge pull request #820 from ninoseki/v2.1.2
Browse files Browse the repository at this point in the history
v2.1.2
  • Loading branch information
ninoseki authored Jul 27, 2024
2 parents 7f59b93 + 01b2655 commit 3f729d5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 37 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ Mitaka is a browser extension that makes your OSINT (Open Source Intelligence) s
| Shodan | https://www.shodan.io | IP, domain, ASN |
| Sploitus | https://sploitus.com | CVE |
| SpyOnWeb | http://spyonweb.com | IP, domain, Google Adsense Publisher ID, Google Analytics Tracker ID |
| Spyse | https://spyse.com | IP, domain, ASN, CVE, email |
| Talos | https://talosintelligence.com | IP, domain |
| ThreatBook | https://threatbook.io | IP, domain |
| ThreatConnect | https://app.threatconnect.com | IP, domain, email |
Expand Down Expand Up @@ -160,6 +159,16 @@ Please allow "Access your data for all websites" permission. Otherwise this exte
- [ThreatPinch Lookup](https://github.com/cloudtracer/ThreatPinchLookup)
- [VTchromizer](https://chrome.google.com/webstore/detail/vtchromizer/efbjojhplkelaegfbieplglfidafgoka)

## How It Works

```mermaid
flowchart LR
CS[Content Script] --> |1. Send Selection| BSW[Background Service Worker]
BSW --> |2. Create Context Menus| CS
CS --> |3. Click Context Menu| BSW
BSW --> |4. Search/Scan| T[New Tab]
```

## Contribute

Read the [contribution guide](contributing.md) and join the [contributors](https://github.com/ninoseki/mitaka/graphs/contributors).
67 changes: 35 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mitaka",
"displayName": "Mitaka",
"version": "2.1.1",
"version": "2.1.2",
"type": "module",
"description": "A browser extension for searching IP, domain, URL, hash, etc. via the context menu.",
"scripts": {
Expand All @@ -28,13 +28,13 @@
"dependencies": {
"@github/mini-throttle": "^2.1.1",
"@plasmohq/messaging": "^0.6.2",
"bulma": "^1.0.0",
"bulma": "^1.0.2",
"ioc-extractor": "^8.0.4",
"js-base64": "^3.7.7",
"js-sha256": "^0.11.0",
"just-truncate": "^2.2.0",
"neverthrow": "6.2.2",
"vue": "^3.4.27",
"neverthrow": "7.0.0",
"vue": "^3.4.34",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down

0 comments on commit 3f729d5

Please sign in to comment.