improve dixva bypass

This commit is contained in:
Amm0ni4 2024-04-30 18:49:59 +02:00
parent d533707476
commit 3a1279cd04
2 changed files with 2 additions and 2 deletions

View file

@ -2401,7 +2401,7 @@
}
return decodedArray.join('');
}
const myDictionary = {'I': 'h', '6': 't', 'A': 'p', '7': 's', ':': ':', '/': '/', '3': 'w', '.': '.', 'H': 'i', 'C': 'n', 'B': 'o', 'L': 'e', '5': 'u', '?': '?', '=': '=', '%': '%', 'w': '3', 'p': 'A', 'x': '2', 'k': 'F', 'M': 'd', '2': 'x', 'm': 'D', 'E': 'l', 'P': 'a', 't': '6', 'y': '1', 'q': '9', 'v': '4', '1': 'y', '8': 'r', 'N': 'c', 'D': 'm', 'R': 'Y', 'X': 'S', 'J': 'g', 'Y': 'R', 'Q': 'Z', 'W': 'T', 'h': 'I', 'g': 'J', '9': 'q', 'T': 'W', 'n': 'C', 'Z': 'Q', 'l': 'E', '4': 'v', 's': '7', 'u': '5', 'o': 'B', 'F': 'k', 'j': 'G', 'z': '0', 'r': '8', 'c': 'N', 'b': 'O', 'V': 'U', 'f': 'K'};
const myDictionary = {':': ':', '/': '/', '=': '=', '%': '%', '.': '.', '?': '?', 'I': 'h', 'h': 'I', '6': 't', 't': '6', 'A': 'p', 'p': 'A', '7': 's', 's': '7', '3': 'w', 'w': '3', 'H': 'i', 'i': 'H', 'C': 'n', 'n': 'C', 'B': 'o', 'o': 'B', 'L': 'e', 'e': 'L', '5': 'u', 'u': '5', 'x': '2', '2': 'x', 'k': 'F', 'F': 'k', 'M': 'd', 'd': 'M', 'm': 'D', 'D': 'm', 'E': 'l', 'l': 'E', 'P': 'a', 'a': 'P', 'y': '1', '1': 'y', 'q': '9', '9': 'q', 'v': '4', '4': 'v', '8': 'r', 'r': '8', 'N': 'c', 'c': 'N', 'R': 'Y', 'Y': 'R', 'X': 'S', 'S': 'X', 'J': 'g', 'g': 'J', 'Q': 'Z', 'Z': 'Q', 'W': 'T', 'T': 'W', 'j': 'G', 'G': 'j', 'z': '0', '0': 'z', 'b': 'O', 'O': 'b', 'V': 'U', 'U': 'V', 'f': 'K', 'K': 'f'};
let decodedString = atob(url.split('?go=')[1]);
decodedString = decoder(myDictionary, decodedString);
if (decodedString !== '') { redirect(decodedString); }

View file

@ -679,7 +679,7 @@
}
return decodedArray.join('');
}
const myDictionary = {'I': 'h', '6': 't', 'A': 'p', '7': 's', ':': ':', '/': '/', '3': 'w', '.': '.', 'H': 'i', 'C': 'n', 'B': 'o', 'L': 'e', '5': 'u', '?': '?', '=': '=', '%': '%', 'w': '3', 'p': 'A', 'x': '2', 'k': 'F', 'M': 'd', '2': 'x', 'm': 'D', 'E': 'l', 'P': 'a', 't': '6', 'y': '1', 'q': '9', 'v': '4', '1': 'y', '8': 'r', 'N': 'c', 'D': 'm', 'R': 'Y', 'X': 'S', 'J': 'g', 'Y': 'R', 'Q': 'Z', 'W': 'T', 'h': 'I', 'g': 'J', '9': 'q', 'T': 'W', 'n': 'C', 'Z': 'Q', 'l': 'E', '4': 'v', 's': '7', 'u': '5', 'o': 'B', 'F': 'k', 'j': 'G', 'z': '0', 'r': '8', 'c': 'N', 'b': 'O', 'V': 'U', 'f': 'K'};
const myDictionary = {':': ':', '/': '/', '=': '=', '%': '%', '.': '.', '?': '?', 'I': 'h', 'h': 'I', '6': 't', 't': '6', 'A': 'p', 'p': 'A', '7': 's', 's': '7', '3': 'w', 'w': '3', 'H': 'i', 'i': 'H', 'C': 'n', 'n': 'C', 'B': 'o', 'o': 'B', 'L': 'e', 'e': 'L', '5': 'u', 'u': '5', 'x': '2', '2': 'x', 'k': 'F', 'F': 'k', 'M': 'd', 'd': 'M', 'm': 'D', 'D': 'm', 'E': 'l', 'l': 'E', 'P': 'a', 'a': 'P', 'y': '1', '1': 'y', 'q': '9', '9': 'q', 'v': '4', '4': 'v', '8': 'r', 'r': '8', 'N': 'c', 'c': 'N', 'R': 'Y', 'Y': 'R', 'X': 'S', 'S': 'X', 'J': 'g', 'g': 'J', 'Q': 'Z', 'Z': 'Q', 'W': 'T', 'T': 'W', 'j': 'G', 'G': 'j', 'z': '0', '0': 'z', 'b': 'O', 'O': 'b', 'V': 'U', 'U': 'V', 'f': 'K', 'K': 'f'};
let decodedString = atob(url.split('?go=')[1]);
decodedString = decoder(myDictionary, decodedString);
if (decodedString !== '') { redirect(decodedString); }