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

Block or report randomaccessvemuri

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.

Content in all repositories owned by your account will be closed.
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
randomaccessvemuri/README.md

Tanmay Vemuri

Security analyst at CyberProof (UST) — VAPT and red team. I spend most of my time on offensive tooling, Windows internals, and research that sits at the intersection of malware development and systems programming. OSCP certified; currently working through OSEP, MalDev Academy, and OST2 Arch1001.


Active Projects

Project WARP: Shellcode staging via D3D12 UPLOAD heap memory, exploiting EDR blind spots in GPU VRAM. Built on top of a study of DirectX 12 shared heap semantics, WARP software renderer internals, and GPU warp scheduling.

GossipC2: C2 infrastructure using the Ethereum mempool as a dead-drop transport layer. No persistent on-chain footprint, no C2 server IP exposed. ML-KEM (FIPS 203) key exchange, Double Ratchet for forward secrecy, TOTP-derived address rotation, per-implant wallets for unlinkability. TPM-sealed key material, implemented in Rust.


Other Work

  • FEV — Source-level C/C++ obfuscator built on Clang LibTooling
  • Fiber-based shellcode loader in Rust
  • grepWin DLL sideloading chain
  • Published: Ethereum DevP2P TDOA triangulation (CODE AI 2026)

Stack

Rust · C/C++ · Win32 · x86-64 asm · Python
QEMU/KVM lab · WinDbg · Ghidra · Frida


Pinned Loading

  1. F.E.V F.E.V Public

    Source-to-source obfuscator (ClangTooling) for C

    C++ 13 2

  2. VBA macro for Outlook Classic: bulk ... VBA macro for Outlook Classic: bulk sends a personalized email from an OFT template using a recipient list from Excel. Supports per-recipient name, URL, and timestamp substitution. Includes a debug mode that saves rendered HTML per recipient instead of sending.
    1
    ' BatchSendFromOFT.bas
    2
    ' -----------------------------------------------------------------------
    3
    ' Bulk email sender using an Outlook OFT template and an Excel recipient list.
    4
    '
    5
    ' Excel sheet format (Sheet 1):
  3. Clipboard-as-IPC-PoC Clipboard-as-IPC-PoC Public

    Demonstrates how to use the Win32 APIs for interacting with Clipboard and using it to communicate

    C++

  4. cybersec-blog cybersec-blog Public

    Hack the Box and useful stuff write-ups

    CSS

  5. Gossip-C2 Gossip-C2 Public

    A C2 Channel PoC that utilizes the Sepolia Testnet Mempool as the communication medium

    Rust