Skip to content

Instantly share code, notes, and snippets.

View sundowndev's full-sized avatar
⚠️
Looking for a job

Raphaël sundowndev

⚠️
Looking for a job
View GitHub Profile
@sundowndev
sundowndev / orange.py
Created September 15, 2022 08:35
POC for Orange Phone API
import requests
import datetime as dt
# OPSEC Warning: change simId and appInstallId
# This script run well over Tor or VPN (but you may encounter rate limitation)
class OrangePhoneAPI:
def __init__(self) -> None:
self.simId = "12345678912345678912"
self.appInstallId = "f8de172f-1315-43ab-a733-7b186879c5de"