Portfolio logo
PortfolioBlog
All PostsCategories
ImKKingshuk
Copyright © 2026Designed & Developed with by @ImKKingshukAll rights reserved.

Technical Writing & Research

Deep dives into AI and LLM internals, cryptography, reverse engineering, and systems programming.

Systems
5 min read
Rust-Powered Recon: Building a Fast Network Engine
May 23, 2026

Architecting bounded-concurrency TCP connect probes, UDP heuristics, proxy validation workflows, PyO3 packaging, and Textual dashboards with current Rust/Python practices.

Highlights
  • • Built Tokio-based TCP connect scanners
  • • Designed low-overhead socket I/O engines
  • • Implemented fast Rust-Python FFI bindings with PyO3/maturin packaging guidance
  • • Created interactive Python console dashboards with current Textual patterns
#Rust#Python#OSINT#Network Security
Read Full Article