Skip to content

Commit

Permalink
Merge pull request #794 from ninoseki/v2.0.0
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
ninoseki authored Feb 23, 2024
2 parents 4ea8ece + 124b4ce commit 40c9530
Show file tree
Hide file tree
Showing 91 changed files with 3,373 additions and 2,000 deletions.
4 changes: 1 addition & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
npx lint-staged
12 changes: 0 additions & 12 deletions .prettierrc.cjs

This file was deleted.

18 changes: 18 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* @type {import('prettier').Options}
*/
export default {
plugins: ["@ianvs/prettier-plugin-sort-imports"],
importOrder: [
"<BUILTIN_MODULES>", // Node.js built-in modules
"<THIRD_PARTY_MODULES>", // Imports not matched by other special words or groups.
"", // Empty line
"^@plasmo/(.*)$",
"",
"^@plasmohq/(.*)$",
"",
"^~(.*)$",
"",
"^[./]"
]
}
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Mitaka is a browser extension that makes your OSINT (Open Source Intelligence) s
![demo](./images/demo.gif)

- Key features:
- Auto IoC (indicators of compromise) selection with refang.
- Auto IoC (indicators of compromise) selection with refanging.
- E.g. `example[.]com` to `example.com`, `test[at]example.com` to `[email protected]`, `hxxp://example.com` to `http://example.com`, etc.
- Supports 65+ services.

Expand All @@ -24,7 +24,7 @@ Mitaka is a browser extension that makes your OSINT (Open Source Intelligence) s

## Features

### Supported IoCs (indicators of compromise)
### Supported IoCs (Indicators of Compromise)

| Name | Desc. | E.g. |
| :-------- | :-------------------------- | :------------------------------------------- |
Expand All @@ -40,7 +40,7 @@ Mitaka is a browser extension that makes your OSINT (Open Source Intelligence) s
| IP | IPv4 address | `8.8.8.8` |
| URL | URL | `https://github.com` |

### Supported search engines
### Supported Search Engines

| Name | URL | Supported types |
| :------------------- | :------------------------------------- | :------------------------------------------------------------------- |
Expand Down Expand Up @@ -108,7 +108,7 @@ Mitaka is a browser extension that makes your OSINT (Open Source Intelligence) s
| X-Force Exchange | https://exchange.xforce.ibmcloud.com | IP, domain, hash |
| ZoomEye | https://www.zoomeye.org | IP |

### Supported scan engines
### Supported Scan Engines

| name | url | supported types |
| :------------- | :------------------------------ | :-------------- |
Expand All @@ -117,7 +117,7 @@ Mitaka is a browser extension that makes your OSINT (Open Source Intelligence) s
| urlscan.io | https://urlscan.io | IP, domain, URL |
| VirusTotal | https://www.virustotal.com | URL |

## How to use
## How To Use

- [Use Mitaka to Perform In-Browser OSINT to Identify Malware, Sketchy Sites, Shady Emails & More](https://null-byte.wonderhowto.com/how-to/use-mitaka-perform-browser-osint-identify-malware-sketchy-sites-shady-emails-more-0216352/)

Expand All @@ -131,8 +131,8 @@ You can enable / disable a search engine on the options page based on your prefe

## Permissions

> **Note**
> I don't (and will never) collect any information from the users. You can verify it by reviewing the source code.
> [!NOTE]
> I don't and will never collect any information from the users. You can verify it by reviewing the source code.
### Firefox

Expand All @@ -146,8 +146,8 @@ Please allow "Access your data for all websites" permission. Otherwise this exte

## Common Questions

- Q. The context menu is not being shown.
- A. Sometimes it takes time to show the context menu in Chrome. Please wait for a second after selecting. Then the context menu will show.
- Q. The context menu is not displayed.
- A. Sometimes it takes a while for the context menus to appear. Or something goes wrong while refreshing the context menus. This glitch can be solved by waiting for a second. Please take a breath after selecting and then right-click.

## Alternatives or Similar Tools

Expand Down
Loading

0 comments on commit 40c9530

Please sign in to comment.