Skip to content
View maverickNerd's full-sized avatar
  • India
Block or Report

Block or report maverickNerd

Report abuse

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

Report abuse
maverickNerd/README.md

Hi, I'm Sachin Grover (aka mavericknerd!)

Linux Security Engineer and Bugbounty Hunter and OSCP Certified
Developer and H4cker

Twitter: mavericknerd GitHub mavericknerd Paypal mavericknerd


More about me...

package main

type Me struct{
  Pronouns string
  Code string
  Job string
  BestAndFavoriteSkill string
}

func main() {
  me := &Me{
    Job: "Security engineer and bug hunter",
    Prononus: "He/Him",
    Code: "C and Kernel Programming",
    BestAndFavoriteSkill: "Web Hacking :D"
  }
  _ = me
}

Popular repositories Loading

  1. wordlists wordlists Public

    Wordlists for Fuzzing

    PHP 76 50

  2. BugForaging BugForaging Public

    This repo includes my analysis of some public reports.

    58 11

  3. Preparation-Guide-to-OSCP Preparation-Guide-to-OSCP Public

    Journey to Try Harder !!!

    29 15

  4. knowledgebase knowledgebase Public

    Notes on Web Application Penetration Testing

    5 4

  5. Android-Reports-and-Resources Android-Reports-and-Resources Public

    Forked from B3nac/Android-Reports-and-Resources

    A big list of Android Hackerone disclosed reports and other resources.

    3 2

  6. commonspeak commonspeak Public

    Forked from pentester-io/commonspeak

    Content discovery wordlists generated using BigQuery

    Shell 3