V2 [verified] - Mail Access Checker By Xrisky
| Component | Description | Key Technologies | |-----------|-------------|-------------------| | | Orchestrates the workflow: reads input, schedules jobs, aggregates results. | Go 1.22 (compiled to native binary) | | Transport Layer | Handles socket creation, TLS negotiation, STARTTLS, and HTTP(S) for web‑mail APIs. | crypto/tls , net/http , golang.org/x/net/proxy | | Plugin System | Dynamically loads “service modules” (e.g., gmail , outlook , yandex , custom_smtp ) at runtime. | Go plugin ( .so ) or pure‑Go compiled‑in modules | | Result Processor | Normalises responses (valid, invalid, blocked, throttled) and writes to CSV/JSON/SQLite. | encoding/csv , encoding/json , github.com/mattn/go-sqlite3 | | Stealth Engine | Randomises User‑Agent strings, introduces jittered delays, optionally re‑uses existing TLS sessions. | Internal randomiser, optional mitmproxy integration | | Rate‑Limiter & Scheduler | Global and per‑host token buckets to obey configurable request caps. | golang.org/x/time/rate | | CLI/Config Parser | Handles command‑line flags, TOML/YAML configuration files, and environment overrides. | spf13/cobra , spf13/viper |
2.0 Author: xRisky Type: Credential Validation / IMAP/POP3 Tester Release Date: [Insert Date] mail access checker by xrisky v2
[22:14:03] Rate limit hit – rotating proxy... | Component | Description | Key Technologies |