SRI — RUC / ID
Idleec.sri_ruc // OPEN SOURCE INTELLIGENCE //
Open-source intelligence gathering. Focused on Ecuador's public data and global intelligence tools.
Enter an ID or RUC and hit Query: all 6 Ecuadorian public sources run in parallel.
ec.sri_ruc ec.funcion_judicial ec.supercias ec.senescyt ec.ant_citaciones ec.sri_establecimientos $ openquery serve --host 0.0.0.0 --port 8000
openquery engine: 562 sources across 21 countries, 6 functional for Ecuador. Solves CAPTCHA (PaddleOCR), bypasses WAF, caches, and rate-limits. This static site consumes its REST API; the browser never touches the .gob.ec sources directly.
Querying requires a running openquery backend (Render/Railway/Fly/VPS). Set its URL in the console above; it is stored only in your browser.
Query data associated with an Ecuadorian national ID or search by full name.
Query vehicle data, traffic citations and fines by license plate or ID.
Court cases, active proceedings and sentences associated with an ID.
Company information and financial statements registered with Supercias.
Professional degrees and academic titles registered by ID.
Validate IDs (modulus 10 algorithm) and vehicle plates.
Search usernames across hundreds of platforms.
Check if an email exists without sending mail.
Check if your email appears in data breaches.
Data breach search engine.
OSINT for Google accounts.
Find usernames across social networks.
Gather emails, subdomains, and IPs.
OSINT tool map organized by category.
Push the repo to GitHub. On Render create a Web Service with:
pip install -r requirements.txt gunicorn app:app Connect your repo. Railway auto-detects Python. No additional config needed.
pip install -r requirements.txt
gunicorn app:app -b 0.0.0.0:5000 Convert app.py to a serverless function with vercel.json.
// SOURCE_CODE //
The complete Flask backend, data source connectors, and frontend are available in the repository. Includes deploy instructions for Render, Railway, or self-hosted VPS.
git clone https://github.com/mrflippermen/ec-OSINT