๐™‚๐™ž๐™ฉ ๐™ƒ๐™ช๐™— ๐˜ผ๐™˜๐™–๐™™๐™š๐™ข๐™ฎ
758 subscribers
92 photos
22 videos
54 files
171 links
๐Ÿ‘ฅ https://telegra.ph/Disclaimer-11-25-17
This Channel is not intended to violate any condition of use. Copyright Disclaimer Under Section 107 of Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting,
Download Telegram
Cholibi XD
{"1": 595637205, "2": 1}
from Crypto.Cipher import AES
from Crypto.Util.Padding import pad
import json

def encode_varint(n):
out = []
while True:
b = n & 0x7F
n >>= 7
if n:
b |= 0x80
out.append(b)
if not n:
break
return bytes(out)

def build_packet(data):
packet = bytearray()

for k, v in data.items():
field = int(k)

if isinstance(v, dict):
nested = build_packet(v)
packet.append((field << 3) | 2)
packet.extend(encode_varint(len(nested)))
packet.extend(nested)

elif isinstance(v, str):
val = v.encode()
packet.append((field << 3) | 2)
packet.extend(encode_varint(len(val)))
packet.extend(val)

elif isinstance(v, int):
packet.append((field << 3) | 0)
packet.extend(encode_varint(v))

return bytes(packet)

def encrypt(packet):
key = bytes([89,103,38,116,99,37,68,69,117,104,54,37,90,99,94,56])
iv = bytes([54,111,121,90,68,114,50,50,69,51,121,99,104,106,77,37])

cipher = AES.new(key, AES.MODE_CBC, iv)
return cipher.encrypt(pad(packet, AES.block_size))

json_input = input("Nhแบญp JSON: ")

try:
data = json.loads(json_input)

packet = build_packet(data)
encrypted = encrypt(packet)

print("PACKET :", packet.hex().upper())
print("ENCRYPTED:", encrypted.hex().upper())

except Exception as e: pass

Json => payload_hex
๐Ÿ—ฟ2๐Ÿ”ฅ1
Mแปi chuyแป‡n dแบงn khรดng แป•n
๐Ÿ—ฟ4
6 tim leak con cu thรขm ฤ‘en cแปงa gringay
๐Ÿ—ฟ8๐Ÿคฃ4โค1
WF Amdtsmodz: Gringay
cout << "grinsex_modz"; : tuแบฅt
๐Ÿ—ฟ2
12g ฤ‘รชm hoแบฃng hแป‘t khi gringay sแปญ dแปฅng biแปƒu cแบฃm nร y๐Ÿ˜ฐ
Anh chร ng แบฅy ฤ‘ang cแป‘ gแบฏng quแบฅy rแป‘i tรฌnh dแปฅc tรดi
๐Ÿ—ฟ5โค1
Cรณ lแบฝ sau khi ฤ‘ฤƒng tแบฃi thแปฉ nร y lรชn anh ta sแบฝ khรดng ฤ‘แปƒ cho tรดi yรชn
๐Ÿ—ฟ4