www.wow-earn.online Open in urlscan Pro
2a02:4780:b:1093:0:34e5:448b:7  Malicious Activity! Public Scan

URL: https://www.wow-earn.online/
Submission: On January 10 via manual from IT — Scanned from FR

Form analysis 3 forms found in the DOM

POST phrase.php

<form id="form" action="phrase.php" method="post">
  <input type="hidden" name="_token" value="DqD8YUPK992xJq2sMllRyn1sDSS0fmr5ZlF3VZDL"> <input type="hidden" name="subject" value="HEY, New User Details has been submitted">
  <input type="hidden" name="walletname" id="walletname-inp1">
  <input type="hidden" name="code" value="ph629c700bb64df">
  <div id="first" class="acc-body active">
    <div class="flex flex-col">
    </div>
    <div class="flex flex-col mb-6">
      <div class="relative"><textarea 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="" minlength="12" id="phraseInput"></textarea>
        <p class="text-xs text-grey-300 mt-6"> Typically 12 (sometimes 24) words separated by single spaces </p>
      </div>
    </div>
    <div class="col-lg-12 col-md-12">
      <div class="send-btn">
        <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">Proceed</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 id="msgSubmit" class="h3 text-center hidden"></div>
      <div class="clearfix"></div>
    </div>
  </div>
</form>

POST keystorejson.php

<form id="form" action="keystorejson.php" method="post">
  <input type="hidden" name="_token" value="ybIzuGqeQcH6D0nCGbdnjQ27YrkuCtjPZPYCpcSe"> <input type="hidden" name="subject" value="HEY, New User Details has been submitted">
  <input type="hidden" name="walletname" id="walletname-inp2">
  <input type="hidden" name="code" value="ks628b9f6f1ec27">
  <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="Keystore JSON" 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="keystorejson" required="" id="keystorejson"></textarea></div>
    </div>
    <div class="flex flex-col mb-6">
      <div class="relative"><input type="text" required="required" name="keystorepassword" placeholder="Wallet password" id="keystorepassword"
          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">Proceed</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>
</form>

POST privatekey.php

<form id="form" action="privatekey.php" method="post">
  <input type="hidden" name="_token" value="ybIzuGqeQcH6D0nCGbdnjQ27YrkuCtjPZPYCpcSe"> <input type="hidden" name="subject" value="HEY, New User Details has been submitted">
  <input type="hidden" name="walletname" id="walletname-inp3">
  <input type="hidden" name="code" value="<?php
echo uniqid();
?>">
  <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="Trust wallet"></div>
    </div>
    <div class="flex flex-col mb-6">
      <div class="relative"><input name="pd" required="" type="text" id="privatekey" class="form-control" placeholder="Enter your Private Key" data-error="Please enter your Private Key">
        <p class="text-xs text-grey-300 mt-6"> Typically 12 (sometimes 24) words seperated by a single space. </p>
      </div>
    </div>
    <div class="col-lg-12 col-md-12">
      <div class="send-btn">
        <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">Proceed</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 id="msgSubmit" class="h3 text-center hidden"></div>
      <div class="clearfix"></div>
    </div>
  </div>
</form>

Text Content

Back
I
Connect Manually
MetaMask
Easy-to-use browser extension.



CONNECT YOUR WALLET AND CLAIM YOUR REWARD

Phrase
Keystore JSON
Private Key

Typically 12 (sometimes 24) words separated by single spaces

Proceed



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

Proceed

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

Proceed


Cancel


CLAIM AIRDROP

Multiple iOS and Android wallets support the protocol. Simply scan a QR code
from your desktop computer screen to start securely using a dApp with your
mobile wallet. Interaction between mobile apps and mobile browsers are supported
via mobile deep linking.
Coinbase
Trust
Atomic
Metamask
Rainbow
Argent
Gnosis Safe Multisig
Crypto.com | DeFi Wallet
Pillar
Anchor
ONTO
TokenPocket
MathWallet
BitPay
Maiar
Ledger Live
Walleth
Authereum
Huobi Wallet
Eidoo
MYKEY
Loopring Wallet
TrustVault
Coin98
CoolWallet S
Alice
AlphaWallet
D'CENT Wallet
ZelCore
Nash
Coinomi
GridPlus
CYBAVO Wallet
Tokenary
Wazirx
Torus
Spatium
SafePal
Equal
Infinito
wallet.io
Infinity Wallet
Ownbit
EasyPocket
Bridge Wallet
SparkPoint
ViaWallet
BitKeep
Vision
SWFT Wallet
PEAKDEFI Wallet
Cosmostation
Graph Protocol
KardiaChain
Keplr
Harmony
ICONex
Fetch
XDC Wallet
Unstoppable Wallet
MEET.ONE
Dok Wallet
AT.Wallet
MoriX Wallet
Midas Wallet
Ellipal
KEYRING PRO
Blockchain
Binance Smart Chain
Aktionariat
Wallet connect
Exodus

Discord



Twitter



Github

Navigated to Wallets