This commit is contained in:
TheEmeraldStarr 2020-12-10 11:28:10 -08:00
commit a6e729025a
2 changed files with 21 additions and 2 deletions

View file

@ -1,7 +1,7 @@
/* ----------------------------------------------- /* -----------------------------------------------
/* MIT license: http://opensource.org/licenses/MIT /* MIT license: http://opensource.org/licenses/MIT
/* How to use? : Check the documentation. Button ID attributes are used for the script below. /* How to use? : Check the documentation. Button ID attributes are used for the script below.
/* v2.0.0 /* v2.0.3
/* ----------------------------------------------- */ /* ----------------------------------------------- */
$ = e => document.getElementById(e) || []; $ = e => document.getElementById(e) || [];
@ -18,6 +18,8 @@ $('buttonstealth').onclick = function() {
} else url = btoa(url) } else url = btoa(url)
frame.src = "https://subdomain." + domain + "/path/" + url; frame.src = "https://subdomain." + domain + "/path/" + url;
frame.style['visibility'] = "visible"; frame.style['visibility'] = "visible";
frame.setAttribute('allow', 'fullscreen');
frame.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-popups allow-forms');
document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;'; document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
document.getElementById('frame').contentWindow.focus(); document.getElementById('frame').contentWindow.focus();
return false; return false;
@ -48,6 +50,8 @@ $('al').onclick = function() {
} else url = btoa(url) } else url = btoa(url)
frame.src = "https://" + domain + "/fetch/" + url; frame.src = "https://" + domain + "/fetch/" + url;
frame.style['visibility'] = "visible"; frame.style['visibility'] = "visible";
frame.setAttribute('allow', 'fullscreen');
frame.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-popups allow-forms');
document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;'; document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
document.getElementById('frame').contentWindow.focus(); document.getElementById('frame').contentWindow.focus();
return false; return false;
@ -73,6 +77,8 @@ $('nprox').onclick = function() {
var domain = det.replace('www.', '').split(/[/?#]/)[0]; var domain = det.replace('www.', '').split(/[/?#]/)[0];
frame.src = "https://a." + domain + "/call/" + url; frame.src = "https://a." + domain + "/call/" + url;
frame.style['visibility'] = "visible"; frame.style['visibility'] = "visible";
frame.setAttribute('allow', 'fullscreen');
frame.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-popups allow-forms');
document.cookie = 'nu_auth=yes; expires=' + (Date.now() + 259200) + '; SameSite=None; domain=.' + auth + '; path=/; Secure;'; document.cookie = 'nu_auth=yes; expires=' + (Date.now() + 259200) + '; SameSite=None; domain=.' + auth + '; path=/; Secure;';
return false; return false;
}; };
@ -93,6 +99,8 @@ $('pdprox').onclick = function() {
var domain = det.replace('www.', '').split(/[/?#]/)[0]; var domain = det.replace('www.', '').split(/[/?#]/)[0];
frame.src = "https://cdn." + domain + "/" + url; frame.src = "https://cdn." + domain + "/" + url;
frame.style['visibility'] = "visible"; frame.style['visibility'] = "visible";
frame.setAttribute('allow', 'fullscreen');
frame.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-popups allow-forms');
document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;'; document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
return false; return false;
}; };
@ -112,6 +120,8 @@ $('pmprox').onclick = function() {
var domain = det.replace('www.', '').split(/[/?#]/)[0]; var domain = det.replace('www.', '').split(/[/?#]/)[0];
document.getElementById("frame").src = "https://c." + domain + "/prox?url=" + url; document.getElementById("frame").src = "https://c." + domain + "/prox?url=" + url;
frame.style['visibility'] = "visible"; frame.style['visibility'] = "visible";
frame.setAttribute('allow', 'fullscreen');
frame.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-popups allow-forms');
document.cookie = 'oldsmobile=1; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;'; document.cookie = 'oldsmobile=1; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
document.getElementById("frame").style.visiblity = "visible"; document.getElementById("frame").style.visiblity = "visible";
return false; return false;
@ -134,6 +144,8 @@ $('ytbtn').onclick = function() {
const origin = btoa(yt) const origin = btoa(yt)
frame.src = "https://" + domain + "/fetch/" + origin; frame.src = "https://" + domain + "/fetch/" + origin;
frame.style['visibility'] = "visible"; frame.style['visibility'] = "visible";
frame.setAttribute('allow', 'fullscreen');
frame.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-popups allow-forms');
document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;'; document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
return false; return false;
}; };
@ -145,6 +157,8 @@ $('ytbtnm').onclick = function() {
const origin = btoa(yt) const origin = btoa(yt)
frame.src = "https://" + domain + "/fetch/" + origin; frame.src = "https://" + domain + "/fetch/" + origin;
frame.style['visibility'] = "visible"; frame.style['visibility'] = "visible";
frame.setAttribute('allow', 'fullscreen');
frame.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-popups allow-forms');
document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;'; document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
return false; return false;
}; };
@ -167,6 +181,8 @@ $('dbtn').onclick = function() {
const origin = btoa(d) const origin = btoa(d)
frame.src = "https://" + domain + "/fetch/" + origin + "/login"; frame.src = "https://" + domain + "/fetch/" + origin + "/login";
frame.style['visibility'] = "visible"; frame.style['visibility'] = "visible";
frame.setAttribute('allow', 'fullscreen');
frame.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-popups allow-forms');
document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;'; document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
return false; return false;
}; };
@ -196,6 +212,8 @@ $('ch').onclick = function() {
var domain = det.replace('www.', '').split(/[/?#]/)[0]; var domain = det.replace('www.', '').split(/[/?#]/)[0];
frame.src = "https://c." + domain + "/app"; frame.src = "https://c." + domain + "/app";
frame.style['visibility'] = "visible"; frame.style['visibility'] = "visible";
frame.setAttribute('allow', 'fullscreen');
frame.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-popups allow-forms');
document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;'; document.cookie = 'oldsmobile=badcar; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
return false; return false;
}; };

File diff suppressed because one or more lines are too long