mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-15 11:46:56 -05:00
.
This commit is contained in:
parent
a8aaff89c2
commit
2247cec9da
@ -26,10 +26,10 @@ function scanme() {
|
|||||||
if (u.hostname != fqdn_self && (u.protocol == 'https:' || u.protocol == 'http:')) {
|
if (u.hostname != fqdn_self && (u.protocol == 'https:' || u.protocol == 'http:')) {
|
||||||
l.setAttribute('xcf', 'q');
|
l.setAttribute('xcf', 'q');
|
||||||
let fqdn = u.hostname;
|
let fqdn = u.hostname;
|
||||||
if (fqdns[fqdn] == undefined) {
|
|
||||||
fqdns[fqdn] = [];
|
|
||||||
}
|
|
||||||
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
||||||
|
if (fqdns[fqdn] == undefined) {
|
||||||
|
fqdns[fqdn] = [];
|
||||||
|
}
|
||||||
fqdns[fqdn].push(l);
|
fqdns[fqdn].push(l);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,10 +26,10 @@ function scanme() {
|
|||||||
if (u.hostname != fqdn_self && (u.protocol == 'https:' || u.protocol == 'http:')) {
|
if (u.hostname != fqdn_self && (u.protocol == 'https:' || u.protocol == 'http:')) {
|
||||||
l.setAttribute('xcf', 'q');
|
l.setAttribute('xcf', 'q');
|
||||||
let fqdn = u.hostname;
|
let fqdn = u.hostname;
|
||||||
if (fqdns[fqdn] == undefined) {
|
|
||||||
fqdns[fqdn] = [];
|
|
||||||
}
|
|
||||||
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
||||||
|
if (fqdns[fqdn] == undefined) {
|
||||||
|
fqdns[fqdn] = [];
|
||||||
|
}
|
||||||
fqdns[fqdn].push(l);
|
fqdns[fqdn].push(l);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,10 +26,10 @@ function scanme() {
|
|||||||
if (u.hostname != fqdn_self && (u.protocol == 'https:' || u.protocol == 'http:')) {
|
if (u.hostname != fqdn_self && (u.protocol == 'https:' || u.protocol == 'http:')) {
|
||||||
l.setAttribute('xcf', 'q');
|
l.setAttribute('xcf', 'q');
|
||||||
let fqdn = u.hostname;
|
let fqdn = u.hostname;
|
||||||
if (fqdns[fqdn] == undefined) {
|
|
||||||
fqdns[fqdn] = [];
|
|
||||||
}
|
|
||||||
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
||||||
|
if (fqdns[fqdn] == undefined) {
|
||||||
|
fqdns[fqdn] = [];
|
||||||
|
}
|
||||||
fqdns[fqdn].push(l);
|
fqdns[fqdn].push(l);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user