Skip to content

Commit

Permalink
refactor: disable IntelligenceX
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Aug 24, 2023
1 parent 6d22f90 commit 2035bdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Mitaka is a browser extension that makes your OSINT (Open Source Intelligence) s
| Hashdd | https://hashdd.com | Hash |
| Hurricane Electric | https://bgp.he.net/ | IP, domain, ASN |
| HybridAnalysis | https://www.hybrid-analysis.com | IP, domain, hash |
| Intelligence X | https://intelx.io | IP, domain, URL, email, BTC |
| Intezer | https://analyze.intezer.com | Hash |
| IPinfo | https://ipinfo.io | IP, ASN |
| IPIP | https://en.ipip.net | IP, ASN |
Expand Down
4 changes: 1 addition & 3 deletions src/searcher/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { Searcher } from "~/types";

import { Coalition } from "./coalition";
import {
AbuseIPDB,
AnyRun,
Expand All @@ -17,6 +16,7 @@ import {
Censys,
CheckPhish,
Crtsh,
Coalition,
DNSlytics,
DomainTools,
EmailRep,
Expand All @@ -29,7 +29,6 @@ import {
HurricaneElectric,
HybridAnalysis,
InQuest,
IntelligenceX,
Intezer,
IPinfo,
IPIP,
Expand Down Expand Up @@ -174,7 +173,6 @@ export const Searchers: Searcher[] = [
new HurricaneElectric(),
new HybridAnalysis(),
new InQuest(),
new IntelligenceX(),
new Intezer(),
new IPinfo(),
new IPIP(),
Expand Down

0 comments on commit 2035bdf

Please sign in to comment.