Skip to content
View hackergovind's full-sized avatar

Block or report hackergovind

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
hackergovind/README.md
Typing SVG


Profile Views GitHub followers


whoami

β”Œβ”€β”€(govindγ‰Ώhacker)-[~]
└─$ cat about.txt

Name     : Govind Pratap Singh
Role     : Cybersecurity Engineer
Focus    : Offensive + Defensive Security
Status   : Open to Opportunities 🟒
Location : India
  • πŸ† NASA Hall of Fame holder
  • πŸ”΄ CVE-2025-61246 β€” Author & Finder
  • πŸ›‘οΈ Built CVE Radar β€” Real-time Threat Intelligence Platform
  • βš”οΈ Skilled in both Offensive and Defensive security
  • πŸ“ Writing about security on Medium
  • 🎯 Currently pursuing PNPT & SEC+

πŸ… Certifications

Certification Issuer Status
eJPT eJPT eLearnSecurity βœ… Completed
πŸ›‘οΈ CRTA Certified Red Team Analyst βœ… Completed
🌐 ICCA INE Certified Cloud Associate βœ… Completed
Google Google / Coursera βœ… Completed
βš”οΈ SEC+ CompTIA Security+ πŸ”„ Ongoing
πŸ”΄ PNPT TCM Security πŸ”„ Ongoing

πŸ† Achievements

πŸš€ NASA Hall of Fame

Recognition by NASA for responsible
disclosure of security vulnerability.
Hall of Fame: NASA Cybersecurity

NASA

πŸ”΄ CVE-2025-61246

Official CVE authored and discovered
by Govind Pratap Singh.
Published on NVD / MITRE

CVE


πŸš€ Featured Project β€” CVE Radar

CVE Radar

Real-time CVE Monitoring & Threat Intelligence Platform

πŸ”— https://cve-radar.nx.kg/
Feature Description
πŸ“‘ Live CVE Feed Fetches latest CVEs directly from NVD (nvd.nist.gov)
πŸ€– AI Summarization Auto-generates TL;DR for every new CVE
πŸ“² Multi-channel Alerts Instant notifications via Telegram, WhatsApp & Slack
πŸ” Smart Filtering Filter by severity, vendor, product & CVSS score
πŸ—„οΈ Threat Database Searchable CVE archive with historical data

Tech Stack: Python Docker AWS NVD API AI Telegram Slack


βš”οΈ Skills Arsenal

πŸ”΄ Offensive Security

Kali Linux Metasploit Burp Suite Nmap SQLMap

πŸ”΅ Defensive Security

Wireshark Splunk Nessus OWASP SIEM

πŸ› οΈ Tools & Cloud

Python Nim Docker AWS Git Jira Slack


πŸ“Š GitHub Stats

GitHub Streak

trophy


πŸ“ˆ Contribution Graph

Govind's github activity graph


🌐 Threat Intelligence & Research

class GovindSingh:
    def __init__(self):
        self.name = "Govind Pratap Singh"
        self.alias = "hackergovind"
        self.specialization = ["Penetration Testing", "Threat Intelligence", "CVE Research"]
        self.achievements = {
            "CVE": "CVE-2025-61246 (Author & Finder)",
            "HoF": "NASA Hall of Fame"
        }
        self.certifications = ["eJPT", "CRTA", "ICCA", "Google Cybersecurity"]
        self.currently_pursuing = ["PNPT", "SEC+"]
        self.projects = ["CVE Radar β€” cve-radar.nx.kg"]
    
    def get_motto(self):
        return "Think like an attacker. Defend like a guardian. πŸ›‘οΈ"

πŸ“¬ Let's Connect

Platform Link
πŸ’Ό LinkedIn govindpratapsingh404
✍️ Medium @hackergovind
πŸ“§ Email govindsinghpratap123@gmail.com
πŸ›°οΈ CVE Radar cve-radar.nx.kg

"The quieter you become, the more you can hear."

Visitor Badge

Pinned Loading

  1. Active-Directory-Setup Active-Directory-Setup Public

  2. CVE-2025-61246 CVE-2025-61246 Public

    CVE-2025-61246: SQL Injection vulnerability PoC in Online Shopping System PHP

    Python

  3. phishing-analyzer phishing-analyzer Public

    🎣 ML-driven phishing URL & email scoring engine β€” scikit-learn + Flask + Real-time analysis dashboard

    Python

  4. sentinel-ai sentinel-ai Public

    πŸ›‘οΈ AI-powered security proxy that detects jailbreak & prompt-injection attacks before they reach LLMs β€” FastAPI + Regex + Keyword pipelines

    Python