Skip to content

Instantly share code, notes, and snippets.

View Redict's full-sized avatar

canvas123 Redict

View GitHub Profile

Keybase proof

I hereby claim:

  • I am Redict on github.
  • I am voidsploit (https://keybase.io/voidsploit) on keybase.
  • I have a public key whose fingerprint is EBD1 1CF9 6CAF 0C26 D16B DF77 C6FA 51D4 98B5 D24E

To claim this, I am signing this object:

@Redict
Redict / poc.py
Last active May 5, 2024 04:25
WolframAlpha Pro free and unlimited access to API
import requests
from hashlib import md5
from urllib.parse import urlsplit, urlencode, unquote_plus
headers = {"User-Agent": "Wolfram Android App"}
APPID = "3H4296-5YPAGQUJK7" # Mobile app AppId
SERVER = "api.wolframalpha.com"
SIG_SALT = "vFdeaRwBTVqdc5CL" # Mobile app salt
s = requests.Session()
@Redict
Redict / writeup.md
Created October 13, 2019 13:24
Messaging Tool Writeup

Messaging Tool


  • Открываем msg.py и видим что-то наподобии меча, а так же импорт serpent модуля.
  • Гуглим serpent python github: link
  • Открываем код проекта и смотрим, как создаётся меч и что он значит.
  • Копируем часть кода:
alphabet = [
    "PY", "PT", "PH", "PO", "PN", "YP", "YT", "YH", "YO", "YN", "TP", "TY", "TH", "TO", "TN",
@Redict
Redict / main.py
Created November 14, 2018 22:58
MTUCI Testing script
import aiohttp
import asyncio
from urllib.request import quote as qt
from bs4 import BeautifulSoup
TESTING_URL = "http://testing.mtuci.ru"
TEMPLATE = """
<html>