Skip to content
View harshitp1971's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report harshitp1971

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

header



πŸ™‹β€β™‚οΈ About Me

const harshit = {
  name: "Harshit Patel",
  role: "Application Security Engineer",
  focus: ["AppSec", "Secure Code Review", "VAPT", "Threat Modeling", "OWASP Top 10"],
  certified: "Google Cybersecurity Professional Certificate",
  learning: ["AI / LLM Security", "AI Red-Teaming"],
  writesOn: "Medium",
  reachMe: "harshitp1971@gmail.com",
};
  • πŸ›‘οΈ Application Security Engineer securing web apps & APIs across the SDLC
  • πŸ”Ž Hands-on with secure code review, VAPT, and threat modeling (OWASP Top 10)
  • πŸŽ“ Google Cybersecurity Professional Certificate holder
  • πŸ€– Currently learning AI / LLM security & AI red-teaming
  • 🧰 I build my own security tooling:
    • js_endpoint β€” recon tool to discover JS endpoints & hunt hard-coded secrets
    • ip_finder β€” OSINT tool to uncover real server IPs behind CDNs/WAFs
    • ai-assisted-burp-extension β€” Burp extension using AI to triage HTTP traffic
  • πŸ“š Author of Book β€” a practical guide to web hacking vulnerabilities & methodology
  • 🌐 Founder of EpochCyber β€” blogs, tools & resources for the security community
  • ✍️ I write on Medium and 🐍 code in Python
  • πŸ“« Reach me at harshitp1971@gmail.com

πŸ› οΈ Skills & Tools

skills

OWASP Burp Suite Metasploit Wireshark Kali Linux

πŸŽ“ Certifications

Google Cybersecurity


πŸ“Š GitHub

followers repos views
streak

πŸ“„ Research

Can LLMs Find Broken Tokens? Β  status

An empirical study comparing Large Language Models vs. SAST tools for detecting usage-level JWT vulnerabilities in Python β€” the kind dependency scanners miss because they live in how code uses a library, not the library itself.

  • πŸ§ͺ Built a 252-sample labeled dataset (119 vulnerable / 133 safe) + scoring harness
  • πŸ“‰ Showed SAST baselines miss it: Bandit F1 0.28, Semgrep F1 0.40 β€” recall 0.00 on 6 semantic flaw classes (alg confusion, kid path traversal, missing exp/aud/iss, etc.)
  • πŸ€– Motivates semantic, LLM-based vulnerability detection Β Β·Β  Read more β†’

πŸš€ Featured Projects

Project Description Stars
js_endpoint Discover JavaScript endpoints & hunt secrets stars
ip_finder OSINT tool to find real IPs behind CDNs/WAFs stars
ai-assisted-burp-extension Burp extension using AI for traffic analysis stars
Book Web hacking vulnerabilities & methodologies stars

🐍 Contribution Snake

snake

footer

Popular repositories Loading

  1. js_endpoint js_endpoint Public

    Fast multi-threaded tool to find JavaScript endpoints and hunt for secrets, API paths, and tokens β€” built for recon and bug bounty.

    Python 1

  2. ip_finder ip_finder Public

    OSINT tool to find the real origin server IP behind a CDN/WAF

    Python

  3. Book Book Public

    This book cover all the webHakcing vulnerabilities, web hacking tool, linux tool and methodology of webhacking

  4. python_doc python_doc Public

  5. harshitp1971.github.io harshitp1971.github.io Public

    EpochCyber is a cybersecurity website sharing blogs, tools, and resources for security researchers

    JavaScript

  6. ai-assisted-burp-extension ai-assisted-burp-extension Public

    An AI-assisted Burp Suite extension that uses a Large Language Model (Anthropic Claude) to analyze proxied HTTP traffic in real time and surface security findings in a dedicated tab

    Python