root@nikhil:~$ _

All Projects

A detailed look at every project in the lab.

01

Engineered a fuzzer to detect memory corruption vulnerabilities (Heap UAF, Invalid Writes) in 64-bit Linux ELF binaries applicable to embedded and firmware security testing.

Python Linux ELF Binary Analysis pwndbg GDB
02

Built a hardware-based wireless lab using Raspberry Pi to simulate Evil Twin attacks and capture WPA2 handshakes for offline cracking.

Raspberry Pi Kali Linux Aircrack-ng Scapy Hostapd
03

Conducted web pentesting covering OWASP Top 10 (SQLi, XSS, IDOR, SSRF) using Burp Suite on DVWA and HackTheBox platforms.

Burp Suite Python DVWA HackTheBox OWASP ZAP
04

Created proof-of-concept malware simulation in an isolated lab to study browser credential theft, persistence techniques, and process obfuscation.

Python Windows PowerShell Process Monitor Wireshark
05

Sanitized, NDA-compliant adversarial testing framework for frontier LLMs — covering jailbreak taxonomy, prompt injection, automated adversarial suites, and multimodal attack surface analysis.

Python Flask LLM Security Prompt Injection Adversarial ML NLP
06

Interactive browser-based tool that demonstrates everything a website can legitimately collect from your browser — IP, hardware, GPU, fingerprint and more. No dependencies, no tracking.

JavaScript Browser APIs WebGL API CSS3 Python/Flask
07

Embedded automated vulnerability scans (SAST, dependency checks) into CI/CD pipelines, reducing insecure code merges across ML microservices at Dell Technologies.

GitLab CI/CD Docker Kubernetes SAST Python