Skip to content

Instantly share code, notes, and snippets.

View kiro6's full-sized avatar
🎯
Focusing

Kyrillos Maged kiro6

🎯
Focusing
View GitHub Profile
@kiro6
kiro6 / sms.py
Last active November 3, 2024 16:07
import httpx
import asyncio
from PIL import Image
from io import BytesIO
import pytesseract
import cv2
import numpy as np
import random
BASE_URL = 'https://cyctf-b4a514a0f7ab-sms-2.chals.io/'