Skip to content
View SilentSobs's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report SilentSobs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SilentSobs/README.md
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•—  β–ˆβ–ˆβ•—
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β–ˆβ–ˆβ–ˆβ–ˆβ•”β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•  β•šβ•β•β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘
β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ•β• β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘
β•šβ•β•  β•šβ•β•β•šβ•β•  β•šβ•β•β•šβ•β•     β•šβ•β•β•šβ•β•β•β•β•β•β•β•šβ•β•β•β•β•β•β•β•šβ•β•  β•šβ•β•

Security Researcher Β· IoT Β· Hardware Β· Open Source

iotsec.in CVEs Metasploit


I find bugs in things that matter. Started with Linux in school when I was supposed to be studying. Never really stopped.

Commerce background. Self-taught everything else. Currently breaking IoT devices, embedded systems, and whatever fuzzer output lands on my screen.


CVEs

CVE Project Impact Severity
- libp2p-rendezvous (used by IPFS, Ethereum, Filecoin) Unbounded memory growth β†’ OOM DoS on public P2P discovery servers πŸ”΄ High
Pending LibreOffice allocation-size-too-big in HWP parser β€” attacker-controlled value reaches new[] without bounds check, confirmed DoS 🟠 Medium

libp2p in plain English: Any peer could register unlimited fake IDs on a public rendezvous server (a meeting point for decentralized apps). Server runs out of memory, crashes, peer discovery breaks for everyone. Fix: per-peer registration limits.


Open Source Contributions

rapid7/metasploit-framework β€” world's most used pentesting platform

  • PR #20830 β€” Fixed Msf::Post::File.stat crashing on non-GNU systems (FreeBSD/BSD). Added behavior-based fallback parser preserving GNU compatibility.
  • PR #21028 β€” Fixed reload_all crash at global msf> prompt when no active module is loaded.

tailscale/tailscale β€” zero-trust mesh VPN, millions of users

  • PR #18286 β€” Added unit tests for tsconsensus helpers, fixing flaky CI and preventing regressions in core consensus logic.

What I Work With

Hardware     β†’  ESP32, nRF52840, ChipWhisperer, custom firmware
Protocols    β†’  MQTT, TLS/mTLS, BLE, JTAG, UART
RE Tools     β†’  Ghidra, OllyDbg, binwalk, AFL++, MemorySanitizer
Languages    β†’  Python, C, Ruby, Go, Rust (reading)
Domains      β†’  IoT security, embedded systems, vuln research, digital twin

Writing

I write hands-on security tutorials at iotsec.in β€” real hardware, real tools, no handwaving.

Current series:

  • TLS for IoT Hackers β€” from cert chains to MITM attacks on live ESP32 devices
  • Mirai Botnet β€” complete source code teardown, 6 parts
  • Reverse Engineering with OllyDbg β€” assembly up, from absolute zero
  • Side-channel attacks β€” stealing AES keys with ChipWhisperer

Background

Started on YouTube videos about hacking at age 15. Couldn't figure out port forwarding. Got 56% in 10th grade.

Did a B.Com because science colleges wouldn't take me. Kept coding anyway. Taught myself Python, C, IoT, embedded systems, fuzzing, RE β€” all on the side. Built digital twin systems for 10 crore industrial machines. Found bugs in infrastructure used by millions.

Still learning. Always will be.


adhikari.resume@gmail.com Β· iotsec.in

Pinned Loading

  1. dev-proxy dev-proxy Public

    Forked from dotnet/dev-proxy

    Dev Proxy is a command line tool that simulates real world behaviors of HTTP APIs, including Microsoft Graph, locally.

    C#

  2. nuxt nuxt Public

    Forked from nuxt/nuxt

    The Intuitive Vue Framework.

    TypeScript