Skip to content

Instantly share code, notes, and snippets.

View celestialhorizon's full-sized avatar

Faisal Amirullah celestialhorizon

  • Indonesia
View GitHub Profile
@celestialhorizon
celestialhorizon / binance.py
Created January 4, 2023 08:31 — forked from joaoescribano/binance.py
Binance login + wallet check + captcha solver
#!/usr/bin/env python3
# Usage:
# ./binance.py <email> <senha> <otp> <wallet to test json>
from solver import PuzleSolver
import calendar
import json
import os
import pyotp