Skip to content

Commit 3f729d5

Browse files
authored
Merge pull request #820 from ninoseki/v2.1.2
v2.1.2
2 parents 7f59b93 + 01b2655 commit 3f729d5

File tree

3 files changed

+49
-37
lines changed

3 files changed

+49
-37
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Mitaka is a browser extension that makes your OSINT (Open Source Intelligence) s
9191
| Shodan | https://www.shodan.io | IP, domain, ASN |
9292
| Sploitus | https://sploitus.com | CVE |
9393
| SpyOnWeb | http://spyonweb.com | IP, domain, Google Adsense Publisher ID, Google Analytics Tracker ID |
94-
| Spyse | https://spyse.com | IP, domain, ASN, CVE, email |
9594
| Talos | https://talosintelligence.com | IP, domain |
9695
| ThreatBook | https://threatbook.io | IP, domain |
9796
| ThreatConnect | https://app.threatconnect.com | IP, domain, email |
@@ -160,6 +159,16 @@ Please allow "Access your data for all websites" permission. Otherwise this exte
160159
- [ThreatPinch Lookup](https://github.com/cloudtracer/ThreatPinchLookup)
161160
- [VTchromizer](https://chrome.google.com/webstore/detail/vtchromizer/efbjojhplkelaegfbieplglfidafgoka)
162161

162+
## How It Works
163+
164+
```mermaid
165+
flowchart LR
166+
CS[Content Script] --> |1. Send Selection| BSW[Background Service Worker]
167+
BSW --> |2. Create Context Menus| CS
168+
CS --> |3. Click Context Menu| BSW
169+
BSW --> |4. Search/Scan| T[New Tab]
170+
```
171+
163172
## Contribute
164173

165174
Read the [contribution guide](contributing.md) and join the [contributors](https://github.com/ninoseki/mitaka/graphs/contributors).

package-lock.json

+35-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mitaka",
33
"displayName": "Mitaka",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"type": "module",
66
"description": "A browser extension for searching IP, domain, URL, hash, etc. via the context menu.",
77
"scripts": {
@@ -28,13 +28,13 @@
2828
"dependencies": {
2929
"@github/mini-throttle": "^2.1.1",
3030
"@plasmohq/messaging": "^0.6.2",
31-
"bulma": "^1.0.0",
31+
"bulma": "^1.0.2",
3232
"ioc-extractor": "^8.0.4",
3333
"js-base64": "^3.7.7",
3434
"js-sha256": "^0.11.0",
3535
"just-truncate": "^2.2.0",
36-
"neverthrow": "6.2.2",
37-
"vue": "^3.4.27",
36+
"neverthrow": "7.0.0",
37+
"vue": "^3.4.34",
3838
"zod": "^3.23.8"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)