Skip to content

Instantly share code, notes, and snippets.

View Dualxyz's full-sized avatar
:shipit:

Andrej Dualxyz

:shipit:
View GitHub Profile
@Dualxyz
Dualxyz / Get_Discord_Token.md
Created October 9, 2024 19:18 — forked from XielQs/Get_Discord_Token.md
Get self discord token using console

How to get self discord token using browser console

  1. Open developer tools in browser (if you using desktop app use Ctrl+Shift+I shortcut)
  2. Switch current tab to Console
  3. Write this code and press enter
(webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken()

It returns your current discord account token

@Dualxyz
Dualxyz / GoogleDorking.md
Created August 21, 2021 09:01 — forked from sundowndev/GoogleDorking.md
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"