Skip to content
View SuchirBob's full-sized avatar

Block or report SuchirBob

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

Hi, I'm Suchir Bobbili

CS Undergrad | Cybersecurity • Networking • Ethical Hacking

Email suchirb13@gmail.com     GitHub SuchirBob     📍 Hyderabad, India


About Me

Motivated Computer Science undergraduate with a strong interest in Cybersecurity, Networking, and Ethical Hacking. I build hands-on Python-based security tools and enjoy digging into how attacks work so I can get better at defending against them.

  • B.Tech in Computer Science & Engineering @ Institute Of Aeronautical Engineering (2024 – 2028)
  • Focused on Network Security, Web App Security, Malware Analysis, VAPT, and Incident Response
  • Solved 500+ problems on LeetCode, GeeksforGeeks, CodeChef, and HackerRank
  • Completed 10+ TryHackMe labs covering networking, Linux, web security, recon, and privilege escalation
  • Member of the IARE Student Council — coordinated 6 college-scale events and led volunteer teams

🛠️ Skills

Languages: Python · Java · JavaScript · SQL · Bash

Security & Networking: Network Security · Web Application Security · Malware Analysis · VAPT · Incident Response · OWASP Top 10 · Computer Networking · TCP/IP · Network Protocols

Tools: Kali Linux · Nmap · Wireshark · Burp Suite · Metasploit

Dev & Other: Flask · Git · GitHub


Featured Projects

Project Description
SOC Log Analyzer Python tool that parses Linux auth/web server logs to detect SSH brute-force attempts, failed logins, suspicious IPs, and scanning behavior
Email Phishing Detector Flask-based rule engine that scores .eml files on header anomalies, SPF/DKIM/DMARC results, suspicious URLs, and attachments
Basic Malware Sandbox Terminal-based sandbox that runs samples in an isolated VM, hashes them (SHA-256), and monitors processes, network, and file activity
Reverse Shell Simulation Controlled reverse shell built with Python sockets in an isolated lab, exploring attacker communication techniques
Password Brute-Force Simulator Multi-threaded HTTP login brute-forcer using dictionary attacks against a local test target
Network Vulnerability Scanner Scanner covering 10,000+ TCP ports with banner grabbing (FTP/SSH/HTTP/Telnet) and misconfiguration detection

Certifications & Training

  • Ethical Hacking Bootcamp — Udemy (2026)
  • Introduction to Networking — Cisco Networking Academy (2026)
  • Introduction to Cybersecurity — Cisco Networking Academy (2026)
  • Introduction to Computer Science (CS50x) — Harvard University (2024)

With Great Power, Comes Great Responsibility!

Popular repositories Loading

  1. Python-Network-Vulnerability-Scanner-10000_Ports Python-Network-Vulnerability-Scanner-10000_Ports Public

    A Python-based scanner capable of detecting 10000+ TCP ports Implemented banner grabbing for FTP, SSH, HTTP and Telnet services Identified insecure configurations such as anonymous FTP and unencryp…

    Python 1 1

  2. Phishing-email-detector-with-score Phishing-email-detector-with-score Public

    A rule-based phishing detection system that analyzes .eml files for header anomalies, SPF/DKIM/DMARC authentication results, suspicious URLs, attachments, and phishing indicators. Implemented a wei…

    Python

  3. Malware-SandBox-Basic Malware-SandBox-Basic Public

    A terminal-based malware behavior monitoring tool that executes a sample inside an isolated virtual machine, calculates its SHA-256 hash, monitors newly created processes, network connections, and …

    Python

  4. Backdoor-reverseShell-Python Backdoor-reverseShell-Python Public

    A controlled reverse shell simulation using Python sockets in an isolated lab environment. Explored socket programming, process management, and persistence concepts. Studied defensive methods for d…

    Python

  5. Password-Bruteforce-Simulator Password-Bruteforce-Simulator Public

    A multi-threaded HTTP login brute-force simulator in Python for security testing. Automated dictionary-based login attempts using Python's requests library and customizable wordlists. Simulated cre…

    Python

  6. SOC-Log-Analyzer-Python SOC-Log-Analyzer-Python Public

    A Python-based log analysis tool that parses Linux authentication and web server logs to detect SSH brute-force,failed login activity, suspicious IP addresses, and web scanning behavior. Rule-based…

    Python