Skip to content
View KathanP19's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report KathanP19

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KathanP19/README.md

Hi, I'm Kathan Patel

Security Enthusist


I am a Computer Engineer who is currently studying from National Forensic Sciences University, who has a keen interest in Web Application Security and who enjoy doing bug bounties.

Coming to the practical implementation, I love making scripts in Bash and tools in golang to automate processes that take lots of time while pentesting web applications. On the way of doing that made me think to write blogs on the hunting Bugs so that I can share my experience with other enthusiasts

Twitter: KathanP19 GitHub KathanP19 Paypal KathanP19


More about me...

package main

type Me struct{
  Pronouns string
  Code string
  BestAndFavoriteSkill string
}

func main() {
  me := &Me{
    Pronouns: "He/Him",
    Code: "Bash and Golang",
    BestAndFavoriteSkill: "Web Hacking :D"
  }
  _ = me
}

Pinned

  1. HowToHunt HowToHunt Public

    Collection of methodology and test case for various web vulnerabilities.

    5.6k 1.6k

  2. JSFScan.sh JSFScan.sh Public

    Automation for javascript recon in bug bounty.

    Shell 827 162

  3. Gxss Gxss Public

    A tool to check a bunch of URLs that contain reflecting params.

    Go 495 75

  4. Python_For_Pentester Python_For_Pentester Public

    Programs I Made while learning python for pentesters.

    Python 14 3

  5. gaussrf gaussrf Public

    Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl and Filter Urls With OpenRedirection or SSRF Parameters.

    Shell 165 49

  6. protoscan protoscan Public

    Prototype Pollution Scanner

    Go 87 22