Skip to content

Instantly share code, notes, and snippets.

View chiyochichi's full-sized avatar
🍅

chiyochichi

🍅
View GitHub Profile
import httpx, os
import itertools
from concurrent.futures import ThreadPoolExecutor
clients = []
# this takes a while
for host in httpx.get('https://api.mullvad.net/www/relays/wireguard/').json():
if host['socks_name'] is not None and host['active']:
clients.append(httpx.Client(headers={
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8",
@chiyochichi
chiyochichi / 1meow.txt
Created April 29, 2024 07:05
pls donate donation logs unsorted might have dupes
This file has been truncated, but you can view the full file.
@suegbs9|rbxthumb://type=AvatarHeadShot&id=5142442472&w=150&h=150|Anonymo 1410|rbxthumb://type=AvatarHeadShot&id=1&w=150&h=150|10
@AriannaBunic|rbxthumb://type=AvatarHeadShot&id=2941692455&w=150&h=150|@onlyDaisy2012|rbxthumb://type=AvatarHeadShot&id=5049182704&w=150&h=150|15
@snakeio18|rbxthumb://type=AvatarHeadShot&id=4651501701&w=150&h=150|@keborg210|rbxthumb://type=AvatarHeadShot&id=4526502218&w=150&h=150|3
@kesomannen1|rbxthumb://type=AvatarHeadShot&id=1408249487&w=150&h=150|Anonymo 3692|rbxthumb://type=AvatarHeadShot&id=1&w=150&h=150|5
@U236qb|rbxthumb://type=AvatarHeadShot&id=3374651170&w=150&h=150|@ARTEMNEKRASOV|rbxthumb://type=AvatarHeadShot&id=349848829&w=150&h=150|15
@kuku65734|rbxthumb://type=AvatarHeadShot&id=4203817324&w=150&h=150|@Chmo_mile2013|rbxthumb://type=AvatarHeadShot&id=5118563743&w=150&h=150|5
@SHIVcr7lionel|rbxthumb://type=AvatarHeadShot&id=4486112911&w=150&h=150|Amigo 1052|rbxthumb://type=AvatarHeadShot&id=1&w=150&h=150|10
@chocolate_robloxi|rbxthumb://type=AvatarHeadShot&id=178630366
@chiyochichi
chiyochichi / delfun.js
Last active February 24, 2024 15:08
undiscord doesnt work when the search is broken so i made this quickly
var author = ""
var channel = ""
var token = ""
var timeout = 3500
var headers = {
"Authorization": token,
"X-Super-Properties": "==",
"X-Discord-Locale": "en-GB",
"X-Discord-Timezone": "Europe/Amsterdam",
# pip install pycryptodome
# get the bda from browser on your target site via devtools, url contains
# /fc/gt2/public_key/, go to payload tab and copy bda and userbrowser
from Crypto.Cipher import AES
from Crypto.Util.Padding import unpad
import base64
import hashlib
import json
import time
2590_Ssg5WaEoKKFn47XZZEaODYZge0DNfyI1Rb6h4PjXPDpUCA17U1
2594_vyLZRV3jhDNYQUYYfSmVO5hIv1XSmnu6CLZ5jJROEc3uyKLy0J
2596_qDWalLl8ucvEzY4TnV4cYQEWnKJT6RjTll3EhvpaR3hMem80Pm
2602_QemE3mjthhUvFYl3XZW8a9vKxx9aND5mCTeSPxuPcRgO58KzHU
2603_Wv98518NTU4ya09qTMlF2vOBNB6ZEletVn9DQoAYZvFmQu4nuu
2604_zwPXnVTJynrc4OhotMLxiFQRLUUeRMtz4erIJmqgitvMwS4D7G
2605_w3DxJ4stMBiw7Tz5tSnTMDrjZeCbZmEO8J6jM3ANJlfTRojSr0
2606_74Ajy8HbnFjtmPUL4XsvnDcYPlVZfcqYSk1xPMo50Rz0IjWMwv
2607_Yv6ULc4bHb5uKj9j8gtVurg4Z8cxBerKSR4D2SbbVkhLTqkWdZ
2608_ymryoOUK13W7BSn2Blse8MSIMKGhSzHMEipMe6IYBLXl7dLM37
import WebSocket from 'ws';
const ws = new WebSocket('wss://gateway.discord.gg/?encoding=json&v=9');
ws.on('open', function open() {
console.log('yep its open.');
ws.send(JSON.stringify({"op":2,"d":{"token":"qt","capabilities":4093,"properties":{"os":"Windows","browser":"Chrome","device":"","system_locale":"en-US","browser_user_agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.107 Safari/537.36","browser_version":"107.0.5304.107","os_version":"10","referrer":"https://discord.com/","referring_domain":"discord.com","referrer_current":"https://discord.com/","referring_domain_current":"discord.com","release_channel":"stable","client_build_number":165256,"client_event_source":null},"presence":{"status":"unknown","since":0,"activities":[],"afk":false},"compress":false,"client_state":{"guild_versions":{},"highest_last_message_id":"0","read_state_version":0,"user_guild_settings_version":-1,"user_settings_version":-1,"private_channels_version":"0","api_code_v
import httpx, time
r = httpx.Client(headers={
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0",
"Accept": "*/*",
"Accept-Language": "en-US,en;q=0.5",
"Content-Type": "application/json",
"X-Track": "qt",
"Authorization": "qt",
"Sec-Fetch-Dest": "empty",
"Sec-Fetch-Mode": "cors",
@chiyochichi
chiyochichi / blooket.py
Created April 9, 2023 15:05
this thing was broken last time i checked bcz blooket updated but it's a nice template for a fast simple proxyless checke.r..... if you can fix the multiprocessing that isn't multi xd
from ctypes import windll
import http.client
import json
from multiprocessing import Process, Queue, Pool
import threading
q = Queue()
counter = 0
registered = open('out/registered1.txt', 'a+', encoding='utf-8', buffering=1)
hits = open('out/hits1.txt', 'a+', encoding='utf-8', buffering=1)
@chiyochichi
chiyochichi / twitter_meme.js
Created April 9, 2023 15:02
run this if you want to get fucking rce'd and ratted and lose all your files
const jsdom = require("jsdom");
const { JSDOM } = jsdom;
const { window } = new JSDOM(`<input name="ui_metrics">`);
const document = window.document;
Object.defineProperty(document, "readyState", {get: ()=>{return "complete"}});
const http = require("http");
const server = http.createServer((req, res) => {
res.setHeader("Content-Type", "application/json");
if (req.url != '/twitter_js') return;
import httpx, time
import itertools
import threading
from multiprocessing import Process, Queue, Pool
from ctypes import windll
q = Queue()
smrsp = 'a'*9000
nya = 0
def worker():
r = httpx.Client(headers={