Skip to content
View PranavObliterates's full-sized avatar

Block or report PranavObliterates

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
PranavObliterates/README.md

> whoami

Hey, I'm Pranav Shinde

Typing SVG


TryHackMe CTFTime Credly

 About Me

┌──(pranav㉿kali)-[~/about]
│
├── 🎓  Final Year · B.E. CSE (Data Science) @ VCET, Mumbai
├── 🛡️  Honours in Cybersecurity · Mumbai University
├── 🔵  Blue Team · SOC Operations · SIEM · Threat Intel
├── 🏁  25+ CTFs Played · Top 9% TryHackMe · 100+ Labs
├── 🔍  OSINT Specialist · MITRE ATT&CK Framework
├── 👥  Deputy Admin Head @ CSI & Literati Club
│
└── ⚡  "Building, breaking, and researching things."

 Tech Stack

🔐 Security Arsenal

Kali Linux Burp Suite Wireshark Nmap Metasploit

💻 Languages & Dev

Python Bash JavaScript C++ Java HTML5 CSS3

☁️ Tools & Platforms

Google Cloud AWS Git MySQL Linux VS Code

 Currently Learning

#!/usr/bin/env python3
# pranav_status.py — current focus areas

current_focus = {
    "📖 reading":    "Computer Networks — Andrew Tanenbaum",
    "🧠 framework":  "MITRE ATT&CK",
    "🔧 building":   "SIEM detection rules & SOC workflows",
    "🏁 platform":   "TryHackMe → Top 9% and climbing",
    "🎯 next_goal":  "Offensive Security certifications"
}

for area, detail in current_focus.items():
    print(f"  {area}: {detail}")

 CTF & Cybersecurity

CTF Certificates

🏁 CTF Domains:
   ├── 🔐 Cryptography
   ├── 🌐 Web Application Security
   ├── 🔍 Digital Forensics & OSINT
   ├── 🔄 Reverse Engineering
   └── 🛡️ Blue Team / Incident Response

🎓 Certifications:
   ├── CyberSecuredIndia — 4-week OSINT Course
   ├── Secured Bharat Group — Detect & Defend
   ├── Secured Bharat Group — Code: Breach
   ├── VECTOR Certification
   └── Honours in Cybersecurity — Mumbai University

 Featured Projects

🛡️ PySecure Scanner

Python library for scanning Flask & Django apps using DAST & SAST techniques. Detects common web vulnerabilities automatically.

Python Flask Security

🏁 CTF Toolkit & Writeups

Custom recon scripts, solve writeups, and automation tools built across 25+ CTF competitions with CodeBloodedSibs.

Crypto Web OSINT

🌐 Open Source Contributions

5+ contributions to cybersecurity community tools and projects. Active participant in open source security ecosystem.

GitHub Contributions

🔵 SOC & Blue Team Labs

Completed 100+ TryHackMe labs focused on SOC operations, SIEM, log analysis, and incident response workflows.

TryHackMe Top 9%

🌟 Contribution Graph

Contribution Graph

 Connect With Me

Portfolio LinkedIn GitHub TryHackMe CTFTime Credly KC7 Email


class PranavShinde:
    def __init__(self):
        self.location  = "Mumbai, India"
        self.education = "CSE Data Science @ VCET"
        self.team      = "CodeBloodedSibs"
        self.motto     = "In OSINT we trust, in CTFs we excel."
        
    def say_hi(self):
        print("Thanks for dropping by! Let's hack something together. 🔐")

PranavShinde().say_hi()

Profile Views

Popular repositories Loading

  1. Project1 Project1 Public

    My first GitHub Repo

  2. localRepo localRepo Public

    CSS

  3. localrepofin localrepofin Public

    CSS

  4. SE3_S2_35_PythonLab SE3_S2_35_PythonLab Public

    Jupyter Notebook

  5. PranavObliterates PranavObliterates Public

    Config files for my GitHub profile.

  6. README_Design_Kit_swoc README_Design_Kit_swoc Public

    Forked from Mayur-Pagote/README_Design_Kit

    fixing bugs

    TypeScript